diff options
author | johnsonj <unknown> | 2023-07-14 16:48:58 +1000 |
---|---|---|
committer | johnsonj <unknown> | 2023-07-14 16:48:58 +1000 |
commit | 9377739727201262b06048e5b0612c4171ade4d9 (patch) | |
tree | 53b180c8794a0ad09b843e88cdd1918af1a33cd9 /doc | |
parent | 75dd033787929345584b1c0949684ba59c960566 (diff) | |
download | scintilla-mirror-9377739727201262b06048e5b0612c4171ade4d9.tar.gz |
Feature [feature-requests:#1488] Stop aligning IME candidate window to target on
Win32 and Qt.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 503df317e..a766f61c0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -602,6 +602,14 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2333/">Bug #2333</a>. </li> <li> + On Win32 and Qt, stop aligning IME candidate window to target. + It is now always aligned to start of composition string. + This undoes part of feature #1300. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1488/">Feature #1488</a>, + <a href="https://sourceforge.net/p/scintilla/bugs/2391/">Bug #2391</a>, + <a href="https://sourceforge.net/p/scintilla/feature-requests/1300/">Feature #1300</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> |