diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b145692b5..6f37e98e1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -592,6 +592,11 @@ SCI_GETSTYLEDTEXT which is not safe for huge documents. <a href="https://sourceforge.net/p/scintilla/feature-requests/1455/">Feature #1455</a>. </li> + <li> + Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOW + triggering insertion because of SCI_AUTOCSETCHOOSESINGLE mode. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1459/">Feature #1459</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla531.zip">Release 5.3.1</a> |