aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-11-05 14:59:49 +1100
committerNeil <nyamatongwe@gmail.com>2023-11-05 14:59:49 +1100
commita3dd1952c420158febe7a11d596ba3f402eb17ab (patch)
treed7d5e93ffe069db6b26a2edec46f2fc44862ac03 /doc/ScintillaHistory.html
parent04cc53969e0d23cf19365712ca8c6afdbc4f3822 (diff)
downloadscintilla-mirror-a3dd1952c420158febe7a11d596ba3f402eb17ab.tar.gz
Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index f823ee0ef..b808bd4b8 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -591,7 +591,8 @@
Released 18 November 2023.
</li>
<li>
- Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.
+ Add SCI_SETMOVEEXTENDSSELECTION and SCI_CHANGESELECTIONMODE to
+ simplify selection mode manipulation.
</li>
<li>
Improve performance of global replace by reducing cache invalidation overhead.