diff options
author | Jonathan Hunt <unknown> | 2015-07-03 09:11:16 +1000 |
---|---|---|
committer | Jonathan Hunt <unknown> | 2015-07-03 09:11:16 +1000 |
commit | e4145254c3614839f8c87900445b785d9e9ee7dd (patch) | |
tree | 7701a63aabf9b51fc920635ab851b70ab31a0777 /doc/ScintillaHistory.html | |
parent | 8d49281805d033bc8e6ca0da7ef74ed6de37d25f (diff) | |
download | scintilla-mirror-e4145254c3614839f8c87900445b785d9e9ee7dd.tar.gz |
Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion.
From Jonathan Hunt.
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 f2e9528eb..8cb8a61b5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -472,6 +472,7 @@ <td>Stefan Küng</td> </tr><tr> <td>Jiří Techet</td> + <td>Jonathan Hunt</td> </tr> </table> <p> @@ -498,6 +499,10 @@ This change in behaviours is conditional on setting the SCI_SETADDITIONALSELECTIONTYPING property. </li> <li> + Autocompletion lists send an SCN_AUTOCCOMPLETED notification after the text has been inserted. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1109/">Feature #1109.</a> + </li> + <li> The case mode style attribute can now be SC_CASE_CAMEL. </li> <li> |