22 Text Editors for Windows

22 Neat Code Editors for Windows

Code editors for Windows are numerous, but it seems that only a few of them are really worth using. After all, it can take a while to really get into the groove of an editor and tweak all the settings to your tastes, so you’d better find one you like!

Windows Text Editors

I should mention that the features I’ve called out for each editor are only the prominent ones; obviously, there are many more. Also, just because I’ve mentioned a feature on one editor and not another doesn’t mean the second one doesn’t have the feature. So let’s get to it! I’ve arranged them from least to most expensive.

Notepad++

Notepad++

This is probably the best free text editor for Windows out there; with support for simple things—like syntax highlighting and folding—all the way up to FTP, Notepad++ should tick most of the boxes. I’ve used the editor as my main editor quite a bit, and one of my favourite features is File Status Auto-detection: when NP++ is made the active program, it will check all currently open files for changes and let you know if any file has been updated / deleted. Notepad++ is based on the Scintilla editing component.

JEdit

JEdit

Jedit is rather ugly in my opinion, but it has a decent feature set; as a Java program, it’s actually multi-platform. It offers syntax highlighting for over 130 languages. The website says it supports folding, but I couldn’t get that to work (although it does highlight the opposite bracket). Jedit has a plugin repository, which may give the editor a bit more functionality.

Notepad2

Notepad2

Notepad2 is also based on the Scintilla editing engine, but it’s much simpler than Notepad++. It bills itself as being fast, light-weight, and Notepad-like, and offers syntax highlighting for a variety of languages. There’s no installation for this editor: just unzip and run. There are a few modified versions (with more features / languages) available.

Programmer’s Notepad

Programmer's Notepad

Programmer’s Notepad has a similar interface to that of Notepad2, although it does support having multiple files open at once. It supports bookmarking, folding, and highlighting, but other than that, there isn’t too much to mention.

Crimson Editor

Crimson Editor

Crimson Editor offers macro support and the ability to execute external programs. It has the ability to edit remote files, using a built-in FTP client; there’s also a spell checker and a neat ‘column select’ mode.

ConTEXT

ConTEXT

ConTEXT supports many languages, both programming and human; it also gives you the ability to define your own custom languages. It does file comparing and exporting to HTML, and includes some interesting behaviour for projects. Another neat thing: ConTEXT remembers where your cursor is when you close a file, and puts it back there when you re-open the file.

SciTE

SciTE

SciTE is a really simple text editor, based on Scintilla. It’s quite basic, but it does support syntax highlighting for around 30 languages and regular expression search and replace.

Editra

Editra

Editra claims to be in the early stages of development, but it offers a decent bunch of features: user profiles, auto-completion, session saving, and syntax highlighing for 60+ languages. Plugins can extend the feature set, offering an integrated python console, FTP client, file browser, and calculator, among others.

PSPad

PSPad

PSPad brings templates, an interesting internal web browser, and a macro recorder to the table. It also supports hex editing, and some degree of code compiling. PSPad offers integration with TopStyle Lite, which may come in handy if you use it for writing CSS.

RJ TextEd

RJ TextEd

RJ TextED, too, offers integration with TopStyle Lite; and it does HTML validation and formatting. It sports an FTP client, a file browser, and a code browser, as well as a character map and support for email.

SourceEdit

SourceEdit

SourceEdit includes features such as clipboard history, syntax highlighting and autocompletion for a decent set of languages. A hex editor and FTP client beef this one up a bit, too. Oh, and it does macros, too.

TotalEdit

TotalEdit

TotalEdit does file comparison, RegEx search and replace, and has multiple options for file backup / versioning. For cleanup, it offers (X)HTML and XML customizable formatting, and a spell checker. You can install TotalEdit on a USB drive, making it portable, if you want; you can also easily send the current document as an email.

Emacs

Emacs

“Beyond just being able to edit plain text files, Emacs includes special features to help you write in many different programming and markup language. Emacs can compare two files and highlight their differences. Emacs is a file manager. Emacs can read news, mail, and RSS feeds. You can even play tetris in Emacs. You might see now why some people consider Emacs to be not merely a text editor but almost a complete operating system. Some users find that they can do almost all of their work from within Emacs.”

Vim

Vim

Vim is an incredibly complex text editor, more similar to Emacs than any others on our list (although Vim and Emacs users seem to be somewhat at odds ). I don’t think I could do it justice in a few sentences, considering that there have been whole volumes written on it (not to mention that I have only a cursory knowledge of Vim). Suffice it to say that Vim probably has every feature mentioned in this article, and a few hundred more. For starters, check out “Vim in 6K”

Bespin

Bespin

I know Bespin isn’t really a Windows text editor, and it hardly has the feature set that other editors do, but I thought I’d throw it into the mix just because I really like the concept of an online text editor and because it has one big (obvious) feature that the rest don’t: cloud access to your code. It also offers syntax highlighting for HTML, CSS and JavaScript.

Textpad

Textpad

TextPad is a rather simplistic editor: it boasts column select, drag-and-drop text between files, and hyperlink support. It also supports large files (based on the size of your virtual memory). That’s it? Well, the feature list also mentions a right-click menu.

E-Text Editor

E-Text Editor

This is one of the most interesting editors, mainly because of the ‘foreign’ features it brings to Windows:

“Close integration with cygwin [a Linux-like environment for Windows] gives you access to the full range of UNIX shell tools and lets you extend e with your choice of languages like Ruby, Perl, Python and more.”

Another one of e’s strong points is that it accepts TextMate bundles; it also supports revision control, so you don’t have to keep track of multiples versions of a file.

In-Type

In-Type

Intype is a pretty neat little editor that’s still in development. It currently doesn’t have a whole lot of features (you can’t even drag and drop text), but it looks like it will be pretty slick. It does snippets really well, and already offers a pretty wide selection, as well as supporting about two dozen languages (with support for creating additional ones). Keep an eye on this one; it’s promising.

EditPlus

EditPlus

EditPlus doesn’t have anything unique, but there are some niceties: it highlights URLs and email addresses, activating them when you ‘crtl + double-click’. It also has a built in browser for previewing HTML, and FTP and SFTP support. Macros and RegEx find and replace are good to have as well.

HippoEDIT

HippoEDIT

HippoEDIT offers something a bit different when it comes to autocomplete: in pops a ‘tooltip’ above your cursor as you type, suggesting words you’ve already typed. It does syntax highlighting for over 2 dozen languages, and includes code templates for many of those languages. HippoEDIT also has customizable keyboard shortcuts and workspace layouts.

UltraEdit

UltraEdit

UltraEdit almost seems more like an IDE than a text editor; there are hundreds (easily thousands) of features packed into this one. Obviously reaching out to more than just web developers, UltraEdit is ultra-customizable, with different ‘environments’ to choose from, depending on what job you’re doing. Supposedly “nearly every editing task” is automatable. UltraEdit also supports FTP and has a built-in SSH/telnet console for accessing your servers.

Sublime Text

Sublime Text

Sublime Text is probably one of the most fun editors that I looked at, mainly because of its super-cool ‘zoomed out’ view of the file that you can pan around on. One drawback is that the preferences dialog is really just a bunch of text files; this can make it a bit difficult to tweak settings if you don’t know exactly what you’re looking for. I like the option to open a local file when you right-click on its link, and there are a few automation features, so this would make a solid choice of a text editor.

Extras

While reseaching for this article, I found a few other related things. First off, text editors are good for more than coding: they provide an excellent environment for writing content. To that end, you might want to check out WriteMonkey, Q10, or DarkRoom. These editors aren’t very good for coding, but are great for writing copy with minimal distractions.

Then, for some interesting tips on text editing, check out the video “Seven Habits for effective Text Editing 2.0″ by the creator of Vim.

That’s it!

I’d love to hear what text editor you use, and why; chances are, I missed a few good ones. Let me know in the comments!


Note: Want to add some source code? Type <pre><code> before it and </code></pre> after it. Find out more
  • Drazen Mokic

    You maybe forgot one of the best, Dreamweaver ? At the moment i am testing Intype and it is much like TextMate.

    • http://www.twitter.com/seansumido Sean Sumido

      I wish i could download all of them, but I am already contented with Macromedia MX. (note: “Macromedia” not “Adobe”)

      So, I don’t think I need new editor.

    • Matt

      I agree Dreamweaver is one of the best out there. I use it everyday for pretty much all that I do. Great article BTW.

      • http://gom-team.com/ Singh

        CS4 dreamweaver is the best so far i’ve used… looking into other smaller simple editors also….

      • http://www.twitter.com/seansumido Sean Sumido

        Me, I am still using Macromedia Dreamweaver MX… It’s old-school though, but I’m very comfortable with it. If im gonna upgrade my editor, i have to be ready for any adjustments…and it takes time for to get used of it.

    • Jordan

      I would definitely have to disagree there. Dreamweaver for the most part is for people who can’t do a lot of the coding them self half the time, and isn’t recommended for experienced programmers.

      I know most web development companies around here will not hire somebody with “Dreamwaver” knowledge (even if they have a degree), just something I have seen and have run into.

      It is a great tool to learn if you are a beginner though :)

      • http://www.jeff-way.com Jeffrey Way

        Jordan – that’s a preposterous statement.

      • sarmenhb

        i use dreamweaver because it colors the code for me, and displays my files to me nicely. and i dont use the gui view of the website because for one thing it doesnt work. it cant recognize css that much. so its only code view for me.

  • http://jonasbentzen.com/ Jonas

    I have recently switched from jEdit to Komodo Edit, and I’d have to say that Komodo Edit is great! It even works on both Windows and Mac.

    • http://tasarhane.com tasarhane

      is there any setting about vertical split for code and design view..?!

      • Morten Najbjerg

        Yes Komodo Edit is really IMO the best open source choice available right now.

        I’ve tried several texteditors and IDE’s – but keep comming back to this editor.

      • Morten Najbjerg

        And to answer you question – splitting isn’t available as there’s no design view. It’s only a code editor.

      • http://www.ejcm.com.br Luiz Janela

        Splitting is a really useful when coding. Notepad++ has it, and i really enjoy.

      • http://mcarthurgfx.com Sean McArthur

        It enjoys split views for different files, or you can right click a tab, and click Split View, and have the file Split so you can look in 2 places at once.

        But no “design” mode from Dreamweaver.

      • Rafał Pietrzak

        In Komodo there is split view. You just have to right-click on the tab, and select SplitView from the context menu

    • IRW

      It really is awesome. I use Komodo more than I use Notepad ++

  • Jack F

    You missed out Komodo Edit! It’s got to be one of the best out there in my opinion http://www.activestate.com/komodo_edit/

    Good article though.

    • Steven

      dream weaver is the best i think

  • http://www.prometee-creation.com Prometee

    I use Geany it’s a good editor, running on Win and GNU/linux

  • http://labs.dariux.com Dario Gutierrez

    Great options! I thinks so is time to choose and try to use another editor.

  • Matt

    Great list. I’m fond of InType and E myself, due to my heavy use of TextMate in the past. Though, it seems you’re missing Komodo Edit? I can’t see how a list of text editors can be complete without it. While it’s not necessarily the best to some people, it’s really powerful.

  • http://gotmelik.com Melik Yuksel

    I’m disappointed that you didn’t mention more about Programmer’s Notepad. I’ve found all the other editors to be slow and bloated, while PN is lightweight and great.

  • http://mohamedaslam.com Mohamed Aslam

    Hi, Nice Tutorial.

    I use e-texteditor in windows. It’s really powerful. It’s a windows motivation to have a editor like foremost Mac texteditor TextMate.

    There are two wonderful editors that doesn’t included in above list.

    Komodo Edit – Cross platform editor. Almost support all existing languages. Happy news is, it’s totally free. Mainly Python and Perl developer prefer the IDE versions.

    http://www.activestate.com/komodo_edit/
    v.5.1 | Free

    SlickEdit – Cross Platform editor. Although it is bit expensive, it has many advanced coding features that an experienced programmer always wished.

    http://www.slickedit.com/
    v. 2009 | $299.00

    • Slickedit few weeks user

      Slickedit feels bloated, the only thing I can really complain is customer support.

      My company bought the software for me, before any support they wanted me to provide full invoice details, my company is big, finance takes the invoices, why do you have to still provide billing details when you even have to activate the damn thing!?. This was kind of frustrating, paying so much an editor somebody in the department recomended, to me (specially after the poor support) it’s not that impresive.

  • http://www.faustocarrera.com.ar Fausto Carrera

    What about Eclipse with PHP? Works for Mac, PC and Linux and it’s open source.

    • Meshach

      Would you give me a link to Eclipse?

      Thanks.

    • http://genericsfinder.com Michael Brennan-White

      I use Eclipse on a daily basis and find it to be the best IDE i’ve ever used .

      Code Folding changed my life. Yes a very sad little life it was.

      I find myself dropping back into TextEdit to do quick edits because it can take some time to open up the IDE.

    • Meshach

      Thanks guys

  • James

    What about PHP designer? i think its awesome

    • Emil

      I agree… Why isn’t PHP Designer on the list?

      • Rick

        Seconded… I use phpDesigner daily and tried a few from this list but they don’t come close.

        The ones I tried didn’t even let you drag and drop files into the editor, had no php code completion, no declaration lookups.

    • Gav

      I agree – phpDesigner in my view beats the rest hand down this certainly deserves a mention if not a review :-)

    • http://www.richardcastera.com Richard Castera

      Thumbs up for PHP Designer. The debugger is awesome!

  • http://www.rule-twentynine.com Starstuff

    When I was still living in the Windows world, my fav was Topstyle Pro.
    http://www.newsgator.com/individuals/topstyle/default.aspx

  • Abhishek Ghose

    I found JEdit really helpful when at one point of time I had to switch between Windows, Linux and Mac on a regular basis. Also at times ,for any given OS, I wouldn’t be working on the same machine I worked on before – so simply copying a jar file saved a lot on installation time.

  • http://www.websurgeon.ca arowe

    I’ve been using PHPEdit for several years, and love it.

    Dreamweaver is better for CSS/JS though.

  • http://ethanturkeltaub.web44.net Ethan

    Very nice list! I also did notice you missed Komodo Edit, also a very useful editor.

    Good resource, instead of Googling around.

  • http://myfacefriends.com Myfacefriends

    Im using right now jEdit looks cool so far., but i will try the others here..

  • kierzniak

    Maybe try to add some poll and let readers choose the best one?

  • Jack F

    Also Aptana and Netbeans I think should be mentioned maybe

    • http://gbgravity.com Alex

      Yah, Netbeans is pretty good. I’ll usually flip between that, Komodo Edit and FlashDevelop depending on the language I’m using.

  • Evan

    Aptana (Eclipse) is another one to take a look at.

    • http://www.clearlooks.net/ Stephen

      Yes I use aptana. It is really good. Has previews for IE and Firefox which is good because some things work in Firefox and not in IE, and vice versa.

      Note: It is not WYSIWYG so no messy code!

  • obey

    what about aptana studio ?
    i just discover it in a tutorial from this website if i remember, and it seems to me like one of the best out there, and its free
    http://aptana.com/
    it has lots features , maybe too much )
    still got a lot of things to learn, but so far i enjoy working on it

    • http://www.clearlooks.net/ Stephen

      Yes Aptana Studio is very good. I wish they had included it.

  • Brian

    I would include Aptana in this list. Perhaps a bit complex compared to the other options. But I’d say it would fit in well.

  • http://www.jeff-way.com Jeffrey Way

    I think the author was trying to stay away from full IDEs like Dreamweaver, Aptana, Visual Web Developer, etc.

    Maybe someone should submit a follow-up tutorial! ;)

    • IRV

      I think you’re right. The author is only mentioning code editors, not IDE’s. Aptana Studio, Eclipse and Netbeans are very powerfull tools but if you only want to read a file and change some specific parts of it or just to create some basic coding a code editor will be more usefull (and they allow you to edit a huge variety of languages as well, for example you can’t edit ASP or LISP in Netbeans, but notepad++ does recognize the syntaxis).

      Personally, I find notepad++ the most usefull now, cause I’m not needing other functions as project management, HTML preview or snippets (I use Texter because it works in all editors xD), but will download Komodo Edit and try it ^^

    • http://www.imblog.info Muhammad Adnan

      yes , full IDEs are good than that .. i like DW

  • http://www.quizzpot.com Crysfel

    Eclipse and notepad++ :D

  • Ben

    Dreamweaver is always overlooked. Im not sure why. Its great. It does everything you need.

    You always seem to think its a newbies tool because of the designer tab; but this is not the case at all.

    • http://www.easilyamusedinc.com James Tryon

      I Love Dreamweaver CS4 – built in SVN, and a way to search the server and get any newer files when you dont have svn or ssh. pulse almost every thing else listed.

      I have been using Dreamweaver for about 7 years now off and on. It has came such a long way. I only use the code view to code, but there is a great use for the design view. Open the file in design view click some ware and then click the code view and your cursor will be in the same place in the code as it was in the design view. if you height light something same thing happens. Its Great.

      But never use dreamweavers crap code it generates. Its so UGLY.

  • Patrick

    Netbeans definely missing.

    But i think, Notepad++ is the best for all scriptlanguages, especially für quickediting or small projects. For larger projects, its better to use Netbeans.

  • http://www.cazoodle.com Omi

    E-textedtor, Aptana, Eclipse, notepad++,

  • Rainman

    Editplus is the best for me. It’s customizable, fast and light-weight. With not too much configuration, you can turn it into a great tool for most of your development work, really convenient.

    • a9udn9u

      +1

      I’ve used EditPlus for more than 6 years, it is beautifully balanced between feature set and speed.

  • http://codingpad.maryspad.com mary

    I’ve tried all the free ones you listed and a couple of the paid ones and I always end back at Komodo Edit. I always keep Notepad++ installed and use it sometimes but for the most part I swear by Komodo Edit! :)

  • http://twitter.com/abgemei Abdurrahman Gemei

    Intype is hands down my favourite. It is just so simple and launches real quick. I am definitely buying the final release as it seems to have a great feature list ahead.

  • http://www.smejemesenainternetu.cz/ lookynator

    Very nice list! Good job. I like use now Intype (Windows free textmate) :-)

  • Chris

    Komodo Edit is the best free Windows editor hands down. I had used Notepad++ for the longest time, but then I found Komodo. I’ve since not switched to any other editor.

  • http://indohttp.com Suhanto Chang

    I’m using intype as my editor, and never know this much editor before. Great option here.

  • http://vanyli.net yedpodtrzitko

    There’s missing EmEditor ( http://www.emeditor.com/ ). It was my favorite editor, while I have been using Windows. Now I’m using Netbeans.

  • http://www.webmasterdubai.com Farooq

    just simple east or west notepad++ is the best.

  • blizzy

    I miss EmEditor…

  • http://hbuchel.tumblr.com Heather

    If not Notepad, I usually use Aptana. I might have to give a few of these others a try though!

  • djn

    I agree Notepad++ is far away ahead of the rest of the pack – but I’m worried about the version number you cite as the latest. Either you mistyped it or I want that 5.3.2 right now!

  • http://www.cetan.ca Nathan

    Windows editors are so damn ugly. All of these are hideous. Windows needs a Coda or Espresso badly.

    • Nykeri

      dude we all know this, and i dont think there all ugly its only that coda and expresso are so visually exceptional and i kinda agree with you but notepad++ and komodo edit for life

    • http://laminbarrow.com Lamin Barrow

      I have to agree with you on that.. all these free tools kinda look realy bad design wise but have you seen Aptana or Visual Studio? They are AWESOME!

      • http://www.indev.nl Matthijn Dijkstra

        Visual Studio aint bad, but ‘Aptana’ does not look awesome, it has some nifty features though. I switched from Aptana to Espresso on the Mac and I simply love Espresso, updated pretty regularly.

        The only features I miss now is ‘live syntax check’ (there is a ‘non-live’ syntax check in Espresso, but that is quite useless), and code completion for own classes like Aptana, that is really good.

  • Nykeri

    why are ppl complaining bout aptana, netbeans, dreamweaver and other IDEs ithought this was a list on basic editors and dude i agree with your list and #1 notepad++ rules and ive also seen that some even mentioned komodo edit as well and i must say that it is a step up for those who used npp only prob with it is that it takes a while to open

    • http://scarecrow.netsons.org/ bullardino

      Yes, it’s slower than npp, but it still is quite faster than any IDE ;)

    • Julian

      Komodo Edit takes “a while to open”? That’s like saying humans took “a while to evolve”. I’ve got a fast machine with buckets of RAM and I’ve seen glaciers advance faster than Komodo launches. Yes, once it gets going it’s quite a decent editor, but by then you’ll be in your old age and won’t be able to focus on the screen any more.

      Also, Komodo adds “Edit with Komodo” to every drop down on your machine and then forgets to remove it when you delete the app. Classy.

  • http://www.jongibbins.com Jon Gibbins

    Here’s another vote for Textpad. Piece of cake to use and very customisable for people who are used to Mac, Linux, Windows environments.
    I’m not a veteran of any other editor but this program has answered all my needs in the last 4 years or so!

  • http://scarecrow.netsons.org/ bullardino

    My preferred one is Komodo edit. The code suggestion is great and very useful.

  • Ümit Ünal

    Forever Intype.
    I recommend.

  • http://www.mazzjoe.com mazzjoe

    try Geany, it’s free and open source, and a good piece of software (the developers don’t pay me for this :D )

  • http://parenting.pl Marcin

    I use both Notepad++ and UltraEdit 15. Notepad++ is mainly for quick edits (actually, it opens a number of files by default in my system). However, nothing beats UltraEdit for serious editing. Whatever job is at hand, there’s a way to automate it with UltraEdit.

  • http://jordanriane.com Jordan

    My preferred editors are Aptana and InType. I was a loyal fan of Notepad++ for quite some time, but eventually was just not satisfied with what it had to offer, and then I came across InType randomly.

    My favorite was also finding a reference list of Textmate themes ported over to InType. :)

  • http://www.providenz.fr Paolo

    You could consider bluementals webuilder which is a kind of Coda for windows.
    http://www.blumentals.net/

  • emonweb

    Any panic CODA alternative? CODA is the best for small/medium projects…

  • sam

    Visual Web Developer Express (http://www.asp.net/vwd/) is free and kicks serious ass..

  • Web010

    I tried few editors, you mentioned only one of them – Notepad++.
    But my favorite is NuSphere phpED

    http://www.nusphere.com/

    It’s 299$ (currently on discount it’s 209$) which is 4 times more expensive then “the most expensive” from your list, but it’s worth it.

  • mmirold

    you should definitely take a look at slickedit. it’s ridiculously
    expensive (>250$), but I’ve never come across an editor
    that is more flexible and customizable. and – but this doesn’t
    necessarily come as a surprise – it’s way faster than e.g eclipse

  • http://jonathanaquino.com Jonathan Aquino

    I’m a big jEdit fan. To turn on code-folding, go to Utilities > Global Options > Editing > Folding Mode and choose “indent”.