vote up 31 vote down star
15

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

76 Answers

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

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

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 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 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 3 vote down

pspad :www.pspad.com

link|flag
vote up 1 vote down

I have to go with Notepad 2 or Notepad++

link|flag
vote up 1 vote down

Programmers Note pad for me.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Real programmers use cat :)

link|flag
show 1 more comment
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

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

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

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

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 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 1 vote down

I'd have to say EditPlus, $35 well spent!

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

On Windows: PSPad

On Mac: SubEthaEdit

Multiplattform: Editra

Everywhere: Vim

link|flag
vote up 1 vote down

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

I am a fan of ConTEXT, it also allows you to fully program your own syntax highlighting. Not sure if it is still being developed though.

link|flag
vote up 0 vote down

For a lightweight solution either notepad++ or vim/gvim. For a more project based solution pspad is pretty good. I also like the customisability of notepad++ and pspad with their syntax highlighting. Eg. Add extensions like csproj, vcproj, wix to the XML language family to get the appropriate highlighting.

link|flag
vote up 1 vote down

@htanata

+1 to gedit. It is my choice when writing ruby, groovy and trying some java code.

Kind Regards

link|flag
vote up 0 vote down

I use Notepad 2, replaced Notepad with it. Lightweight and feature full.

link|flag
vote up 1 vote down

I've been using UltraEdit on Windows for a long time, and TextMate on Mac for at least a year. I'm not using them near their fullest (it's tricky to memorize advanced features in two different tools), but they both work well and highlight syntax for a bunch of languages.

link|flag
vote up 0 vote down

vim in linux and notepad++ in windows

link|flag
vote up 0 vote down

I'm a big fan of scite, myself. Syntax highlighting, bracket matching, supports multiple languages, and is very fast and lightweight.

link|flag
vote up 2 vote down

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

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

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

The Zeus editor has syntax highlighting for quite a few programing languages and the syntax highlighting can be easily configured for almost any language.

link|flag

Your Answer

Get an OpenID
or

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