You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
32 bit PluginManager's admin system at https://npppm.bruderste.in provides the ability to define a minimal Notepad++ version for a plugin. In the resulting XML file this produces a minVersion tag. PluginManager neither taks into account this tag when it shows the list of available plugins nor does it when user chooses to install a plugin.
Steps to Reproduce the Issue
Download a ZIP version of Notepad++ v7.5.6 (32 or 64 bit) and unzip the file.
Download and install appropriate (32 or 64 bit) latest version of PluginManger (currently v1.4.11).
Start Notepad++ and open PluginManger.
Switch to Available tab.
Check entry of AutoCodepage plugin (v1.2.2) and click on Install button.
Expected Behavior
Since the AutoCodepage plugin is tagged with <minVersion>7.5.7</minVersion> either it should not been displayed in plugin list under Notepad++ v7.5.6 or PluginManager should display a message that the plugin isn't suitable for this version of Notepad++ and thus installation should be refused.
Actual Behavior
AutoCodepage plugin is displayed in PluginManager's plugin list and can be installed without any problem or warning though the version of Notepad++ (v7.5.6) doesn't fit the minVersion requirements.
Debug Information
ZIP installation of Notepad++ v7.5.6, 32 bit and 64 bit
PluginManager v1.4.11, 32 bit or 64 bit
AutoCodepage plugin v1.2.2
The text was updated successfully, but these errors were encountered:
Description of the Issue
32 bit PluginManager's admin system at https://npppm.bruderste.in provides the ability to define a minimal Notepad++ version for a plugin. In the resulting XML file this produces a
minVersion
tag. PluginManager neither taks into account this tag when it shows the list of available plugins nor does it when user chooses to install a plugin.Steps to Reproduce the Issue
Available
tab.AutoCodepage
plugin (v1.2.2) and click onInstall
button.Expected Behavior
Since the AutoCodepage plugin is tagged with
<minVersion>7.5.7</minVersion>
either it should not been displayed in plugin list under Notepad++ v7.5.6 or PluginManager should display a message that the plugin isn't suitable for this version of Notepad++ and thus installation should be refused.Actual Behavior
AutoCodepage plugin is displayed in PluginManager's plugin list and can be installed without any problem or warning though the version of Notepad++ (v7.5.6) doesn't fit the
minVersion
requirements.Debug Information
ZIP installation of Notepad++ v7.5.6, 32 bit and 64 bit
PluginManager v1.4.11, 32 bit or 64 bit
AutoCodepage plugin v1.2.2
The text was updated successfully, but these errors were encountered: