I just started using Notepad++ for simple scripting tasks. Notepad++ has a bunch of plug-ins to extend the core functionality. What are your favorite ones?
|
11
|
|||||
|
|
|
The FTP_Synchronise (listed on the sf page) is absolutely brilliant for any web work. |
|||
|
|
|
|
RegEx Helper is useful if you want to test regular expressions against open documents. |
|||
|
|
|
|
For writing scripts, NPPExec is unbelievably useful! It lets you press a button to run your scripts with any command line options you want to pass in. I use it to run Python scripts when I need to test them using this NPPExec command: python.exe "$(FULL_CURRENT_PATH)" |
|||
|
|
|
|
The Compare plugin has seen tons of use from me. It's great if you have Dynamics packages exported and want to quickly see the differences. |
|||
|
|
|
|
More of a tip than a plugin, but I've found adding a couple of user defined commands ('Run' menu) and adding corresponding entries in For example; an '[SVN] Commit' context menu entry (exact commands may not be correct, can't check atm). Shortcuts.xml
contextMenu.xml
Note: these .xml modifications need to be made while Notepad++ is not running. |
|||
|
|
|
|
I use the Function List plugin quite a lot; it's very useful in C/C++ projects. |
|||
|
|
|
|
The XML Tools plugin is awesome |
|||
|
|
|
|
Notepad++ actually makes a pretty good hex editor with the Hex Editor plugin. The plugin allows you to view the hex version of any file as well as add/remove/change the bytes in a binary file, all from your favorite text editor! |
|||
|
|
|
|
I like Hex Editor. Now, all I have to do is figure out how to change the default font. |
|||
|
|
|
|
Explorer, MultiClipboard, SVN, and WebEdit I even wrote up an article here: http://hokuten.net/2010/using-notepad-for-web-development/ |
|||
|
|
|
|
I've found the 'Compare' and 'Compare against SVN' to be invaluable. |
|||
|
|
|
|
TextFX! very useful one is: |
|||
|
|
|
|
Plugin Manager should be first in the list because it does help a lot in installing, updating or removal of the plugins. |
|||
|
|
|
|
If you are on a mac and want to use something similar to Notepad++ use Textmate from macromates. But Espresso http://macrabbit.com/espresso/ is getting more popular because its has an integrated ftp. |
|||
|
|
|
|
NppExec, well developed and seems pretty mature. The advanced options dialog has a bazillon options ;-) |
|||
|
|
|
|
It doesn't exist (yet?), but a plugin to edit et save files over ssh (scp or sftp) would be great! |
|||
|
|
