Originally request at https://github.com/zufuliu/notepad4/issues/814, VS Code, Sublime Text, CudaText and others, when copy multiple selections, behaviors as if they are rectangular selection in Scintilla.
I think two options (or merged into one) can be added to control Editor::CopySelectionRange() for multiple selection:
There should be a part separator (or terminator?) string that can be set by the application and that defaults to empty. An application may want to make it easy to paste into other applications like spreadsheets that expect tab- or comma-separated values.
I think I have said this before but couldn't quickly find where.
Would be great to have this.
Implemented
SCI_SETCOPYSEPARATORto add a separator string between each part of a selection with [10c62e].Related
Commit: [10c62e]
Not sorted as rectangular selection.
That seemed less useful to me so I didn't work on it.
Then, this can be closed.