OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 8:24 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 67 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: What IDEs are you using?
PostPosted: Thu Mar 23, 2017 3:26 am 
Offline
Member
Member
User avatar

Joined: Sat Sep 17, 2016 2:14 am
Posts: 83
Location: Moscow, Russia
Hey there,
I am wondering: what IDE (Integrated Development Environment) are you using to compile/make programs, games, operating systems?
I used Dev-C++, Code::Blocks and I am now using Visual Studio.

_________________
Coffee is not airplane fuel.


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Mar 23, 2017 3:28 am 
Offline
Member
Member

Joined: Tue Mar 04, 2014 5:27 am
Posts: 1108
FAR / Midnight Commander. :)


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Mar 23, 2017 4:31 am 
Offline
Member
Member
User avatar

Joined: Thu Jul 12, 2012 7:29 am
Posts: 723
Location: Tallinn, Estonia
Sublime Text 3, iTerm2

_________________
Learn to read.


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Mar 23, 2017 5:55 am 
Offline
Member
Member

Joined: Wed Oct 26, 2011 12:00 pm
Posts: 202
Visual Studio 2017 and its compiler(s)

_________________
mollenos | gracht (protocol library) | vioarr (window-manager) | bake (package manager)


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Mar 23, 2017 8:31 am 
Offline
Member
Member
User avatar

Joined: Fri Oct 27, 2006 9:42 am
Posts: 1925
Location: Athens, GA, USA
While I have been testing out Light Table recently, I usually just use GNU Emacs. I wouldn't really recommend Emacs to someone who isn't already familiar with the default keybindings, ELisp, et. al., and while Light Table shows great promise, it is still too new and unstable for general use.

_________________
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Mar 23, 2017 9:40 am 
Offline
Member
Member
User avatar

Joined: Sun Sep 19, 2010 10:05 pm
Posts: 1074
Visual Studio 2015.

It's my favorite text editor :)

_________________
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Mar 23, 2017 12:43 pm 
Offline
Member
Member
User avatar

Joined: Wed Jul 13, 2011 7:38 pm
Posts: 558
Visual Studio Code has recently become my favourite text editor. No need for big ugly solution/project file messes to give folders portable settings you can check into git; it's JSON all the way down.


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Mar 23, 2017 3:50 pm 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
I've tried Visual Studio Code and it's a nice lean setup. I've also been playing with using Visual Studio Community Edition on a Windows machine to remotely compile and debug on a Linux machines (an x86_64 one and a Pi). My favourite environment is still Eclipse.


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Mar 23, 2017 11:45 pm 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
For OSDev: Sublime Text 3 + Terminal + Emulators
Regular Dev: Visual Studio 2017 + Photoshop CC

_________________
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Fri Mar 24, 2017 7:45 am 
Offline
Member
Member
User avatar

Joined: Tue Aug 02, 2016 1:52 pm
Posts: 286
Location: East Riding of Yorkshire, UK
I change IDE/editor more often than I change my socks (every few weeks... :|)

Currently for my C projects I am using Emacs/Spacemacs, and for Java I use the Eclipse IDE.
Eclipse and Java will always have a special place in my heart, but I'm really starting to like Spacemacs.

Schol-R-LEA wrote:
While I have been testing out Light Table recently, I usually just use GNU Emacs. I wouldn't really recommend Emacs to someone who isn't already familiar with the default keybindings, ELisp, et. al., and while Light Table shows great promise, it is still too new and unstable for general use.
Emacs is quite easy to pick up, especially with the built in games to teach you the keybinds.

_________________
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Fri Mar 24, 2017 9:17 am 
Offline
Member
Member
User avatar

Joined: Fri Feb 17, 2017 4:01 pm
Posts: 640
Location: Ukraine, Bachmut
notepad.exe

_________________
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Wed Mar 29, 2017 10:31 am 
Offline
Member
Member

Joined: Sat Nov 07, 2015 3:12 pm
Posts: 145
QtCreator is my favourite.
I use it for its autocompletion.


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Mon Apr 03, 2017 8:32 am 
Offline
Member
Member
User avatar

Joined: Thu Nov 16, 2006 12:01 pm
Posts: 7612
Location: Germany
Oldscool: Roxterm, Vim with various plugins (ConqueTerm, LaTeX-Suite, Taglist) , CMake / JAWS, make, gcc, gdb.

Partially because I'm routinely handling complex Unicode issues at work, and too many more "modern" solutions are severly lacking in that department. ;-)

Never got around to setting up any of the auto-complete solutions available for Vim. I like typing out the function name... gives me another second to think about what I'm doing.

_________________
Every good solution is obvious once you've found it.


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Wed Apr 05, 2017 1:57 pm 
Offline
Member
Member

Joined: Tue Feb 26, 2008 10:47 am
Posts: 89
Location: Sweden
unix

_________________
Blawg


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Wed Apr 05, 2017 4:26 pm 
Offline
Member
Member
User avatar

Joined: Wed Dec 26, 2007 3:37 am
Posts: 117
Location: France
Vim (the best) with various plugins: https://github.com/narke/dotfiles

_________________
OS for PowerPC Macs: https://github.com/narke/Einherjar
Operating system: colorForth computing environment for x86.: https://github.com/narke/Roentgenium


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 67 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 29 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group