vote up 31 vote down star
14

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

75 Answers

vote up 2 vote down

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

Notepad2, hands down..

It includes all the core functionality of a major editor (color code, zoom, line numbers, identation controll, auto tag closing, bracket identifying), but is also as fast and light weight as they come. Oh and it has an extremly simple interface. The complex stuf fare nicely tucked away.

link|flag
vote up 0 vote down

I use Far Manager's built in editor for simple text editing. The editor has highlighting for a lot of different languages including C# and XML.

link|flag
vote up 0 vote down

If you are after a free solution, you cant go past Notepad++

Otherwise, e is fantastic on Windows, and TextMate is like the best on OS X

link|flag
vote up 0 vote down

If you're using OSX and want a FOSS text editor, I recommend Smultron.

link|flag
vote up 0 vote down

Huge TextPad fan. If it had source control integration and intellisense it would be the perfect code editor.

link|flag
vote up 0 vote down

Real programmers use cat :)

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

I use a combo of Notepad2 and Notepad++ for my coding needs.

link|flag
vote up 1 vote down

Programmers Note pad for me.

link|flag
vote up 1 vote down

I have to go with Notepad 2 or Notepad++

link|flag
vote up 3 vote down

pspad :www.pspad.com

link|flag
vote up 1 vote down

I use notepad2 as a replacement for notepad (replaced like travis suggested), along with SciTE as a standalone executable on my tools flash drive. I also have notepad++ through Portable Apps, which I use on occasion.

notepad2 -- very lightweight, lacks tabs, love the flawless replacement of notepad.exe

SciTE -- Portable, tabs, syntax highlighting by default, can run basic console inside

Notepad++ (on portable apps) -- nice interface, slower response

link|flag
vote up 5 vote down

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

link|flag
vote up 3 vote down

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

link|flag
vote up 0 vote down

I personally love notepad++ and use it all the time.

link|flag
vote up 3 vote down

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|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
vote up 5 vote down

SciTE - small, fast, syntax highlighting for everything.

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

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

link|flag
vote up 4 vote down

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

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

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

link|flag
vote up 0 vote down

I am a fan of vEdit.

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

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

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

link|flag

Your Answer

Get an OpenID
or

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