GavriYashar / Matlab-Editor-Plugin

Extends features for the matlab editor, Bookmarks, FileStructure, Clipboard stack
MIT License
74 stars 12 forks source link

when multiple lines are selected, duplicate/delete line should duplicate/delete all of these lines #55

Closed michaelkonecny closed 7 years ago

michaelkonecny commented 7 years ago

This is a feature request.

When text across multiple lines is selected, one should be able to easily duplicate/delete all of these lines at once, like one does in IntelliJ/pyCharm.

Stage two of this enhancement would be: If some text is selected within just one line, the duplicate shortcut should only duplicate this text within the line, not the entire line. (This is also standard behaviour in pyCharm. This is much lower priority, though.)

I might actually try and help you with this, but I first need to install Eclipse this weekend and get a slightly better grip of Java :).