I would like to get syntax highlighting support for major languages. Other desired properties are:
- Simple to use
- Light weight
|
14
|
I would like to get syntax highlighting support for major languages. Other desired properties are:
|
|||
|
|
|
|
Here is my preference: On Windows: On Linux: |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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 |
|||
|
|
|
|
If you're using OSX and want a FOSS text editor, I recommend Smultron. |
|||
|
|
|
|
Huge TextPad fan. If it had source control integration and intellisense it would be the perfect code editor. |
|||
|
|
|
|
Real programmers use |
|||
|
|
I use a combo of Notepad2 and Notepad++ for my coding needs. |
|||
|
|
|
|
Programmers Note pad for me. |
|||
|
|
|
|
I have to go with Notepad 2 or Notepad++ |
|||
|
|
|
|
pspad :www.pspad.com |
|||
|
|
|
|
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 |
|||
|
|
|
|
I was put onto Programmers Notepad and love it. I had been using Notepad 2 but this is much better and more customizable. |
|||
|
|
|
|
I use Notepad2 and replaced notepad.exe with it. Lightweight, fast and perfectly meets my demands. |
|||
|
|
|
|
I personally love notepad++ and use it all the time. |
|||
|
|
|
|
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 |
|||
|
|
I not only use Notepad2, I've completely replaced notepad with it in XP. It's just that good. :-) |
|||
|
|
|
|
SciTE - small, fast, syntax highlighting for everything. |
|||
|
|
On Windows, I really like EmEditor. I've used it for years. |
|||
|
|
|
|
Try TextPad. It does a great job of highlighting HTML with JavaScript and PHP (or whatever). There is plugins for virtually any language. |
|||
|
|
|
|
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 |
|||
|
|
|
|
TextPad and e-editor for windows and textedit for the mac. |
|||
|
|
|
|
I am a fan of vEdit. |
|||
|
|
|
|
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 |
|||
|
|
|
|
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) |
|||
|
|
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. |
|||
|
|
|
|
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 |
||||
|
|
|
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. |
|||
|
|
|
|
Emacs on *nix, notepad++ on windows.. The emacs version on windows feels clunky to use.. :( |
|||
|
|