From f82a2c25a5805d0dab5cd66ef221eb247bc36134 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 10 May 2022 12:19:52 +1000 Subject: Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND). --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b7d4b1e5b..066e18af0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -581,6 +581,10 @@ Released 31 March 2022.
  • + Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND) by not lexing whole document + as it does not depend on folding structure. +
  • +
  • Fix partial updates and non-responsive scroll bars on Xorg. This defers scroll bar changes to an idle task so could affect applications that depend on the scroll position being updated. -- cgit v1.2.3