Lee's Favorite Apps: Notepad++
For the longest time, I thought I needed to use Dreamweaver to edit my web code. That bothered me. I didn't like the way it handled saving files to my remote server, and it was just too damn bulky for my taste. And there's the price tag. I wasn't really a fan of that either.
Fortunately, I discovered Notepad++. It's totally free, extremely powerful, and does everything I need an editor to do (and a whole lot more). It's based on Scintilla, which is a fantastic foundation for source code editing.
What makes it so great? For starters, it's portable, it supports tabs, syntax highlighting,drag and drop, macro recording, regular expression search and replace, and auto-completion. That's barely the tip of the iceberg.
Multiview editing lets you two documents at once - or two views of the same document. Collapse regions of your code that you don't need visible while editing. Zooming makes code easy to read even on small screens (like my MSI Wind). Bookmarking important or troublesome locations in your files makes navigating them snap.
Plugins add another dimension to N++, and I've got a few favorites. Light explorer adds a small but very useful file browser pane, FTP Synchronize automatically updates your server with changes saved to a local copy, Quick Text offers powerful snippet management, and Secure Pad adds encrypt/decrypt functions.
There are several other great add-ons, and Notepad++ has an enthusiastic, supportive community. They have also contributed tons of autocompletes, translations, themes, and language additions - everything from Smarty to UnrealScript.
Notepad++ is simply a great application.
Fortunately, I discovered Notepad++. It's totally free, extremely powerful, and does everything I need an editor to do (and a whole lot more). It's based on Scintilla, which is a fantastic foundation for source code editing.
What makes it so great? For starters, it's portable, it supports tabs, syntax highlighting,drag and drop, macro recording, regular expression search and replace, and auto-completion. That's barely the tip of the iceberg.
Multiview editing lets you two documents at once - or two views of the same document. Collapse regions of your code that you don't need visible while editing. Zooming makes code easy to read even on small screens (like my MSI Wind). Bookmarking important or troublesome locations in your files makes navigating them snap.
Plugins add another dimension to N++, and I've got a few favorites. Light explorer adds a small but very useful file browser pane, FTP Synchronize automatically updates your server with changes saved to a local copy, Quick Text offers powerful snippet management, and Secure Pad adds encrypt/decrypt functions.
There are several other great add-ons, and Notepad++ has an enthusiastic, supportive community. They have also contributed tons of autocompletes, translations, themes, and language additions - everything from Smarty to UnrealScript.
Notepad++ is simply a great application.













Comments
9
Subscribe to comments-=Ben=-Oct 9th 2008 2:24PM
Notepad++ is awesome
Great post Lee!
_________
-=Ben=-
RocketboyOct 9th 2008 2:32PM
Another one to check out is PSPad. But when it comes down to the uber-helpful text editors, it starts to become simply a matter of preference.
yuvalOct 9th 2008 2:54PM
I love this program.
It is very powerful and very intuitive so you easily find tools to make your work more effective.
supernova_hqOct 9th 2008 4:40PM
For anyone running linux, you can run this in wine, or get it's linux counterpart scite (in ubuntu's repositories). I personally prefer notepad++ (no macro or multi-document stuff in scite), but run linux. If anyone knows of a native "direct" port of notepad++, please post it.
DxOct 9th 2008 4:52PM
Great Program. My main software development source code editor.
JoeOct 10th 2008 11:39AM
It is a good app to use, works great on xp. But i have had issues with my home vista computer.
Will have to take a look at PSPad.
tsudohnimhOct 11th 2008 8:02AM
I've been using Notpad++ for several years now and love it. It is great for network pros that deal with text config files on switches and routers.
Tsudohnimh
KnowtheNetwork.com
ivanvxOct 12th 2008 10:19PM
I simply love Notepad++, it's one of the few apps i miss when using OS X which is most of the time, I tried to replace it with textwrangler but N++ can beat anything.
james 42Oct 13th 2008 10:41PM
Great app, I use it all the time.