aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-01-25 08:40:06 +1100
committerNeil <nyamatongwe@gmail.com>2025-01-25 08:40:06 +1100
commitf2bc1988dba5ca23692020017aa6f9ee2b4d71cf (patch)
treed4a01f6ce4ad7fd5afa7a2b65b6a68c1cf932f96 /doc/ScintillaHistory.html
parent3de9d37c7b8f4501558d309ada718dc52533e94c (diff)
downloadscintilla-mirror-f2bc1988dba5ca23692020017aa6f9ee2b4d71cf.tar.gz
Bug [#1224]. Use enum for undo selection history and make API names more
consistent as 'undo selection' instead of 'selection undo' as more closely associated with undo than selection.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 5f28aae36..7cb5ebcee 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -595,7 +595,7 @@
Released 18 December 2024.
</li>
<li>
- Remember selection with undo and redo. Controlled with SCI_SETSELECTIONUNDOHISTORY.
+ Remember selection with undo and redo. Controlled with SCI_SETUNDOSELECTIONHISTORY.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1273/">Feature #1273</a>,
<a href="https://sourceforge.net/p/scintilla/bugs/1479/">Bug #1479</a>,
<a href="https://sourceforge.net/p/scintilla/bugs/1224/">Bug #1224</a>.