notepad-plus-plus-legacy/PowerEditor
Don HO 4a80a125c0
Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message
Destroying allocated Scintilla makes Notepad++ crash because created Scintilla view's pointer is added into _referees of Buffer object automatically.
The deallocated scintilla view in _referees is used in Buffer::nextUntitledNewNumber().

So we do nothing here and let Notepad++ destroys allocated Scintilla while it exit and we keep this message for the sake of compability withe the existing plugins.

Fix #4487, close #1500, close #5949
2019-07-26 09:39:52 +02:00
..
bin Notepad++ 7.7.1 release 2019-06-20 02:13:55 +02:00
gcc MinGW GCC update 2016-10-31 14:03:29 +01:00
installer Add NppExport 64 bits plugin in the distribution 2019-07-23 21:37:49 +02:00
misc/chameleon Remove the old icon 2016-09-21 09:06:22 +02:00
scintilla.original.forUpdating Upgrade Scintilla from 4.1.4 to 4.2.0 2019-07-22 13:08:41 +02:00
src Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message 2019-07-26 09:39:52 +02:00
Test/FunctionList Remove BOM from 2 localization files 2019-03-15 03:13:31 +01:00
visual.net Remove VS2013 project file. 2019-05-31 22:35:32 +02:00