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 | 1910b44f6d435ccaa88840268ed75c7f7ce42f12 (patch) | |
| tree | 9528eeeaa6ea0a680c44483b037cdc8cc54714f4 /doc/ScintillaHistory.html | |
| parent | ac23936dc6c4caf6462214f8117639a6198bb52a (diff) | |
| download | scintilla-mirror-1910b44f6d435ccaa88840268ed75c7f7ce42f12.tar.gz | |
Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.
Backported from changeset 6306:7e28cdba6d61.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c61680db0..57290ede4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -533,6 +533,9 @@ Support dropped for GTK+ versions before 2.24. </li> <li> + An SCN_AUTOCSELECTIONCHANGE notification is sent when items are highlighted in an autocompletion or user list. + </li> + <li> The Rust lexer recognizes 'usize' numeric literal suffixes. <a href="http://sourceforge.net/p/scintilla/bugs/1919/">Bug #1919</a>. </li> |
