diff options
author | johnsonj <unknown> | 2015-07-28 18:44:35 +1000 |
---|---|---|
committer | johnsonj <unknown> | 2015-07-28 18:44:35 +1000 |
commit | 85c1ffe86e2059ed0f17e741e8149d7dbf987a8d (patch) | |
tree | 86619bf7eb672c0bfa0a3d17d5b7fac0f4f50663 | |
parent | c1955f280084e316a587fa10469e4296ffc7371c (diff) | |
download | scintilla-mirror-85c1ffe86e2059ed0f17e741e8149d7dbf987a8d.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
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>. |