aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-08-16 00:41:14 +0000
committernyamatongwe <devnull@localhost>2009-08-16 00:41:14 +0000
commitb412862c0d844d1db6240a57d401e7b84b3d5724 (patch)
treee6f635b3aea175e3399cf4e375cf4b3ccc33c9b3
parent2ba263d420359bd3d529d2d32df0314b8253556d (diff)
downloadscintilla-mirror-b412862c0d844d1db6240a57d401e7b84b3d5724.tar.gz
Matching new behaviour for copying rectangular selections.
-rw-r--r--doc/ScintillaDoc.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 8ee72a92f..cf68e1d69 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -1486,9 +1486,8 @@ struct TextToFind {
<p>When discontiguous selections are copied to the clipboard, each selection is added to the clipboard text
in order with no delimiting characters.
- For rectangular selections the document's line end is added after each line's text. Due to being added
- in order, when a rectangular selection is selected from the bottom to the top, the lines will be in the reverse order
- to how they are in the document. Virtual space is not copied.</p>
+ For rectangular selections the document's line end is added after each line's text. Rectangular selections
+ are always copied from top line to bottom, not in the in order of selection.Virtual space is not copied.</p>
<p>
<b id="SCI_SETMULTIPLESELECTION">SCI_SETMULTIPLESELECTION(bool multipleSelection)</b><br />