From 76ef74bc44e201562320906ca18d3add7084ff8b Mon Sep 17 00:00:00 2001
From: Neil
+
+
@@ -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