vote up 0 vote down star

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

flag

33% accept rate
There are at least two dups in the "Related" side bar. – Paul Tomblin Mar 6 at 2:03
stackoverflow.com/questions/199177/… – Paul Tomblin Mar 6 at 2:04
Ah, but it's a fun question anyway... – leeand00 Mar 6 at 2:09
And editors and people's opinions do change with time, y'know. – ldigas Mar 6 at 4:14

closed as exact duplicate by Mitch Wheat, Paul Tomblin, Charlie Martin, paxdiablo, strager Mar 6 at 2:08

10 Answers

vote up 1 vote down

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.

link|flag
vote up 1 vote down

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!

link|flag
vote up 0 vote down

I often use TextPad.

It supports huge files, multiple files and formatting.

link|flag
vote up 2 vote down

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

link|flag
vote up 2 vote down

jEdit or UltraEdit

link|flag
vote up 1 vote down

EMACS. Free, and the One True Editor.

link|flag
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 Mar 6 at 2:07
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 Mar 6 at 16:08
vote up 0 vote down

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++.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

Personally I like Notepad++, but Programmers Notepad sounds like it would be more to your liking.
www.pnotepad.org

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.