Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install a Notepad++ plugin offline?

I am trying to install a Notepad++ plugin from Plugins -> Plugin Manager, but my office firewall is restricting its download. Is there any alternate way to download plugin offline?

like image 980
meen Avatar asked Oct 13 '16 07:10

meen


People also ask

Where can I download Notepad++ plugins?

Notepad++ Plugins download | SourceForge.net.


1 Answers

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
  3. Start Notepad++ as an elevated administrator and then go to: 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!!
like image 167
RV. Avatar answered Sep 23 '22 13:09

RV.