diff options
| author | Neil <nyamatongwe@gmail.com> | 2022-05-10 12:19:52 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2022-05-10 12:19:52 +1000 |
| commit | f82a2c25a5805d0dab5cd66ef221eb247bc36134 (patch) | |
| tree | 8012b8437d7e503626ac06b62fb3f6a9c475df92 /doc/ScintillaHistory.html | |
| parent | 4e556e4aaba49f4307ab4933a376e0c34d0be674 (diff) | |
| download | scintilla-mirror-f82a2c25a5805d0dab5cd66ef221eb247bc36134.tar.gz | |
Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND).
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
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. |
