From e825b12c84852cc297b76b141bc2c1a4d0be8f72 Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Sat, 21 May 2011 19:37:09 +1000
Subject: Added more explanation for SCI_SETMULTIPLESELECTION.
---
doc/ScintillaDoc.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'doc/ScintillaDoc.html')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 36e04f239..f0db9f201 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -79,7 +79,7 @@
Scintilla Documentation
- Last edited 12/May/2011 NH
+ Last edited 21/May/2011 NH
There is an overview of the internal design of
Scintilla.
@@ -1559,7 +1559,8 @@ struct Sci_TextToFind {
SCI_SETMULTIPLESELECTION(bool multipleSelection)
SCI_GETMULTIPLESELECTION
- Enable or disable multiple selection.
+ Enable or disable multiple selection. When multiple selection is disabled, it is not possible to select
+ multiple ranges by holding down the Ctrl key while dragging with the mouse.
SCI_SETADDITIONALSELECTIONTYPING(bool additionalSelectionTyping)
--
cgit v1.2.3