aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-11-06 08:58:31 +1100
committerNeil <nyamatongwe@gmail.com>2023-11-06 08:58:31 +1100
commitc9668d46c7209e8f1f86a109e9c41aac07232492 (patch)
tree13dd7667afa0ceae52097cafcd8f089cc13c269d /doc
parent026058ceca31c336a6d76f248ae2510fe1b1247c (diff)
downloadscintilla-mirror-c9668d46c7209e8f1f86a109e9c41aac07232492.tar.gz
Ctrl-click on a selection deselects it in multiple selection mode.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 2e26d8900..b37d6bbf0 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -591,6 +591,9 @@
Released 18 November 2023.
</li>
<li>
+ Ctrl-click on a selection deselects it in multiple selection mode.
+ </li>
+ <li>
Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
</li>
<li>