aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-05-10 12:19:52 +1000
committerNeil <nyamatongwe@gmail.com>2022-05-10 12:19:52 +1000
commitf82a2c25a5805d0dab5cd66ef221eb247bc36134 (patch)
tree8012b8437d7e503626ac06b62fb3f6a9c475df92 /doc/ScintillaHistory.html
parent4e556e4aaba49f4307ab4933a376e0c34d0be674 (diff)
downloadscintilla-mirror-f82a2c25a5805d0dab5cd66ef221eb247bc36134.tar.gz
Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND).
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
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.
</li>
<li>
+ Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND) by not lexing whole document
+ as it does not depend on folding structure.
+ </li>
+ <li>
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.