Other than Notepad++, what text editor do you use to program in Windows?
|
9
|
|
|
|
|
|
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. |
|||
|
|
going for the easy answer. emacs |
|||
|
|
|
|
gvim. I also use Dreamweaver for web stuff. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
