diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2428a129a..019a0efbf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -555,6 +555,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> |