From 18d6e09e3bf0484e1cb77d85f7c6af56963a1846 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 16 Aug 2009 00:41:14 +0000 Subject: Matching new behaviour for copying rectangular selections. --- doc/ScintillaDoc.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') 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 {

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.

+ 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.

SCI_SETMULTIPLESELECTION(bool multipleSelection)
-- cgit v1.2.3