diff options
author | johnsonj <unknown> | 2023-06-15 15:18:19 +1000 |
---|---|---|
committer | johnsonj <unknown> | 2023-06-15 15:18:19 +1000 |
commit | dec3e9e7991c51374846f1be80c81fde3412836c (patch) | |
tree | 9c4ddbd00f6690e811a3facdceb0c5f16d6e89dd /doc | |
parent | 885ea19c889636d05b3f6ed906576e67811fe057 (diff) | |
download | scintilla-mirror-dec3e9e7991c51374846f1be80c81fde3412836c.tar.gz |
For IMEs, update micro focus when selection changes.
Diffstat (limited to 'doc')
-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 eaecc0075..e84d43cb0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -597,6 +597,10 @@ On Win32 hide cursor when typing if that system preference has been chosen. <a href="https://sourceforge.net/p/scintilla/bugs/2333/">Bug #2333</a>. </li> + <li> + On Qt, for IMEs, update micro focus when selection changes. + This may move the location of IME popups to align with the caret. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla535.zip">Release 5.3.5</a> |