From b50d82d5dd2c07da8064c4accbedb523a51b500d Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 10 Jun 2020 13:00:05 +1000 Subject: Backport: Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH. Backport of changeset 8297:3665e2c20cd4. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f572606af..2338f4ece 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -581,6 +581,11 @@ Feature #1347.
  • + Round SCI_TEXTWIDTH instead of truncating as this may be more accurate when sizing application + elements to match text. + Feature #1355. +
  • +
  • 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