editor for files

Community contributed apps
Post Reply
jemw
Posts: 41
Joined: Sat Oct 08, 2011 9:21 am

editor for files

Post 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?
_____
Jim
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: editor for files

Post by rimai »

I like Notepad++ too, but lately, I've been using Eclipse.
http://www.eclipse.org/
Roberto.
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: editor for files

Post 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.
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: editor for files

Post 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
Post Reply