From 5f998b68113dd116c1e938028dddcbcc7425a144 Mon Sep 17 00:00:00 2001 From: Mitchell Foral Date: Wed, 9 Jun 2021 10:51:58 +1000 Subject: Add SCI_PASTERECTANGULAR to insert text like a rectangular paste. --- doc/ScintillaDoc.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index bae44931d..01ec3e3ad 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1107,6 +1107,7 @@ struct Sci_TextToFind { SCI_COPYALLOWLINE
SCI_SETPASTECONVERTENDINGS(bool convert)
SCI_GETPASTECONVERTENDINGS → bool
+ SCI_PASTERECTANGULAR(position length, const char *text)

SCI_CUT
@@ -1147,6 +1148,9 @@ struct Sci_TextToFind { SCI_SETEOLMODE. Defaults to true.

+

SCI_PASTERECTANGULAR(position length, const char *text)
+ Pastes the given text into the existing rectangular or empty selection, overwriting any selected text.

+

Error handling

SCI_SETSTATUS(int status)
-- cgit v1.2.3