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

Sublime Text is amazing.

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

As long as Notepad++ exists I don't really want to use anything else. On linux I just use vi.

link|flag
vote up 0 vote down

I use Scite as it is highly customizable, however, I really like DrScheme for working with Scheme. It would be nice to have something similar for Python and Ruby.

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

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

link|flag
vote up 0 vote down

Editpad is useful in Windows

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

edit.com edit.com

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

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

Notepad++

and RJ TextEd alt text

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

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

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

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

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

Xemacs -- works with any language on a lot of platforms incuding Windows. has good support for windows conventions.

Let you access sqlplus and other command line SQL environments for POSTGRESQL, MYSQL

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

Column mode in UltraEdit is fantastic.

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