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. --- include/ScintillaCall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ScintillaCall.h') diff --git a/include/ScintillaCall.h b/include/ScintillaCall.h index 201e31ecc..6212a42cd 100644 --- a/include/ScintillaCall.h +++ b/include/ScintillaCall.h @@ -726,6 +726,9 @@ public: int LayoutThreads(); void CopyAllowLine(); void CutAllowLine(); + void SetCopySeparator(const char *separator); + int CopySeparator(char *separator); + std::string CopySeparator(); void *CharacterPointer(); void *RangePointer(Position start, Position lengthRange); Position GapPosition(); -- cgit v1.2.3