If I make a multi-cursor selection (across multiple lines), then copy, and paste, the contents of the clipboard are concatenated into a single line.
Is this expected behavior?
I would expect the output to be on multiple lines (if I paste on a single cursor), or, if I paste onto the same number of cursors, have each “sub-selection” be pasted on the corresponding cursor. Otherwise, I don’t see how multi-cursor copying and pasting can be of any use.
At this time. the behavior you are experiencing is expected. Our editing component does not make “discontiguous” copy text. (After all, how would you copy-paste multi-selection into another application?)