vote up 17 vote down star
9

Other than Notepad++, what text editor do you use to program in Windows?

flag

65 Answers

prev 1 2 3
vote up 16 vote down

GNU Emacs is my preferred text editor and it works well on Windows (copy/paste actually works as expected) It's also available on all major platforms so you can reuse your knowledge if you jump around OSes like I tend to do.

I really like JEdit as well. It's a good text editor for code and random text. It's a nice middle ground between Notepad and Eclipse.

If you want something just a step above Notepad for quick, efficient editing I would recommend Notepad2. It's really useful when you replace the standard Notepad with this version. You continue to have a fast startup but the syntax highlighting is a real boon. I replace Notepad with Notepad2 on every one of my Windows machines.

link|flag
show 1 more comment
vote up 1 vote down

going for the easy answer. emacs

link|flag
vote up 9 vote down

gvim. I also use Dreamweaver for web stuff.

link|flag
vote up 1 vote down

I've always found Visual Studio to be outstanding for code editing. I still think it's pretty much the gold standard for code editing (but I'd love to be proven wrong).

Beyond that, I've used JCreator for Java editing. Of course, I've used notepad for basic stuff. I've used a lot of other text editors as well, but none that I can really recommend.

link|flag
vote up 13 vote down

Textpad is what I would use for random text editing (checking out HTML source, quick hackery, scripts and the like).

For actual Java development it's Eclipse all the way, although people tell me the IDEA is the cat's pyjamas.

link|flag
show 1 more comment
prev 1 2 3

Your Answer

Get an OpenID
or

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