fluentCODE / ScrawlIssues

Issue Tracker for Scrawl by fluentCODE
14 stars 0 forks source link

Ctrl + V to paste lines sticks it in between current characters #147

Closed xavierzwirtz closed 9 years ago

xavierzwirtz commented 9 years ago

In visual studio if you Hit Ctrl + C in the middle of a line to copy it, followed by Ctrl + 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.

pauljz commented 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.

pauljz commented 9 years ago

Fixed in 467.

This commit also made it so multi-cursor cut/paste operations will properly multiplex across cursors.