Merge branch 'scintilla-3.6.3'

Update bundled Scintilla to version 3.6.3.

Closes #17357.
This commit is contained in:
Vadim Zeitlin
2016-03-05 18:01:01 +01:00
185 changed files with 5311 additions and 4137 deletions

View File

@@ -63,6 +63,10 @@ All:
wxLog::SetVerbose() which now only affects wxLogVerbose().
- Add wxFileType::GetExpandedCommand() (troelsk).
All (GUI):
- Update Scintilla to v3.6.3 (Paul Kulchenko).
wxMSW:
- Fix crash when using wxCHMHelpController() in 64 bit builds (Xlord2).