From 5ebd653f630d2f37c696f7f6928de4fa133b8486 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 11 Jun 2020 16:22:59 +1000 Subject: Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in document could return less text than in document. Backport of changeset 8302:2faf8ba9d1fb. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1b0697810..ae942e58e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -590,6 +590,10 @@ Bug #2185.
  • + Fix bug on Win32 where calling WM_GETTEXT for more text than in document could return + less text than in document. +
  • +
  • Fixed bug in Batch lexer where a single character line with a single character line end continued state onto the next line.
  • -- cgit v1.2.3