How to view Plugin Manager in Notepad++

335,694

Solution 1

As of Notepad++ version 7.5, plugin manager is no longer shipped with Notepad++

From the Notepad++ release notes:

You may notice that Plugin Manager plugin has been removed from the official distribution. The reason is Plugin Manager contains the advertising in its dialog. I hate Ads in applications, and I ensure you that there was no, and there will never be Ads in Notepad++.

A built-in Plugin Manager is in progress, and I will do my best to ship it with Notepad++ ASAP.

If the above doesn't put you off, and you want to proceed and install the plugin manager anyway, it looks like there's a GitHub repository for nppPluginManager - though I haven't personally used it, so cannot comment on it's validity.

The nppPluginManager installation instructions state:

To install the plugin manager, simply download (links below) the .zip, and place the PluginManager.dll file in the Notepad++ plugins directory, and the gpup.exe in the updater directory under your Notepad++ program directory. (e.g. "C:\Program Files\Notepad++\updater")

In fact, if you prefer, you can just add the PluginManager.dll to the plugins directory, then do a reinstall of Plugin Manager from the plugin itself, which will place the file in the right place! Of course, if you're already using an earlier version of the plugin manager, you'll be able to just update from the update tab (or when you get the notification that the update has happened).

The GitHub repository also contains the latest release.

Solution 2

Follow the steps given below:

  1. Download Plugin Manager from here.

    • You can find the most updated version in the release section in the Git repository:
  2. Extract the contents of zip file under "C:\Program Files\Notepad++"

  3. Restart Notepad++

That's it !!

Solution 3

To install a plugin without Plugin Manager:

  1. Download your plugin and extract contents in a folder. You will find a .dll file inside. Copy it.
  2. Open C:\Program Files (x86)\Notepad++\pluginsand paste the .dll
  3. Run Notepad++

Solution 4

  1. You can download the latest Plugin Manager version PluginManager_latest_version_x64.zip.

  2. Unzip the file.

  3. Copy

PluginManager_latest_version_x64.zip\updater\gpup.exe

into

path-to-installed-notepad\notepad++\updater\

  1. Copy

PluginManager_latest_version_x64.zip\plugins\PluginManager.dll

into

path-to-installed-notepad\notepad++\plugins\

  1. Start or restart Notepad++.
  2. Enjoy!

Solution 5

The way to install plugins seems to have changed, the previous answers here did not work for me.

The current (checked with 7.8.1) way to install plugins is to install it in a sub folder:

The plugin (in the DLL form) should be placed in the plugins subfolder of the Notepad++ Install Folder, under the subfolder with the same name of plugin binary name without file extension. For example, if the plugin you want to install named myAwesomePlugin.dll, you should install it with the following path: %PROGRAMFILES(x86)%\Notepad++\plugins\myAwesomePlugin\myAwesomePlugin.dll

from https://npp-user-manual.org/docs/plugins/

So PluginManager.dll goes into PluginManager sub folder.

Share:
335,694

Related videos on Youtube

Raja Dorji
Author by

Raja Dorji

IT Professional. New to competitive programming.

Updated on July 30, 2021

Comments

  • Raja Dorji
    Raja Dorji almost 3 years

    I downloaded Notepad++ from https://notepad-plus-plus.org/repository/7.x/7.5.1/npp.7.5.1.Installer.x64.exe.

    And I installed the same. Now I need to install few plugins, but in the menu option Plugins there are only Converter and MIME tools listed, but not Plugin Manager.

    enter image description here

    Edit: They have removed Plugin Manager with the version 7.5. Still it can be added by following @johnny 's instruction in the best solution. P.S: The plugin manager is only supporting the 32-bit version.

  • Raja Dorji
    Raja Dorji over 6 years
    Hi @jonny. Thank a lot for your answer. I tried placing the dll and gpup.exe in the said folders, but the plugin manager still not showing after restarting notepad++. I also tried Settings->import plugins. Guess I need to install older version then.
  • Raja Dorji
    Raja Dorji over 6 years
    hey it works with 32-bit notepad++. I followed the same steps with 32 bit version. :)
  • JDOaktown
    JDOaktown almost 6 years
    This is the only method that worked for me when trying to install JSTool w/ the most recent 64bit NPP.
  • Sander de Jong
    Sander de Jong over 5 years
    Nope. When restarting, N++ complains that gpup.exe cannot be found.
  • Sander de Jong
    Sander de Jong over 5 years
    This one works. gpup is also needed, besides the dll.
  • David Welborn
    David Welborn over 5 years
    It doesn't appear to work with 64 bit version though. To me, this is a show stopper. I'm going to check out other editors :/
  • Heetola
    Heetola over 5 years
    same, does nothing on x64
  • riskyc123
    riskyc123 about 5 years
    This is helpful. If you're on 64 bit the same instructions work - just copy the .dll to C:\program Files\Notepad++\plugins and make sure you have the 64 bit .dll (which I did not initially...)
  • Pintu
    Pintu almost 5 years
    Create a folder with name "PluginManager" (same as dll file name) under plugins folder and place the dll file inside the new folder . Restart NP++ , It will work .
  • steveOw
    steveOw almost 5 years
    for the 32bit version I also had to create a new folder in ...\plugins\ named "PluginsManager". And then move the file PluginManager.dll into that new folder. Then restarted Notepad++ (as Administrator but I dont know if that is essential).
  • user3673
    user3673 over 4 years
    On my system it was %PROGRAMFILES%\Notepad++\plugins\myAwesomePlugin\myAwesomePl‌​ugin.dll .
  • Rahul Misra
    Rahul Misra almost 3 years
    In case someone else comes across this page, v8 of 64 bit notepadd++ has the plugin manager included. notepad-plus-plus.org/downloads/v8