aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-06-17 08:49:43 +1000
committerZufu Liu <unknown>2019-06-17 08:49:43 +1000
commit1e79a7c53fbfd7481e26f92037de92597dedaf79 (patch)
tree7ea049531f97b9bba03c23f28555563480cee58c /doc/ScintillaHistory.html
parenta82f89692231c7bd44b1dab9f4343836bbf1fa54 (diff)
downloadscintilla-mirror-1e79a7c53fbfd7481e26f92037de92597dedaf79.tar.gz
Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 659eba28a..7e9da5464 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -566,6 +566,11 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1295/">Feature #1295</a>.
</li>
<li>
+ Platform layers should use InsertCharacter method to perform keyboard and IME input, replacing
+ AddCharUTF method.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1293/">Feature #1293</a>.
+ </li>
+ <li>
On Win32, limit text returned from WM_GETTEXT to the length specified in wParam.
<a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>.
</li>