diff options
author | Zufu Liu <unknown> | 2024-01-27 19:51:31 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2024-01-27 19:51:31 +1100 |
commit | 7e32149ab735019ad029c0559b99998b2d525053 (patch) | |
tree | 79c43d3b45eb7f2b4d5f23a81bbb96e133a0cb42 /doc | |
parent | 2ca7a15a1bd45d306775b2757ee17884f2c14320 (diff) | |
download | scintilla-mirror-7e32149ab735019ad029c0559b99998b2d525053.tar.gz |
Feature [feature-requests:#1458] Reduce memory used for undo actions.
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 67f26fb3d..9b842e278 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -591,6 +591,10 @@ Released 27 December 2023. </li> <li> + Reduce memory used for undo actions. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1458/">Feature #1458</a>. + </li> + <li> For ScintillaEdit on Qt, fix reference from ScintillaDocument to Document to match change in 5.4.1 using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER. </li> |