vote up 6 vote down star
5

I swear this was asked, but I searched, I didn't see anything. Perhaps I missed it, but if not, I'm asking here.

Anyway, I'm looking for a good programmer's editor for Windows. I know about vim and emacs, but they aren't really what I'm looking for. My main focus right now is on jEdit, Notepad2, Notepad++, and Programmer's Notepad. But I would appreciate any feedback that anyone has.

Related Questions

flag

It might help if you could explain why vim & emacs are not what you're looking for. – Andy Lester Oct 13 '08 at 22:11
I just don't feel comfortable using them. There's nothing more than that. – Thomas Owens Oct 13 '08 at 22:18
1  
It is likely to be difficult to tell you what would be a better editor if we don't know why you dislike them. – Marcin Oct 18 '08 at 11:13
So you're looking for an editor with a bit more plush around the corners? You should make the question at least a community wiki. – Boldewyn Nov 13 at 12:10

29 Answers

vote up 45 vote down check

Notepad++

link|flag
I saw that after I submitted, great minds... – Heat Miser Oct 14 '08 at 20:59
+1 i'm with parent – xkcd150 May 2 at 2:09
vote up 15 vote down

I love notepad++ its very extensible and has a powerful replace engine, syntax coloring for many languages,etc... I'd strongly recommend it.

link|flag
first ;) – ceretullis Oct 13 '08 at 22:49
vote up 6 vote down

Crimson Editor is one i like. It hasn't been in active development for quite a while, but I still like it very much. The others that have been posted are good as well.

link|flag
vote up 5 vote down

Please excuse me for being blunt, but please do spend some more time on Google or the SO search. I found the following questions:

link|flag
vote up 5 vote down

Jedit is cool, and as it is written Java, works across platforms so you need not switch editors between Linux and Windows.

link|flag
vote up 4 vote down

I currently use Context Editor, simple and quick. Try it!

link|flag
vote up 4 vote down

gVim is the old classic.

NetBeans is pretty good for Java, PHP & Ruby editing

link|flag
I already dismissed vim and emacs, and NetBeans is an IDE, not a text editor. – Thomas Owens Oct 13 '08 at 22:13
vote up 4 vote down

Edit+ (editplus.com) is by far the best text editor I have ever encountered.

It has a cost of about $30 if you purchase it, but you can use it forever if you are willing to click the "Yes, I know this is a demo" button each time you start it. It is a full version demo with no time limit. I suggest you purchase it if you like it.

Strengths: Extremely intuitive for working with text, great shortcuts, drag and drop, easy to be very productive very quickly. Can open remote files via FTP for editing, has the best search and replace I have ever used, regex support, and REALLY GOOD spell checker. Very customizable, easily configured, can share configuration through their website with other users, recognizes most programming languages, etc. Works great with multiple files. I used it mainly for php web development, but it's really useful for search and replace and working with regex, so I often find myself using it for data massaging, and other large volume text manipulation projects like generating sql statements from the contents of a spreadsheet, etc.

Weaknesses As a text editor, this has no weaknesses, but if you are looking for an IDE, there is no code folding, debugging, etc. Very sophisticated text editor, and doesn't try to be anything else.

Update: It does have code folding now! I just grabbed the new version - now it is the best++ text editor.

link|flag
I love this editor. All of the people on my team have it and use it every day. The later versions (3.0+) DO have code folding, and it works with HTML, JavaScript functions, etc. It does have some limitations, though. – Zack Mulgrew Oct 13 '08 at 22:35
!!! Seriously - I will have to upgrade mine... – Eli Oct 13 '08 at 22:40
This editor is awesome. i have used it for years. i switched to aptana studio but i still use this to do some quick coding and editing of my files.. i am downloading the new version to see how it is – sobbayi Apr 21 at 4:31
vote up 3 vote down

For "light-weight" + "'config file' style customization" + "has bare essential features", I keep going back to:

SciTE

This build is my favourite (includes right-click context menu wired-up by install).

I've only used the Win32 version, but there are other Scintilla-based editors on other platforms.

link|flag
vote up 3 vote down

TextPad is the best - you can get extra syntax highlighting plugins for any language you'd like.

link|flag
I can't live without it. Between how it handles "Search in Files" (search result is clickable and I love "open all", "replace all", "save all"), block select, mini ide capabilities, copy append (appends to what is already in the clipboard), and the clip library, it's a mandatory tool for me. – bruceatk Mar 6 at 13:25
vote up 2 vote down

Depends what you want to do. The Express SKUs of Visual Studio are free and Visual Studio is an excellent text editor as well as being a good IDE. Very customizable.

link|flag
vote up 2 vote down

Maybe you're referring to this question: http://stackoverflow.com/questions/145327/whats-a-windows-text-editor-that-matches-this-criteria

I finally chose JEdit and have customized it with plugins (premade skins, tabbed navigation for source files, etc) and running it on the new Swing Nimbus GUI. It is by far the best editor I've ever used. Especially because the io functions for file manager pane is built on the java api, it doesnt freeze up like the native Windows one does.

Try it. you wont regret :P

link|flag
vote up 2 vote down

PSPad is pretty good: http://www.pspad.com/

link|flag
vote up 2 vote down

A little bit old school but you can give a shot at it: http://cream.sourceforge.net/ this is basically a gVim editor but with customization without writing its configuration files, you have predefined themes which are very eye-pleasing, tabbed documents etc.

link|flag
vote up 1 vote down

Programmer’s Notepad is super lite weight and only has features that most programmers would fine useful.

link|flag
vote up 1 vote down

Check out at E http://www.e-texteditor.com/ - it's rad.

link|flag
E is not a free editor. – Simon Lieschke Jan 8 at 4:59
vote up 1 vote down

I use Notepad2 when I need a quick, light weight editior.

link|flag
vote up 1 vote down

Visual Studio is now free via the Express editions. http://www.microsoft.com/Express/ Otherwise, for non-VS projects, I tend to favor GVIM. http://www.vim.org/download.php#pc

link|flag
vote up 1 vote down

I can recommend vim. It's pain to learn is but if you do that, you will have one common editor across all platforms. Not just for coding. There is a pre-configured version of vim called Cream, good for starters.

link|flag
vote up 1 vote down

One True Editor

link|flag
vote up 1 vote down

A good comparsion of several is here:

http://lifehacker.com/385929/best-text-editors

link|flag
vote up 0 vote down

Besides having a good experience with Crimson Editor, you can certainly try SciTE

link|flag
vote up 0 vote down

I like Ulipad for editing Python. It has some decent autocomplete and syntax hint features. Oh you can run it on Windows or Linux.

link|flag
vote up 0 vote down

A few months ago I went from Notepad++ to jEdit. But just recently, I changed again, to gVim. Vim is impressing me to no end...

link|flag
vote up 0 vote down

I use EmEditor exclusively at work. Its highly customizable and can be fine tuned to however the user wants it. Several of my coworkers and I have written macros for it to make our lives easier. There is a free trial though it will pester you after a month to buy the product. The fact that the developer/s are active on the forums is also helpful.

EmEditor

link|flag
vote up 0 vote down

give a try to EditPlus .. light weight and plenty of features

link|flag
vote up 0 vote down

Just because nobody mentioned it: sublime editor

Otherwise, notepad2 and vim, of course.

link|flag
vote up 0 vote down

You should try Source Insight, it is more of a developer program editing system. Though commercial, but worth its price

link|flag
vote up 0 vote down

Kate (KDE advanced text editor) is a great text editor for Linux and you can get it for Windows too as part of the KDE for windows project.

link|flag

Your Answer

Get an OpenID
or

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