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/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 8ef2532c2..719b44afd 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -980,6 +980,8 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP #define SCI_GETLAYOUTTHREADS 2776 #define SCI_COPYALLOWLINE 2519 #define SCI_CUTALLOWLINE 2810 +#define SCI_SETCOPYSEPARATOR 2811 +#define SCI_GETCOPYSEPARATOR 2812 #define SCI_GETCHARACTERPOINTER 2520 #define SCI_GETRANGEPOINTER 2643 #define SCI_GETGAPPOSITION 2644 -- cgit v1.2.3