From 18d6e09e3bf0484e1cb77d85f7c6af56963a1846 Mon Sep 17 00:00:00 2001
From: nyamatongwe 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.
SCI_SETMULTIPLESELECTION(bool multipleSelection)
--
cgit v1.2.3