Notepad++
Saturday, May 27th, 2006I’ve been using Crimson Editor for all my text editing needs for the past few years. I was overjoyed with joy with when I first found it after using plain Notepad for so long. This week I discovered Notepad++. They are very similar, but Notepad has a few new features I am digging in large quantities.
- Multilanguage Syntax Highlighting - Notepad++ can load an html file, recognize that there is JavaScript and PHP mixed in there as well, and display it properly. Crimson Editor just looked at the file extension.
- Code Folding - Little minus signs appear beside the lines numbers at the start of each block of code (functions, classes, loops, html tags, css rules). You can minimize blocks of code that you don’t want to see.
- Brace Highlighting - Put your cursor beside a {, ), or ] and it highlights the correspondiong {, ), or ].
All these little features make it much easier to understand the structure of whatever I’m working on and track down errors caused by missing }.
One area it is tied for with CrimsonEditor is price, ’cause it’s free too. Go get it
