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. --- src/EditModel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/EditModel.h') diff --git a/src/EditModel.h b/src/EditModel.h index 025c54389..e36d26fb1 100644 --- a/src/EditModel.h +++ b/src/EditModel.h @@ -36,6 +36,7 @@ public: bool hasFocus; Selection sel; bool primarySelection; + std::string copySeparator; Scintilla::IMEInteraction imeInteraction; Scintilla::Bidirectional bidirectional; -- cgit v1.2.3