diff options
| author | Neil <nyamatongwe@gmail.com> | 2017-06-11 14:08:43 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2017-06-11 14:08:43 +1000 |
| commit | 09972b3a179d7ea39ef6ce7e0474531797c549fb (patch) | |
| tree | 530dd174861606cacb57bce355cd14720f0bef9c /include/Scintilla.iface | |
| parent | a4051422b4364d1193abc9a31d1f3df42fdedc47 (diff) | |
| download | scintilla-mirror-09972b3a179d7ea39ef6ce7e0474531797c549fb.tar.gz | |
Implement SCN_AUTOCSELECTIONCHANGE notification.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f35206990..135be3b4e 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -4855,6 +4855,7 @@ evt void FocusIn=2028(void) evt void FocusOut=2029(void) evt void AutoCCompleted=2030(string text, int position, int ch, CompletionMethods listCompletionMethod) evt void MarginRightClick=2031(int modifiers, int position, int margin) +evt void AutoCSelectionChange=2032(int listType, string text, int position) # There are no provisional APIs currently, but some arguments to SCI_SETTECHNOLOGY are provisional. |
