aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-05-21 19:37:09 +1000
committernyamatongwe <unknown>2011-05-21 19:37:09 +1000
commitfbb11a9811d25d3a0b3fcd823efe0acd3be476e8 (patch)
treed1eb0707f4214d2ab951d9b3a041d45b9689def3
parent9f5a1b40b7d5001f54126bc93cdc155b3a2a320e (diff)
downloadscintilla-mirror-fbb11a9811d25d3a0b3fcd823efe0acd3be476e8.tar.gz
Added more explanation for SCI_SETMULTIPLESELECTION.
-rw-r--r--doc/ScintillaDoc.html5
1 files changed, 3 insertions, 2 deletions
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 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 12/May/2011 NH</p>
+ <p>Last edited 21/May/2011 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -1559,7 +1559,8 @@ struct Sci_TextToFind {
<p>
<b id="SCI_SETMULTIPLESELECTION">SCI_SETMULTIPLESELECTION(bool multipleSelection)</b><br />
<b id="SCI_GETMULTIPLESELECTION">SCI_GETMULTIPLESELECTION</b><br />
- Enable or disable multiple selection.</p>
+ 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.</p>
<p>
<b id="SCI_SETADDITIONALSELECTIONTYPING">SCI_SETADDITIONALSELECTIONTYPING(bool additionalSelectionTyping)</b><br />