Sunday, 12 January 2020

20200113: Installing Notepad++ 7.6 plugins

From <https://stackoverflow.com/questions/40015350/how-to-install-a-notepad-plugin-offline>:

Here are the steps that worked for me:
  1. Download the plugin and extract the plugin dll file.
  2. Place the plugin.dll file under plugin folder of notepad++ installation. For me it was : C:\Program Files\Notepad++\plugins
    • For me, I had to create a separate subdirectory under the plugins directory and place the DLL in the separate subdirectory
  3. Go to Notepad++ then : Settings -> Import -> Import plugin (import the plugin).
  4. Notepad++ will show the restart message / Sometimes it may not show it.
  5. Restart the notepad++.
  6. Should see new plugin under the Plugins menu. ALL DONE!!

No comments:

Post a Comment

Note: only a member of this blog may post a comment.