diff options
author | johnsonj <unknown> | 2025-05-16 12:12:13 +1000 |
---|---|---|
committer | johnsonj <unknown> | 2025-05-16 12:12:13 +1000 |
commit | aefa36e90bb7d11881138ec6acd82f245f2c346d (patch) | |
tree | 4b2f02a427bb3ad699b512f20aaae6308b0e3a54 /doc | |
parent | a9d050f5145f572542c986f1bcdcdf1c3514f1e9 (diff) | |
download | scintilla-mirror-aefa36e90bb7d11881138ec6acd82f245f2c346d.tar.gz |
Feature [feature-requests:#1488]. Update IME cursor position inside retrieve
surrounding to better position candidate window.
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 f82671db4..4d3c73774 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -624,6 +624,10 @@ On GTK, fix IME problem when tentative composition interfered with delete surrounding. <a href="https://sourceforge.net/p/scintilla/feature-requests/1476/">Feature #1476</a>. </li> + <li> + On GTK, update IME cursor position inside retrieve surrounding to better position candidate window. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1488/">Feature #1488</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla556.zip">Release 5.5.6</a> |