-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot uninstall a plugin with pending updates #107
Comments
@rbsec I could confirm this behaviour. But at least it should be possible to first run the update and then uninstall. |
@chcg thanks for looking into this so quickly. Updating does let you remove the plugin (and of course you can always just manually delete it if that didn't work for whatever reason), so it's not a high priority issue. |
Hello. |
@cmfaustino For npp xml treeview the x64 plugin list already contains version 2.0 in the stable plugin list. 32bit list has a longer cycle and should be updated on next monday, the dev list is already updated also there. https://github.com/joaoasrosa/nppxmltreeview/releases/download/Berlin-v1.6.0.54/NppXMLTreeviewPlugin_x86.zip is named 1.6.0.54, but the dll itself is 1.5.0.54. Additionally in the fallback for version identification via md5 is used incorrectly. The md5 sum is taken from the zip, but should be the one of the wrongly versioned plugin NppXmlTreeviewPlugin.dll. |
how to install NppXMLTreeviewPlugin ? |
@me-suzy With which version of N++? 32bit or 64bit? |
64bit |
@me-suzy See https://github.com/joaoasrosa/nppxmltreeview/releases/tag/v2.0.0. With N++ 7.6.4 this is part of Plugins -> Plugin Admin... plugins list and could be installed there. |
Description of the Issue
The plugin manager has three tabs for plugins to appear in:
Plugins only ever appear in one of these tabs, so if a plugin has pending updates, it'll only appear in the "Updates" tab, rather than both "Updates" and "Installed". Because there's no uninstall option in the "Updates" tab, you can't uninstall the plugin until you've updated it to the latest version.
Steps to Reproduce the Issue
Expected Behavior
The plugin should appear in the list, and you should be able to uninstall it.
Actual Behavior
The plugin only appears in the "Updates" tab, so can't be uninstalled.
Debug Information
Plugin Manger version: 1.4.11.0
The text was updated successfully, but these errors were encountered: