diff options
author | johnsonj <devnull@localhost> | 2015-07-28 18:44:35 +1000 |
---|---|---|
committer | johnsonj <devnull@localhost> | 2015-07-28 18:44:35 +1000 |
commit | 3636e5a245afd3b6be0c9f5744b588a90d8b4058 (patch) | |
tree | f9f79147eee6ee04d3bf54016b86b97559d0500c | |
parent | 9c027d7cc95178255ef39bd09dc47457864ee4a6 (diff) | |
download | scintilla-mirror-3636e5a245afd3b6be0c9f5744b588a90d8b4058.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>. |