aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 9c4693bc1..4be7b5e1c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -532,6 +532,10 @@
Calling SCI_SETIDENTIFIERS resets styling to ensure any added identifier are highlighted.
</li>
<li>
+ Avoid candidate box randomly popping up away from edit pane with (especially
+ Japanese) IME input.
+ </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>.