vote up 31 vote down star
16

I would like to get syntax highlighting support for major languages. Other desired properties are:

  1. Simple to use
  2. Light weight
flag
show 2 more comments

77 Answers

1 2 3 next
vote up 86 vote down check

My editor of choice is Emacs but it does have the same learning curve as running into a brick wall.

Lifehacker had a good rundown of text editors. Their top choices were:

link|flag
20  
Emacs is a ridiculous answer in the context of this question. There are many other editors that better meet the needs stated in the question. Did the 73 up-voters actually read the question or just vote for "my favorite"? Emacs is powerful no-doubt, just not the best for the stated reqs. – Ash Apr 13 at 12:52
6  
If you read the whole answer there are links to a 6 text editors of which Emacs is only one. Perhaps it is that which was being upvoted. I explicitly warned that Emacs wasn't easy to use which is why I linked to all the others too. – Dave Webb Apr 14 at 8:06
show 5 more comments
vote up 74 vote down

Notepad++ is very nice and free. It has a lot of highlighters included, but you can download or even create custom highlighters.

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

This is going to be rather large.

are two good ones. I like the later because is FAST.

If you're on a Mac, I have to mention TextMate, maybe a reason to switch to a Macintosh, no, seriously. :)

p.s.: none of the above are free.

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

I just use Notepad 2. Simple yet powerful enough and easy to rename it as Notepad.exe to replace the original.

link|flag
vote up 10 vote down

Here's a very good review of various editors:

link|flag
vote up 3 vote down

I like Crimson editor, and also editplus. Also, I haven't used it, but have heard good things about notepad++

link|flag
vote up 2 vote down

You also have the ubiquitous Emacs and Vim. The learning curve is a bit steep at the very beginning, but really worth it in my opinion (I mostly stick to Vim).

link|flag
vote up 0 vote down

On Windows, I like TextPad.

On Mac, I like TextWrangler.

It would be a mistake for me to recommend a text editor to any linux users :)

link|flag
vote up 35 vote down

You want Notepad2

Lightweight and fast. And supports syntax highlighting for most common languages. Can open very big files also.

It even comes with a .bat that helps you replace notepad.exe

link|flag
3  
NEVER EVER EVER REPLACE SYSTEM FILES. An alternative to replacing is available at code.kliu.org/misc/notepad2 (and has the same net effect as replacing). – Andrew Moore Jun 22 at 23:56
show 5 more comments
vote up 0 vote down

Btw Notepad++ and Notepad2 is also based on Scintilla and they basically have the same functionality.

link|flag
vote up 8 vote down

@Martin Marconcini

You might want to try the e Text Editor - a windows alternative to textmate. It feature some cool features like inbuild version control for the small save that you do.

It does cost a bit and I am still waiting for the linux version.

link|flag
vote up 5 vote down

Another vote for Notepad2 ; it's the most similar of the bunch to the original Notepad, but with a lot more glitz & glamour (syntax highlighting, line numbers, current line highlight, etc). I actually prefer the single-document approach, as opposed to the tabbed multi-doc views of Notepad++ & Crimson (which are also very good editors).

link|flag
vote up 3 vote down

Notepad++ is also my favorite. besides syntax highlighting it has several other plugins like:

compare plugin - A very useful diff plugin to show the difference between 2 files (side by side).

ftp synchronize - A FTP client which is integrated in Notepad++ seamlessly. Open a php file from a server of distance, modify it, save it and try it on your browser directly just like you work locally

link|flag
vote up 12 vote down

Definately TextPad for me, easy to use, a lot of syntax files available and supports a number of extensions. If you cannot find a syntax file to suit you, it is pretty easy to build one yourself.

link|flag
vote up 1 vote down

I love TextMate for the Mac, but on Windows I have been using Notepad++ lately, which seems to be handling itself decently enough. I've been meaning to try E TextEditor which is a windows clone of TextMate - If it's anything like the original, I'd highly recommend it.

link|flag
vote up 6 vote down

I work with EditPlus, mainly because I'm so used to pressing CTRL+B to open the current webpage in an browser tab right in the editor.

Might be that other editors also have this feature, but as in most cases that's one of the "started with it and stuck with it" programs. Once you know all your important keyboard shortcuts the expense of changing your editor is quite high ;)

Of course it also supports syntax highlighting, regex-search'n'replace, ANSI and UTF-8 character encoding. Oh, yeah: And it can work with the PHP Help file to show context sensitive help with just one key press. Or you can add external programs like HTML Tidy as filter.

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

Emacs on *nix, notepad++ on windows..

The emacs version on windows feels clunky to use.. :(

link|flag
vote up 4 vote down

The gVim (graphical Vim) distribution for Windows comes with a shortcut named eVim, which I believe stands for "easy Vim" -- in this mode it works like the point-and-click text editor (i.e. notepad), and still has all of the syntax highlighting capabilities available through the menu bar.

I recommend trying this out if you don't want an immediate switch to a steep learning curve text editor but hope to learn one: you can get accustomed to the gVim interface in "easy" mode and switch out when you feel adventurous and want to experiment with the more powerful features.

link|flag
vote up 1 vote down

Sorry, but I have to plug my personal favorite Programmer's File Editor.

It's from the previous century, you don't get syntax highlighting but you get line numbers. It looks like the times when computing was fun and keeps the simplicity of notepad.

I tried a lot of editors but always liked notepad better till I fell in love with PFE

link|flag
1  
+1 In addition to the line numbers, it also supports macro recording/replay and customizable shortcut keys. It also does not require installation, so no interaction with the registry. – Matt Davis Sep 11 at 22:31
vote up 1 vote down

I favour Notepad++ over any other editor on Windows.

If you happen to use a macintosh I would suggest SubEthaEdit (availiable at: http://www.codingmonkeys.de/)

Another Editor I recently heard about is Context, availiable at http://www.contexteditor.org/

But I have not yet tried Context.

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

I tried several over the years finally settled on Programmer's Notepad. Simple, fast, easy to configure and all the features you would expect from a notepad replacement.

Don't be put off by the complexity of the default configuration (screenshot) which has all the IDE features turned on.

You can easily configure it to look like this: (screenshot)

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

cdleary mentioned gVim for Windows. It is definitly a great text editor for windows. All the power of the original, no learning curve since there is a menu you can access, a small executable and right-click menu integration in Windows. Here is a link: gVim

link|flag
vote up 0 vote down

I am a fan of vEdit.

link|flag
vote up 0 vote down

TextPad and e-editor for windows and textedit for the mac.

link|flag
vote up 0 vote down

We use Textpad, have done for ages - one of the nice things about it being the way it copes with huge files.

I've looked at others but not found anything compelling enough to make me want to switch (though there is only so much one can do with a text editor before you progress from useful to bloated...)

Murph

link|flag
vote up 0 vote down

Try TextPad. It does a great job of highlighting HTML with JavaScript and PHP (or whatever). There is plugins for virtually any language.

link|flag
vote up 4 vote down

TextMate for OSX. There's a "port" to windows: E.

link|flag
vote up 3 vote down

On Windows, I really like EmEditor. I've used it for years.

link|flag
vote up 6 vote down

SciTE - small, fast, syntax highlighting for everything.

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

I not only use Notepad2, I've completely replaced notepad with it in XP. It's just that good. :-)

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.