|
While enterprise developers usually prefer heavyweight IDEs like Eclipse, Visual Studio etc, Notepad++ is the editor of choice for the rest of us. Syntax highlighting for nearly every language, all the handy editing features (like folding/unfolding, block comments, line operations, and even column-mode select), regexp search/replace, macros and XML/XSD special features (via plugin) all make Notepad++ outperform other similar editors. The only two Notepad++ shortcomings for me is somewhat humble regexp syntax (not nearly as powerful as in Perl/Java/.NET) and slow performance on big files (like 50+Mb).
|