Plugins > Plugins Admin... missing
-
Hello,
I want to add NppFTP plugin but there is no “Plugins Admin…” http://prntscr.com/n6ba73
I tried launching NotePad++ with admin and searched for info in this forum but can’t find anything.
How can I solve it ? -
welcome to the notepad++ community, @papryka1
we do not have your current debug information, so here is a general guide:
one thing that can cause what you see is, if the plugin list is missing.
please go toplugins > open plugins folder...
and look for a folder calledConfig
. this has to contain a file callednppPluginList.dll
, which contains the plugin list.(in your case you will have to browse manually to your notepad++ program and plugins folder, e.g.:
C:\Program Files\Notepad++\plugins\Config
orC:\Program Files (x86)\Notepad++\plugins\Config
and check if the file callednppPluginList.dll
is missing)how to re-install plugins admin:
-
32 bit: if
nppPluginList.dll
or the wholeConfig
folder is missing, please re-install notepad++ 7.6.5. 32 bit over your existing notepad++ 32 bit, by using the installer from here:
https://notepad-plus-plus.org/repository/7.x/7.6.5/npp.7.6.5.Installer.exe -
64 bit: if
nppPluginList.dll
or the wholeConfig
folder is missing, please re-install notepad++ 7.6.5. 64 bit over your existing notepad++ 64 bit, by using the installer from here:
https://notepad-plus-plus.org/repository/7.x/7.6.5/npp.7.6.5.Installer.x64.exe
(uninstall of the existing notepad++ is not necessary)
important: when you re-install notepad++ over your existing notepad++, make sure that the installer options
plugins
andplugins admin
are enabled.note: on some occasions you will have to re-install twice, first time de-selecting the options
plugins
andplugins admin
, and then re-installing another time activating both optionsplugins
andplugins admin
. -
-
Thanks for the help! Got it all working.
-
splendid, thanks for reporting back, you are welcome.
-