How to install Notepad++ plugin

From Wikipedia: “Notepad++ is a text editor and source code editor for Windows. One advantage of Notepad++ over the built-in Windows text editor, Notepad, is tabbed editing, which allows working with multiple open files.” How to install Notepad++ plugin

  1. Download your plugin e.g. TextFX
  2. Place the dll file in the plugin subfolder of Notepad++
  3. Load the plugin by going to Settings -> Import -> Import Plugin and select the dll file.
  • place any extra config files within plugin\config
  • place documentation files within plugin\doc

For further info goto Notepad++ wiki or their Plugin Central