From e9280bf01239e81b01899992647766d0c073253b Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 19 Oct 2022 13:36:08 +1100 Subject: Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safe version of GetStyledText. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5a44b84c5..b145692b5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -587,6 +587,11 @@
  • Draw background colour for EOL annotations with standard and boxed visuals.
  • +
  • + Add SCI_GETSTYLEDTEXTFULL to support 64-bit document positions on Win32 replacing + SCI_GETSTYLEDTEXT which is not safe for huge documents. + Feature #1455. +
  • Release 5.3.1 -- cgit v1.2.3