up vote 64 down vote favorite
25
share [g+] share [fb]

What are the best alternatives to Notepad?

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

  1. Simple to use
  2. Light weight
link|improve this question
show 2 more comments
feedback

85 Answers

1 2 3
up vote 114 down vote accepted

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|improve this answer
57  
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. – Ashley Henderson Apr 13 '09 at 12:52
13  
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 '09 at 8:06
3  
Dave, I have nothing against Emacs and you have the right to suggest it. But going from notepad to Emacs is like walking to work as opposed to flying a helicopter. To start with, he might be better off with a bicycle (ie Notepad2, Notepad++, EditPad etc). – Ashley Henderson Oct 11 '09 at 12:24
1  
+1 for UltaEdit, Textpad and brick wall. – Esko Dec 30 '09 at 12:47
3  
Surely the learning curve for running into a brick wall is rather short and straight ? How often did YOU do that before learning to stop ? I agree that Emacs is the answer to all questions about 'What is the best editor ?' regardless of context, but I learned not to run into brick walls after one experiment lasting approximately 10 seconds. It took at least twice as long to learn all the ins and outs of Emacs. – High Performance Mark Dec 30 '09 at 13:46
show 10 more comments
feedback

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

link|improve this answer
2  
I use Notepad++ all the time. Very nice indeed – svrist Sep 8 '08 at 7:17
1  
my biggest problem with notepad++ is the total fail on regex. Why is it so hard to find a simple text editor that supports true POSIX multiline regex for find and replace? – aronchick Jul 9 '10 at 22:49
show 3 more comments
feedback

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|improve this answer
12  
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 '09 at 23:56
2  
Not that anyone actually wants to reverse it, once they have tasted that sweet honey after Notepad's leaden gruel. – glenatron Dec 30 '09 at 12:55
show 6 more comments
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Here's a very good review of various editors:

link|improve this answer
feedback

SciTE - small, fast, syntax highlighting for everything.

link|improve this answer
show 1 more comment
feedback

@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|improve this answer
show 1 more comment
feedback

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|improve this answer
1  
I really like the regex search-and-replace and grep features of EditPlus. – Stephen Harmon Nov 19 '09 at 14:18
feedback

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|improve this answer
show 1 more comment
feedback

I was put onto Programmers Notepad and love it. I had been using Notepad 2 but this is much better and more customizable.

link|improve this answer
show 1 more comment
feedback

I SWEAR by Scintilla based SciTE. For my money ($free) it the best text editor: lightweight, tabbing, syntax highlighting, you can run code in it ,

See it here http://scintilla.sourceforge.net/SciTE.html download it here http://scintilla.sourceforge.net/SciTEDownload.html

link|improve this answer
show 2 more comments
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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

link|improve this answer
show 1 more comment
feedback

TextMate for Mac OS X. There's a "port" to Windows: E.

link|improve this answer
feedback

This is going to be rather large.

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

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

PS: none of the above are free.

link|improve this answer
1  
+1 for editplus and although it isn't free the trial period never seems to expire – annakata Dec 15 '08 at 10:11
show 1 more comment
feedback

pspad :www.pspad.com

link|improve this answer
feedback

On Windows: PSPad

On Mac: SubEthaEdit

Multiplattform: Editra

Everywhere: Vim

link|improve this answer
feedback

I use EditPad Pro. Has many features including great regex searching (which gets a lot of use as my RegEx tester :)). There's a free version, EditPad Lite, that comes without the regex support, which I guess makes it pretty much useless.

link|improve this answer
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

I use Notepad2 and replaced notepad.exe with it. Lightweight, fast and perfectly meets my demands.

link|improve this answer
feedback

Here is my preference:

On Windows:

On Linux:

  • Vim to quickly view and edit stuffs. Do mind the learning curve.
  • gedit for serious stuffs and if I need to use the file browser side pane. Check out the extensive plugins as well.
link|improve this answer
feedback

EditPad Pro. A pretty interesting guy living the life in Thailand producing this most excellent editor. It's all I use on the Windows side of our existence.

link|improve this answer
feedback

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|improve this answer
show 1 more comment
feedback

Programmers Note pad for me.

link|improve this answer
feedback

EditPad Pro from JGSoft used the trial version for several years till I finally got my company to man up and pay the $50 license fee but it is a wonderful piece of software. Super-fast, complete, has exactly what you want and need and the trial version is hardly limited at all.

I do also occasionally use JEdit (free) for its ability to split window, its neat search features and its excellent Macros support but its java nature just makes it feel clunky to me. Otherwise, it was my IDE of choice before I became a Visual Studio rat back in the days of simple ol' PHP.

link|improve this answer
feedback

Check out EmEditor (http://www.emeditor.com/). It is super light (right now it is currently consuming 424K on my system), blindingly fast regardless of file size, and the one time I had a feature request for it I mailed the guy who owns it and he replied, "great idea!" and added it a week later.

I won't give up my IDE, but EmEditor is a great complement to it.

link|improve this answer
feedback
1 2 3

Your Answer

 
or
required, but never shown

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