Closed xavierzwirtz closed 9 years ago
Good catch. Should be a pretty easy fix. I'll take care of this pretty soon, probably once I've got debugging merged to master.
Fixed in 467.
This commit also made it so multi-cursor cut/paste operations will properly multiplex across cursors.
In visual studio if you Hit
Ctrl + C
in the middle of a line to copy it, followed byCtrl + V
it inserts the pasted line before the line your cursor is on. Same for sublime.In scrawl it copies the line just fine, but instead of inserting it before the current line it inserts it between the characters your cursor is at.