aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 1789ccc7e..749a2fe26 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -509,6 +509,9 @@
SciTE properties files now discard trailing white space on variable names.
</li>
<li>
+ Calling SCI_SETIDENTIFIERS resets styling to ensure any added identifier are highlighted.
+ </li>
+ <li>
On Cocoa fix problems with positioning of autocompletion lists near screen edge
or under dock. Cancel autocompletion when window moved.
<a href="http://sourceforge.net/p/scintilla/bugs/1740/">Bug #1740</a>.