OSDev.org
https://forum.osdev.org/

What IDEs are you using?
https://forum.osdev.org/viewtopic.php?f=11&t=31447
Page 3 of 5

Author:  matt11235 [ Mon Apr 24, 2017 2:17 am ]
Post subject:  Re: What IDEs are you using?

ComputerFido wrote:
I still use Notepad++ for quickly editing config files, etc. as it loads a lot quicker than Atom does
That's because Notepad++ isn't a web browser that drinks gigabytes of RAM :wink:

Author:  zaval [ Tue Apr 25, 2017 2:33 pm ]
Post subject:  Re: What IDEs are you using?

Last time I was trying Notepad++, and that was probably ~2010, it exactly had clear memory leaks. I remember this funny game - close or switch between a tab and see how it increases in its working set monotonically. :D

Author:  teeuwen [ Fri May 12, 2017 3:16 pm ]
Post subject:  Re: What IDEs are you using?

I don't like IDEs. They're usually to bulky for my crappy laptop (not that I use an IDE on my, faster, desktop either). All I need is a terminal, a compiler, an editor and a browser.

VIM is the go to editor for me, always has been, always will be. I do however have a number of plugins installed to make my workflow a little smoother, most notably: nerdcommenter, nerdtree and vim-airline.

Author:  MajickTek [ Tue Aug 01, 2017 6:23 am ]
Post subject:  Re: What IDEs are you using?

For OSDev I do not use an IDE 8) . Just a text editor with syntax highlighting (TextWrangler for GUI and nano for CLI).

Author:  electrodeyt [ Thu Aug 10, 2017 10:03 am ]
Post subject:  Re: What IDEs are you using?

I use Atom.

Author:  StudlyCaps [ Thu Aug 10, 2017 6:50 pm ]
Post subject:  Re: What IDEs are you using?

Qt Creator, I find visual debugging and autocomplete too convenient to do without, and Linux really doesn't have any other good IDEs.

Author:  zesterer [ Tue Aug 15, 2017 6:12 am ]
Post subject:  Re: What IDEs are you using?

Atom. It's quick (and doesn't slow with many files open), has extremely good extension and linter support. It also doesn't come with any sort of build system cruft. Unless you add an extension to build things, it's literally just a fancy text editor with git integration.

Author:  stevewoods1986 [ Tue Aug 15, 2017 8:56 am ]
Post subject:  Re: What IDEs are you using?

MajickTek wrote:
For OSDev I do not use an IDE 8) . Just a text editor with syntax highlighting (TextWrangler for GUI and nano for CLI).

I use a text editor as well.

electrodeyt wrote:
I use Atom.

I used it for Python. Great IDE from Github. It's not the best. I like Sublime Text.

Author:  obiwac [ Thu Aug 17, 2017 11:19 am ]
Post subject:  Re: What IDEs are you using?

MajickTek wrote:
For OSDev I do not use an IDE 8) . Just a text editor with syntax highlighting (TextWrangler for GUI and nano for CLI).

Isn't a "text editor with syntax highlighting" an ide in a way?

Author:  Schol-R-LEA [ Thu Aug 17, 2017 7:48 pm ]
Post subject:  Re: What IDEs are you using?

I don't know about any of you, but I haven't used an IDE in years.

SATA is definitely the way to go here, at least until I can afford an NVMe drive. 8)

Author:  alexfru [ Thu Aug 17, 2017 10:36 pm ]
Post subject:  Re: What IDEs are you using?

Schol-R-LEA wrote:
I don't know about any of you, but I haven't used an IDE in years.

SATA is definitely the way to go here, at least until I can afford an NVMe drive. 8)


Scribe-A-Text App!

Author:  mofule [ Fri Sep 29, 2017 11:03 am ]
Post subject:  Re: What IDEs are you using?

Geany. Not much of an IDE but it's OK. It's just perfect.

matt11235 wrote:
ComputerFido wrote:
I still use Notepad++ for quickly editing config files, etc. as it loads a lot quicker than Atom does
That's because Notepad++ isn't a web browser that drinks gigabytes of RAM :wink:


Atom... Atom... Atom... The colors are just... atom... Very nice colors. I use that for other projects. I use Sublime Text as well. It all depends who can do good syntax highlighting :)

Author:  OSwhatever [ Sun Oct 01, 2017 12:15 pm ]
Post subject:  Re: What IDEs are you using?

I still use Notepad++ and previously Code::Blocks. For OS-dev I use Notepad++ as no integrated environment exists otherwise I use the dedicated IDE like QtCreator or Visual Studio. I tried Atom but decided it was not for me. When an editor is 160MB in just download size it is already disqualified for me. Same with Eclipse, its large, slow and the UI is unusable.

Keep it small and simple, that's where I like it. I miss the Q-edit days when I was using DOS.

Author:  TheZeus121 [ Sun Oct 01, 2017 3:08 pm ]
Post subject:  Re: What IDEs are you using?

when I program in Java, I use Eclipse
for C/C++ on Windows I use Code::Blocks
on Linux I haven't yet chosen my favorite, right now I am using Kate, like it. If I have to write in commandline, then nano.

EDIT: for anything else on Windows, I use Notepad++

Author:  MajickTek [ Mon Oct 02, 2017 10:13 am ]
Post subject:  Re: What IDEs are you using?

obiwac wrote:
Isn't a "text editor with syntax highlighting" an ide in a way?


IDEs have integrated tools for debugging code and invoking compilers/interpreters. GNU nano and TextWrangler for macOS do not have these features.

TextWrangler does have a run button for scripting languages which interprets the "#!/bin/whatever" at the top of the file and runs /bin/whatever on the source code.

But that is just a little utility and does not make it an IDE.

Page 3 of 5 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/