diff options
| author | mitchell <unknown> | 2019-07-11 12:49:28 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2019-07-11 12:49:28 -0400 |
| commit | e305512e58c726ef1855ffec4af69c90cfc9e396 (patch) | |
| tree | 9ac416d8c4d4c676d9bf8b7c6f546e179b583616 /doc/ScintillaHistory.html | |
| parent | f40378978a7b3bb901a2085a2c76b1ac4a3f45a0 (diff) | |
| download | scintilla-mirror-e305512e58c726ef1855ffec4af69c90cfc9e396.tar.gz | |
Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
Backport of changeset 7575:e1e9f53b0423.
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> |
