-
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
Run when Notepad++ is closed
option is not working properly
#97
Comments
plugin code is checkin for true, but webinterface/server is producing outsideNpp="1" |
@bruderstein Could this be resolved on server side? Or should I add a workaround with checking also for "1"? |
The problem with the workaround is that plugin developers will have no way of setting this to FALSE/0 and the few plugins using this feature all want (or at least, currently use by force) FALSE. regards |
@jcaillon ok, so I will leave it as is, as long as no change on server side is done, also for x64 where the input is manually created the expected behaviour could be achieved. |
Hello,
Description of the Issue
In the web interface for x32 plugins you can add a step
run
to run a program and you have an option calledRun when Notepad++ is closed
.Whether you check this option or not, the program is run after copying the .dll file and before the plugin manager displays the following message : Press OK when the installation program has completed.
Once you press ok you have the message to restart : Notepad++ needs to be restarted for changes to take effect. Would you like to do this now?
Content of
plugins\Config\PluginManagerPlugins.xml
when reproducing this issue :Expected Behavior
If the option
Run when Notepad++ is closed
is checked, I expect the program to run when notepad++ is closedActual Behavior
It is run before the plugin manager asks the user to restart notepad++
More Information
Notepad++ v7.5.5 (32-bit)
Build time : Feb 27 2018 - 21:44:21
Path : C:\Work\3P_notepad++_stable\notepad++.exe
Admin mode : OFF
Local Conf mode : ON
OS : Windows 10 (64-bit)
Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll PluginManager.dll
plugin manager v1.4.10.0
This bug is related to this issue :
#96 : Plugins list x32 - web interface - bug when unchecking `Run when Notepad++ is closed
Please don't fix this one before enabling us to uncheck this option in the web interface :)
Best regards.
The text was updated successfully, but these errors were encountered: