Support for Plugins Admin & NppPluginList
-
now all Plugins going to %PROGRAMDATA%\Notepad++\plugins\ with a directory same name as the DLL…hmmm…for one DLL file?
I think the best thing is, the config for this plugin is also at this place. All what you need for a plugin in one directory. You can copy this directory with all config and files you need to another PC, or you can delete this directory and all files for this plugins are gone. -
@MrOuzo said:
I think the best thing is, the config for this plugin is also at this place.
It is not a good thing to do because you have one plugin dll for all users but every user has his/hers own unique config.
-
@pnedev said:
It is not a good thing to do because you have one plugin dll for all users but every user has his/hers own unique config.
You are right. Additionally we would need a new method for plugins to query the path to their config files because Notepad++ can only answer the query if it knows which plugin has queried.
@MrOuzo Please note: There are also portable installations of Notepad++ where the path to the config files is different from that one of local installations.
The requirement to introduce a new query method for the config file path would break all existing plugins. Users would have to wait for an update of their plugins, which might never happen.
-
Hi.
Sigh, I’ve just updated to 7.6.1, 32bit version, no luck, Plugin Admin is still missing.
The old plugin manager “just worked”, but this one :(Upgraded from 7.5.9 to 7.6.0, then to 7.6.1, moved the plugins as suggested (one directory = one plugin with the name of the main dll).
Still:
- while installing, I cannot flag “autoupdate” (but the exec is there, GUP.EXE)…
- After installation, there is no “plugin admin” anywhere. :(
BTW: apart from this annoying thing, Notepad++ is good as always.
-
usually this should solve this problem:
make a backup of your plugins folder(s) if you need them
uninstall notepad++ completely
delete allNotepad++
folders you can find in:
%PROGRAMFILES(X86)%
,
%LOCALAPPDATA%
,
%APPDATA%
and
%PROGRAMDATA%
reinstall with this 7.6.1 (x86) installer and make sure “Auto-Updater” and “Plugins Admin” are selected
(note: auto updater will be selected but greyed out as soon as plugins admin is checked because auto updater is mandatory for plugins admin) -
@dinkumoil said:
There is a known bug in the unzipping code for plugin ZIP packages. If a plugin comes with companion files, plugin installer GUP.exe may produce 0-byte files when unzipping them. Affected plugins may fail to work.
This issue is fixed and merged into master of wingup for Notepad++:
https://github.com/notepad-plus-plus/wingup/commit/a4f12fd8cd0ca6eb6e44594b08ef6c9e2665a72e
The bug will be fixed in the next release. -
-
Feature request: column sorting within Plugins Admin. Since there’s no logical default sort order and the search is limited, sorting will help us find our favorite plugins.
-
@donho Thank you for all your work on NPP. I like the new PlugIn Admin and if you can somehow include that in the portable version so that it’s available in a future release, that would be very helpful. Thank you again and happy holidays!
-
This post is deleted! -
Question: Is it possible to make the new Plugins Admin work also on Windows XP or would this be too much work?
I tried Notepad++ to 7.6.1 with the Plugins Admin. The lists of plugins read fine, however, the update process didn’t work due to a missing function. I can provide a screenshot if needed.
Plugin Manager worked fine also with Windows XP. -
@DataCrypt said:
Thank you for all your work on NPP. I like the new PlugIn Admin and if you can somehow include that in the portable version so that it’s available in a future release, that would be very helpful. Thank you again and happy holidays!
It will be in the zipped package of next release (v7.6.2).
-
Plugin “XML Tools” shows an error about libxml and/or libxslt not being found. I copied both dlls in the new plugin subfolder C:\ProgramData\Notepad++\plugins\XMLTools but that didn’t fix the issue. Any clue where plugins should have their external dlls ?
Link to the screenshot -
Admin Plugins does not work because I have to use the company proxy. I have no error message, but no new plugin installation or update are working correctly.
-
Is there a log or something to do to help to find a solution?
-
Hi there,
maybe I just didn’t find the answer to my question, but shouldn’t it be possible to install plugins without admin privileges?
I did uninstall 6.9 with the silent switch and installed the 32 Bit 7.6.2 version with the silent switch aswell.
Now all Plugins are listed in the Programdata folder, where usually every user can create or delete folders - but still if I want to install one plugin with the plugin admin menu, notepad++ is closing and asks for administrator credentials.
Is this still the intended behavior?!
regards
-
Hi @donho ,
Plugin_Central is quite outdated,
but still referenced in
official plugin-howto -> Plugin_Development
Also the specifications for certain content on docs.notepad-plus-plus.org seems to be quite old.
Could you please check how contributors can do some updates for your wiki?Best regards, Mattes
-
This post is deleted! -
@ivanbuto said:
Question: Is it possible to make the new Plugins Admin work also on Windows XP or would this be too much work?
I tried Notepad++ to 7.6.1 with the Plugins Admin. The lists of plugins read fine, however, the update process didn’t work due to a missing function. I can provide a screenshot if needed.
Plugin Manager worked fine also with Windows XP.Here is a screenshot of the error generated when Notepad++ restarted itself after trying to update a plugin via Plugins Admin in 7.6.1 on Windows XP.
With versions 7.6.2 and higher, the Plugins Admin does not even appear under the Plugins menu.
So should I just expect that it won’t be made to work under Windows XP at all? I do have the appropriate TLS update installed (KB4019276), so the system can use TLS 1.2.
-
@jackpoz In order for the XMLTools plugin to work, those external DLLs (i.e., libcurl.dll, libiconv-2.dll, libwinpthread-1.dll, libxml2-2.dll, libxslt-1.dll) must be copied into the Notepad++ executable directory (i.e., where the Notepad++.exe file resides, or, “C:\Program Files\Notepad++”).