From 76ef74bc44e201562320906ca18d3add7084ff8b Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 27 Jul 2024 12:35:18 +1000 Subject: Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separate parts of multiple selection when copied. --- doc/ScintillaDoc.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index eab747f1f..0e0300d95 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1858,6 +1858,8 @@ struct Sci_TextToFindFull { SCI_CUTALLOWLINE
SCI_SETPASTECONVERTENDINGS(bool convert)
SCI_GETPASTECONVERTENDINGS → bool
+ SCI_SETCOPYSEPARATOR(<unused>, const char *separator)
+ SCI_GETCOPYSEPARATOR(<unused>, char *separator) → int
SCI_REPLACERECTANGULAR(position length, const char *text)
@@ -1905,6 +1907,11 @@ struct Sci_TextToFindFull { SCI_SETEOLMODE. Defaults to true.

+

SCI_SETCOPYSEPARATOR(<unused>, const char *separator)
+ SCI_GETCOPYSEPARATOR(<unused>, char *separator) → int
+ When a multiple selection is copied, this string property is added between each part. + Defaults to empty.

+

SCI_REPLACERECTANGULAR(position length, const char *text)
Replaces the selected text or empty selection with the given text. The insertion is performed similarly to rectangular pastes: new lines in the given text are interpreted as -- cgit v1.2.3