aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorJonathan Hunt <devnull@localhost>2015-07-03 09:11:16 +1000
committerJonathan Hunt <devnull@localhost>2015-07-03 09:11:16 +1000
commit216844e7173e0d3c08830c9168ae55a8d6c7ae3d (patch)
tree29fd0076c8dcb9c5303b5da3d4d5af13c1619eb5 /doc/ScintillaHistory.html
parentc9ea3753b0d4f22ade1701e228d5fb19ef230bc7 (diff)
downloadscintilla-mirror-216844e7173e0d3c08830c9168ae55a8d6c7ae3d.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.html5
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>