diff options
author | nyamatongwe <devnull@localhost> | 2011-05-21 19:37:09 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-05-21 19:37:09 +1000 |
commit | e825b12c84852cc297b76b141bc2c1a4d0be8f72 (patch) | |
tree | 96e788661dc0b430ba4c5d659ac1dfe1c182f040 | |
parent | 2f3162dd589863e65d4c6698209b7319cc9349a5 (diff) | |
download | scintilla-mirror-e825b12c84852cc297b76b141bc2c1a4d0be8f72.tar.gz |
Added more explanation for SCI_SETMULTIPLESELECTION.
-rw-r--r-- | doc/ScintillaDoc.html | 5 |
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 /> |