diff options
author | nyamatongwe <unknown> | 2009-08-16 00:41:14 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-08-16 00:41:14 +0000 |
commit | 18d6e09e3bf0484e1cb77d85f7c6af56963a1846 (patch) | |
tree | e6f635b3aea175e3399cf4e375cf4b3ccc33c9b3 | |
parent | 2a7cbb87174bbe0b3951525f5e76fdca05bba37b (diff) | |
download | scintilla-mirror-18d6e09e3bf0484e1cb77d85f7c6af56963a1846.tar.gz |
Matching new behaviour for copying rectangular selections.
-rw-r--r-- | doc/ScintillaDoc.html | 5 |
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 /> |