notepad-plus-plus-legacy/PowerEditor
Don HO 2390b19706 Fix a crash bug due to eventual disordered notifications sent to plugins
The Access Violation while closing Notepad++:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3961
could be due to SCN_UPDATEUI sending after NPPN_SHUTDOWN, that makes
plugins treat SCN_UPDATEUI on the released handle.

To avoid such situation, once NPPN_SHUTDOWN has been sent, no more
message will be sent to plugin.

Fixes #3961, fixes #4021
2017-12-27 18:19:01 +01:00
..
bin Notepad++ release 7.5.3 2017-12-06 00:59:33 +01:00
gcc MinGW GCC update 2016-10-31 14:03:29 +01:00
installer Fix DSpellCheck incomplete installation 2017-12-05 22:12:53 +01:00
misc/chameleon Remove the old icon 2016-09-21 09:06:22 +02:00
resources Adapt json format for Plugin admin 2017-09-24 18:27:42 +02:00
scintilla.original.forUpdating Create scintillaUpdatingWorkFlow.txt 2015-07-25 01:35:43 +02:00
src Fix a crash bug due to eventual disordered notifications sent to plugins 2017-12-27 18:19:01 +01:00
Test/FunctionList Move xsd file 2017-02-22 00:15:54 +01:00
visual.net switch from VS2013 to VS2015 & VS2017 2017-10-01 23:16:17 +02:00