tags:

views:

358

answers:

10

Duplicate:

What are the good free programming text editors for Windows?

I'm looking for a good Windows programming text editor. I want something clean and simple, but that offers flexible syntax highlighting, line numbering, a right-margin indicator, and other creature comforts.

My favorites:

NotePad++
Vim

+1  A: 
jhale
A: 

cPad is a very good one, supports about 50 different languages. I've been using it for quite a while when I'm out of VS2008. Give it a try, it's Freeware.

TuxMeister
A: 

I use Notepad2. It's free, and has all of the creature comforts you'd expect.

Ken White
A: 

Hi

Have you tried Crimson (http://www.crimsoneditor.com/) ? I used this even for Java Programming - Is so fast and stable. Has some custom commands that you can set up compile command which will compile the code is written in the editor.

But moreover, I would stick to Notepad++.

Pooria
+1  A: 

EMACS. Free, and the One True Editor.

Charlie Martin
Yeah, I took the way of the Vim on this one...I torn between them at some point in the past over which I should learn...I choose vim though...I guess I could always learn emacs some time...but that's more like an OS than an editor...isn't it?
leeand00
Nah, it's just what you need to make an OS useful. Seriously, it does have a long learning curve, but once you get used to it, it's pretty amazing.
Charlie Martin
+2  A: 

jEdit or UltraEdit

Brandon DuRette
+2  A: 

Notepad++ for sure, which is based on scintilla and has support for a myriad of languages.

John T
A: 

I often use TextPad.

It supports huge files, multiple files and formatting.

nzpcmad
+1  A: 

jEdit or Eclipse for me, and the nice thing about those is that if you don't work on windows later you can take them with you to Linux or MacOSX...although you really can't beat the macros in gVim!

leeand00
+1  A: 

Well I would first second Notepad++, generally it has all you want from generic text editor. If you want something more, KomodoEdit is just awesome in that regard. It supports certain languages and it does quite a bit on top of just nice editing. So I would recommend KomodoEdit on top of Notepad++. I personally use them both. I would also like to add that I feel that Mac users, however good TextMate is (and it is), really miss out a lot because they don't really have much choice there. Also, for years I loved to use HTMLEdit.

Zeljko Dakic