I have found that Notepad++ is a great editor for programming. It's FREE, it allows multiple files to be open at the same time (and unless you close the file, will reopen it when you start the program again). It also has color coding and blocking for programming in C.
Does anyone else have a suggestion for a more appropriate editor?
editor for files
Re: editor for files
I like Notepad++ too, but lately, I've been using Eclipse.
http://www.eclipse.org/
http://www.eclipse.org/
Roberto.
Re: editor for files
If I am on my windows machine I have Visual Studio 2010, on my Mac it is XCode or TextWrangler for something quick.
Re: editor for files
Depending on what I'm coding I use various editors:
Notepad++ for some quick editing, small scale stuff
Visual Studio if I'm doing any windows programming
CodeBlocks for my work with the dev libraries
Eclipse for java based apps
curt
Notepad++ for some quick editing, small scale stuff
Visual Studio if I'm doing any windows programming
CodeBlocks for my work with the dev libraries
Eclipse for java based apps
curt