diff options
author | johnsonj <unknown> | 2023-05-26 17:53:04 +1000 |
---|---|---|
committer | johnsonj <unknown> | 2023-05-26 17:53:04 +1000 |
commit | 91017572fe786a8c1089aa008152ce31cb69321d (patch) | |
tree | 8b411766263f5733d1e85eb87958ee2bdc94bb09 /doc | |
parent | 2a845c450413e5b0a4d2dade14b012a1800f337a (diff) | |
download | scintilla-mirror-91017572fe786a8c1089aa008152ce31cb69321d.tar.gz |
Return correct position within paragraph for IME in characters instead of bytes.
Diffstat (limited to 'doc')
-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 48639f6e0..29ebce988 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -601,6 +601,9 @@ On Qt, stop movement of IME candidate box. </li> <li> + On Qt, report correct caret position within paragraph for IME retrieve surrounding text. + </li> + <li> On Qt for Cocoa, fix crash in entry of multi-character strings with IME. </li> </ul> |