Files
textmate/Frameworks/editor
Allan Odgaard 7c78e8316c Support copy/paste of discontinuous selections that contain newlines
Previously we stored discontinuous selections as a newline-delimited string, and therefore the individual fragments could not contain any newlines.

Now that we use NSPasteboard’s multi-string support, we no longer have this limitation.
2020-04-14 12:58:10 +07:00
..