vote up 32 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

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

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

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

On Windows: PSPad

On Mac: SubEthaEdit

Multiplattform: Editra

Everywhere: Vim

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

TextPad always. First class product. Almost a must have for programmers.

link|flag
vote up 1 vote down

I have been using EmEditor for years now for both code and regular content editing. When working with files in different encodings it performs flawlessly. The latest version also offers a hex view of your opened file.

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

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

link|flag
vote up 0 vote down

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

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

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

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

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

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

link|flag
vote up 0 vote down

vim in linux and notepad++ in windows

link|flag

Your Answer

Get an OpenID
or

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