Page 1 of 1
editor for files
Posted: Fri Oct 21, 2011 8:02 am
by jemw
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?
Re: editor for files
Posted: Fri Oct 21, 2011 8:44 am
by rimai
I like Notepad++ too, but lately, I've been using Eclipse.
http://www.eclipse.org/
Re: editor for files
Posted: Fri Oct 21, 2011 4:54 pm
by wolfador
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
Posted: Fri Oct 21, 2011 5:41 pm
by binder
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