diff options
author | Neil <nyamatongwe@gmail.com> | 2023-10-04 16:17:08 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-10-04 16:17:08 +1100 |
commit | 084c9f68be3dd5a0253fe7ead4efaf3cca0bb19a (patch) | |
tree | 011c011bb64230b1762e13f6e3fc5b2640912344 /doc | |
parent | 0d75d5544f21ecf2dca49af04b3467ccea4ab8db (diff) | |
download | scintilla-mirror-084c9f68be3dd5a0253fe7ead4efaf3cca0bb19a.tar.gz |
Significantly reduce memory used for deleting contiguous ranges backwards.
Compresses sequences of same item in vectors by adding a count field.
Fixes Notepad++ issue 13442.
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13442
Diffstat (limited to 'doc')
-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 a2942ebf4..5a54725a2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -591,6 +591,10 @@ Released 22 September 2023. </li> <li> + Fix excesssive memory use when deleting contiguous ranges backwards. + <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13442">Notepad++ Issue #13442</a>. + </li> + <li> For Cocoa, fix invisible text on macOS 14 Sonoma. <a href="https://sourceforge.net/p/scintilla/bugs/2402/">Bug #2402</a>. </li> |