aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
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>