aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaCall.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2024-07-27 12:35:18 +1000
committerNeil <nyamatongwe@gmail.com>2024-07-27 12:35:18 +1000
commit76ef74bc44e201562320906ca18d3add7084ff8b (patch)
tree6f8ea39c723a28fb9d355eb7894833689a05c68e /include/ScintillaCall.h
parent12edbfc7840bc4c56d1a7933e587694e9c774aee (diff)
downloadscintilla-mirror-76ef74bc44e201562320906ca18d3add7084ff8b.tar.gz
Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separate
parts of multiple selection when copied.
Diffstat (limited to 'include/ScintillaCall.h')
-rw-r--r--include/ScintillaCall.h3
1 files changed, 3 insertions, 0 deletions
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();