vote up 17 vote down star
9

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

flag

65 Answers

1 2 3 next
vote up 48 vote down

Another vote for gvim (about, download). I think once you learn the keystrokes to control it, you won't want to use anything else.

Plus, there is the added benefit of being able to use it on just about any platform, including the nice Windows port.

alt text

link|flag
vote up 17 vote down

I'm a massive fan of Notepad2 - it is so quick!

For quick simple editing of text for me it's close to perfect. It has syntax colouring for Xml and code and can be extended easily.

We use Dreamweaver and Visual Studio for larger coding efforts.

link|flag
show 2 more comments
vote up 17 vote down

UltraEdit is my second home. It is a great general purpose text editor.

link|flag
1  
I love the block-selection function! Never seen that in any other editor yet :( – Karsten Jan 28 at 9:26
3  
In Notepad++, hold down [alt] when you highlight text. – Johan Jan 28 at 12:10
show 3 more comments
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 14 vote down

Note that I primarily work in C/C++. For C/C++ code, I use Visual C++ Express Edition or Visual Studio Professional. For the little bit of Python I'm learning, I use the editor in the PythonWin IDE. (Mostly because it does a bit of code completion.) For everything else, I use GViM.

Tip:

After you install ViM on Windows, if you right-click on any file in Explorer, you see the Edit with Vim option in the right-click menu. This is very useful for peeking into and editing every kind of text file without having to bother about specific editors. GViM can understand most formats and thus displays them with syntax coloring. Get used to doing this and soon GViM becomes your defacto generic text editor on Windows. (Even replacing Notepad.)

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
vote up 10 vote down

Thej already recommended it, but to elaborate:

SciTE - Free, has preset colouring for many languages, and it's multi-platform (Windows & Linux), and lightweight.

alt text

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

gvim. I also use Dreamweaver for web stuff.

link|flag
vote up 9 vote down

Notepad2

  • Syntax highlighting for html,c#,javascript,css,xml,sql,python,bat
  • Rectangular selection, regular expressions
  • Indentation, back/foreground customization

Downside: No tabbed windows.

link|flag
vote up 8 vote down

E-TextEditor

Is a bit buggy, but beats the pants off any other editors I've used due to it's using the Textmate bundle format (and the bundles) - also gets updated very regularly. I use it every day and would gladly purchase it again.

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

Not everybody uses Notepad++, it's not that good.

Crimson Editor

link|flag
show 6 more comments
vote up 7 vote down

I'll echo the others who have endorsed Emacs. I program every day on, at a bare minimum, OS X, Windows, and Linux. Having the same IDE on all three systems gives me an enormous productivity boost. That said, the vanilla version of GNU Emacs...well, it sucks. I'd strongly encourage you to try EmacsW32 instead. In much the way that Aquamacs makes an OS X-friendly version of Emacs, the EmacsW32 project makes Emacs out-of-the-box work just like a Windows text editor. Mind you, all of Emacs' power (and complexity) is there, but if you don't already have muscle memory built up, there's no reason not to use Ctrl-C/X/V as copy/cut/paste instead of M-w/C-k/C-y just to be cool. EmacsW32 also brings Windows-compliant open/save dialogs, sane CRLF file handling, and quite a bit more. If you've ever had an itch to try Emacs, give it a shot. You won't regret it.

link|flag
vote up 5 vote down

Commercial product (Windows): UltraEdit.

Freeware (Windows): Notepad++, PSPad.

Cross-Platform: JEdit. It's written in Java and runs on almost anything.

If you don't mind taking a performance hit under Windows, JEdit has some amazing capabilities. For native performance on that platform, I would go with one of the others. I tend to switch back and forth between Notepad++ and PSPad. Notepad++ probably edges it out for most tasks. It has section folding, which is very handy. However, you did ask about products other than that one.

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

EditPlus is my editor of choice. All the features you'd need, and no more.

link|flag
vote up 4 vote down

I have used UltraEdit for years... If I'm working on a project I prefer to use a real IDE, but nothing beats it for quickly making changes to source files, or especially for those small PHP projects where you're just hacking away anyway. The killer feature for me is the compare functionality.

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

I personally like ConTEXT.

A lot of people gave their suggestions for favourite text editor here:

http://beta.stackoverflow.com/questions/10238/text-editor-or-ide#10391

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

UltraEdit it my favorite text editor. Too bad I have to pay for it. You can't beat the ability to highlight vertically vs. horizontally.

link|flag
show 2 more comments
vote up 4 vote down

I know this is my own question but I came across this text editor Sublime Text and thought it was pretty sweet. There are a few features in it that i have never seen before. It has multiple line select ( lines that are not continuous ) and a birds eye view navigation. It's a little pricey but I am having fun playing with the free version.

link|flag
vote up 4 vote down

I hate to sound like a broken record, but Vim is my choice. It works the same way everywhere and you'd be hard pressed to find a more powerful editor.

link|flag
vote up 4 vote down

I use EDIT.COM for a lot of things, believe it or not. Old habits die hard.

link|flag
vote up 4 vote down

Sublime Text is amazing.

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

Textpad replaces notepad for me. I couldn't live without it. Some key features that I use with Textpad are:

  1. Find in files (along with open all, replace all, save all, close all).
  2. Block Select (along with copy/paste of a column).
  3. Clip Library
  4. Syntax highlighting
  5. Ability to attach externals tools (compilers, etc.) and capture the output to a window.

I use Eclipse for Java, Visual Studio for C++, C#, and VB.NET, JellyFish Pro for PowerBasic, I still use Visual Studio 6 for Classic VB, and I use TextPad for perl, python, Powershell, vbscript, SQL, HTML, and batch files.

link|flag
vote up 3 vote down

Notepad2, apart from Notepad++

link|flag
vote up 3 vote down

Visual Studio, notepad2, notepad++.

link|flag
vote up 3 vote down

Visual Studio for .Net development. Currently working with VS2008, but seems to be not quite finished yet. 2005 is probably the most stable and complete. Anything else for that would seem quite futile for .Net development

I use e-TextEditor for most other things. It covers most of the topics above including syntax highlighting, multi-select/edit, column select, TextMate bundles for auto-complete.

link|flag
vote up 3 vote down

As you can see, asking about a preferred editor will get you a lot of responses. For me: UltraEdit - robust: Notepad++ - lightweight

Also tend to use the IDE that comes with various tools (e.g. VB, C#, etc.)

But, the best advice is to pick a decent editor and learn it thoroughly. You will be spending a whole lot of time using it. So, the better you know it, the more time it will save you in the long run.

link|flag
vote up 3 vote down

VIM on CYGWIN, Textpad, Notepad, and various IDEs ( Eclipse, MS VS C++, MS VS VB6, etc)

link|flag
vote up 3 vote down

Vim is the default for me and when I'm in Visual Studio, I use ViEmu and Resharper.

Except for a few hick-ups it really ends up with the best of three worlds. I can use Vim commands, Visual Studio short cuts works as well, and Resharper just adds a bunch of useful features for Visual Studio.

link|flag
vote up 2 vote down

Another vote for Textpad here. I tried Notepad++, but was annoyed that it didn't notify me when an open file had been updated (which is a pain when looking at active log files).

link|flag
show 1 more comment
1 2 3 next

Your Answer

Get an OpenID
or

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