From e305512e58c726ef1855ffec4af69c90cfc9e396 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 11 Jul 2019 12:49:28 -0400 Subject: Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF. Backport of changeset 7575:e1e9f53b0423. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 @@ Feature #1295.
  • + Platform layers should use InsertCharacter method to perform keyboard and IME input, replacing + AddCharUTF method. + Feature #1293. +
  • +
  • On Win32, limit text returned from WM_GETTEXT to the length specified in wParam. Bug #2110.
  • -- cgit v1.2.3