diff options
author | Neil <nyamatongwe@gmail.com> | 2024-02-10 09:10:21 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2024-02-10 09:10:21 +1100 |
commit | 7cc2f9baf6cf20fb9a87c5521dddc03f0a88401f (patch) | |
tree | 1833494ce66bab2b3d141be21ab97ea01b422154 /doc | |
parent | bd53ffcbefe4e7a22fc493b1916939bae5f9dc1d (diff) | |
download | scintilla-mirror-7cc2f9baf6cf20fb9a87c5521dddc03f0a88401f.tar.gz |
Add undo features to change log.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9b842e278..59373c8e2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -591,10 +591,13 @@ Released 27 December 2023. </li> <li> - Reduce memory used for undo actions. + Significantly reduce memory used for undo actions, often to a half or quarter of previous versions. <a href="https://sourceforge.net/p/scintilla/feature-requests/1458/">Feature #1458</a>. </li> <li> + Add APIs for saving and restoring undo history. + </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> |