diff options
author | Zufu Liu <unknown> | 2019-10-30 09:41:36 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2019-10-30 09:41:36 +1100 |
commit | dbc43f3f4eb3fb18c5887553c1d642aa01d0b25a (patch) | |
tree | 31c39c25c7d50fc0a4023f53efbcd9e94faf8a45 /doc/ScintillaHistory.html | |
parent | f42c64cf9a0e5e244c3bb4956b5377ef64f5a180 (diff) | |
download | scintilla-mirror-dbc43f3f4eb3fb18c5887553c1d642aa01d0b25a.tar.gz |
Feature [feature-requests:#1304] Avoid unnecessary IME caret movement.
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 00fca60a6..f512a01bc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -570,6 +570,10 @@ properties like user.shortcuts. <a href="https://sourceforge.net/p/scintilla/feature-requests/1317/">Feature #1317</a>. </li> + <li> + Avoid unnecessary IME caret movement on Win32. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1304/">Feature #1304</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scite421.zip">Release 4.2.1</a> |