diff options
author | Neil <nyamatongwe@gmail.com> | 2024-07-27 12:35:18 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2024-07-27 12:35:18 +1000 |
commit | 76ef74bc44e201562320906ca18d3add7084ff8b (patch) | |
tree | 6f8ea39c723a28fb9d355eb7894833689a05c68e /src/EditModel.h | |
parent | 12edbfc7840bc4c56d1a7933e587694e9c774aee (diff) | |
download | scintilla-mirror-76ef74bc44e201562320906ca18d3add7084ff8b.tar.gz |
Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separate
parts of multiple selection when copied.
Diffstat (limited to 'src/EditModel.h')
-rw-r--r-- | src/EditModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |