From a081db882e05bffa8bde512d0db99fb765517c90 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
@@ -831,6 +832,7 @@ struct TextToFind {
SCI_PASTE
SCI_CLEAR
SCI_CANPASTE
+ SCI_COPYALLOWLINE
These commands perform the standard tasks of cutting and copying data to the clipboard,
pasting from the clipboard into the document, and clearing the document.
SCI_CANPASTE returns non-zero if the document isn't read-only and if the selection
@@ -845,6 +847,11 @@ struct TextToFind {
the destination and source applications. Data from SCI_PASTE will not arrive in the
document immediately.
SCI_COPYALLOWLINE works the same as SCI_COPY except that if the
+ selection is empty then the current line is copied. On Windows, an extra "MSDEVLineSelect" marker
+ is added to the clipboard which is then used in SCI_PASTE to paste
+ the whole line before the current line.
SCI_COPYRANGE copies a range of text from the document to
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 587987ce5..3fc9d32a3 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -305,12 +305,13 @@
-- cgit v1.2.3