diff options
author | johnsonj <unknown> | 2017-03-05 16:28:31 +1100 |
---|---|---|
committer | johnsonj <unknown> | 2017-03-05 16:28:31 +1100 |
commit | 26fc47b6fc2445b1d9b4a20eb3ccc79cf2fca315 (patch) | |
tree | 6d4bba51574e708c7c932b81271539f2ad482ea4 /doc/ScintillaHistory.html | |
parent | e17d87205db3b9a3e6bc4b7f14c11d48b48b66f2 (diff) | |
download | scintilla-mirror-26fc47b6fc2445b1d9b4a20eb3ccc79cf2fca315.tar.gz |
For IMEs, do not clear selected text when there is no composition text to show.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ab03e7f3e..764d1eeb3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -527,6 +527,9 @@ Released 19 February 2017. </li> <li> + For IMEs, do not clear selected text when there is no composition text to show. + </li> + <li> Fix to stream selection mode when moving caret up or down. <a href="http://sourceforge.net/p/scintilla/bugs/1905/">Bug #1905</a>. </li> |