vote up 17 vote down star
9

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

flag

65 Answers

vote up 2 vote down

I don't code much on Windows, but e text editor is my choice. As far as free editors go nothing beats Emacs.

link|flag
vote up 2 vote down

For free, for quick edits: Notepad2

But the shareware program Textpad is still my favourite. Some key features:

  • You can download syntax files for just about every language, or make your own.

  • You can load hundreds of files into it and apply regular expression search and replace across all of them.

  • It has a fast and effective built in file searcher.

  • It is very hard to crash it. And it can remember as many undo states as you like.

  • You can create keystroke macros

link|flag
vote up 2 vote down

I'm another vim user, but what I actually do is I use Visual Studio with viEmu (basically lets you use vim commands in Visual Studio) and it's the best! Visual Studio is a great IDE, and vim is a great text editor, and this allows me to use both.

link|flag
vote up 2 vote down

certainly sublimetext. it is the best text editor on windows i've ever seen.

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 1 vote down

going for the easy answer. emacs

link|flag
vote up 1 vote down

I strictly use jEdit.

link|flag
vote up 1 vote down

I'm attempting to switch to the Code::Blocks IDE for all of my C/C++ editing, but have used Visual Studio 2003, and Programmer's Notepad 2 for C/C++ projects. For Python, I currently use IDLE, but have been looking for something else that has a horozontal scroll bar.

link|flag
vote up 1 vote down

My personal favorite is EditPad Pro. Not because it is superior in any way, but because it was the one I started to use.

link|flag
vote up 1 vote down

I'm a big fan of EditPlus, mainly for its smooth built in ftp open/save functionality. Crimson Editor has this too but that feature seems to be unstable from time to time.

link|flag
vote up 1 vote down

@MrBrutal I love Notepad2 as well. The only problem is it's lame with large files. :(

link|flag
vote up 1 vote down

Code is not text. It's Code

If you're using a text editor to edit your source code, you're doing yourself an incredible disservice. I mean yeah, it's nice that Notepad++ can do some rudimentary color-coding for you, but really why are you wasting your time like this?

A good IDE like VS.NET + Resharper will background-compile your code on the fly, allowing you to do things you would never expect to be possible if you hadn't see it happen before your eyes. Navigate to actual usages. Import dependencies automatically. Refactor your code at a keyclick. It's just that good. And it's not expensive.

I mean look. This is your job. This is the one piece of software you'll be interacting with all day long every day of your working life. Why are you playing around with freeware garbage? Get the best IDE that money can buy for your niche. It will make you better at what you do.

link|flag
vote up 1 vote down
  • TextMate on Mac OSX for everything besides ObjC/Cocoa (use XCode for that). The bundles are great and support pretty much every language I came across so far.

  • GVim on Windows and Linux, and maybe sometimes OSX if I feel like it :). For C/Python thats all I need.

  • For Flash/AS there is pretty much only FlexBuilder I guess. Even though I don't really care for Eclipse otherwise.
link|flag
vote up 1 vote down

UltraEdit for me. there might be better out there, but it would take me too long to learn it as well as ultra edit that i'd lose any potential roi while learning. that's probably the key ... as someone a few posts above says pick one and learn to be proficient with it. the payoffs will be huge. if you're fickle and switch, you won't learn it well enough to get benefits from it.

-don

link|flag
vote up 0 vote down

I mostly just use Notepad++, but I like BabelPad when I need to open a file in a unicode path or when I need to have more control over unicode stuff.

I like EditPlus too. You can save a file as a template and create a new instance of it under the file menu. It's also pretty fast at loading moderately large files.

JEDIT would be my favorite, but it's just too slow when editing even slightly big files.

I can't say I'm 100% happy with Notepad++, but it bugs me the least, so...

link|flag
vote up 0 vote down

@_l0ser

I also use VS for most of my coding needs, but use Notepad++ for all other plain text files. I was disappointed by VS one time when it failed to open a 500 meg text file that I was hoping to change a few characters in. Seeing as it has support for viewing files in hex (ie. binary data) I was hoping that it would do a better job with large files. It seemed to want to load the whole file rather than the relevant data. Maybe I was just expecting too much from it.

If Notepad++ will open a 500meg file usably, that's a definite plus for Notepad++. Every editor I've tried to open a file that large in just thrashed and/or froze until I killed it.

link|flag
vote up 0 vote down

@Derek Park

I also use VS for most of my coding needs, but use Notepad++ for all other plain text files. I was disappointed by VS one time when it failed to open a 500 meg text file that I was hoping to change a few characters in. Seeing as it has support for viewing files in hex (ie. binary data) I was hoping that it would do a better job with large files. It seemed to want to load the whole file rather than the relevant data. Maybe I was just expecting too much from it. (Note: I wasn't able to open the file in NP++, either.)

Edit - My mistake. I didn't mean to imply that Notepad++ successfully opened the file. I don't remember what I used to fix that, actually.

link|flag
vote up 0 vote down

Notepad++ is probably the one I use the most, though I use GVIM whenever I need to do repetitive changes.

We got a company license for UltraEdit recently, and it seems to work quite well as well. I've been using that for doing quick edits to java or C++ code when I didn't have the full IDE running and didn't want to wait for it to open up.

link|flag
vote up 0 vote down

How about developing your own text editor? You can own your own editor with priceless experience.

link|flag
vote up 0 vote down

gvim with lots of useful plugins, i.e. taglist, c-syntax, matchit, vcscommand, bufexplorer and many more. gvim is also nice in conjunction with file manager Total Commander where F4 invokes gvim to edit the file under the cursor.

link|flag
vote up 0 vote down
  • The Delphi 7 IDE for Delphi projects
  • VS2005 for .net projects
  • Notepad for any quick stuff (I know it sucks, but it's quick)
link|flag
vote up 0 vote down

Column mode in UltraEdit is fantastic.

link|flag
vote up 0 vote down

Another vote for EditPlus. It's a great tool for manually massaging data with column select, macros, and very powerful regex search/replace. Works well with large files. Nice for coding as well with community supplied syntax and autocomplete files.

link|flag
vote up 0 vote down

The Zeus editor/IDE is full of programming features, yet it still feels snappy. It also does a good impersonation of the old Brief editor.

alt text

link|flag
vote up 0 vote down

I use Netbeans for my Ruby development and SciTE for quick edits.

link|flag
vote up 0 vote down

Notepad++

and RJ TextEd alt text

link|flag
vote up 0 vote down

I'm a fan of PS Pad

Although there are really no text editors on windows that have everything that I want.

link|flag
vote up 0 vote down

IntelliJ is the best Javascript one I've found

Most of these on wikipedia do what the other one does. Ultraedit, Notepad++ are the best of that bunch in my view.

For zero thrills notepad improvement metapad is good.

link|flag
vote up 0 vote down

edit.com edit.com

link|flag
vote up 0 vote down

gVim is by far my favorite. Notepad++ is ok, but I'm half as productive without my vim keybindings.

link|flag

Your Answer

Get an OpenID
or

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