wxWidgets/include/wx/stc
New Pagodi d24f58cc55 Add AUTOCOMP_SELECTION_CHANGE event for wxSTC
The SCN_AUTOCSELECTIONCHANGE notification was added in Scintilla 4.0 to
notify an application when a new item is selected in an autocompletion
or user list. However the version of Scintilla currently used is 3.7.2,
so this potentially useful notification is not available.

These changes allow an event corresponding to this notification to be
generated completely in the wxWidgets portion of wxSTC. If the Scintilla
library is ever updated to 4.0 or later, only one method should need to
be modified let Scintilla generate the event instead.
2019-07-13 12:23:06 -05:00
..
private.h Fix wx2stclen() return values after upgrade to Scintilla 3.5.5. 2015-07-11 22:41:34 +02:00
stc.h Add AUTOCOMP_SELECTION_CHANGE event for wxSTC 2019-07-13 12:23:06 -05:00