|
This Plugin adds two editor actions, "Cut Line" and "Paste Line". "Cut Line" acts like "Delete Line", but cuts the currently selected line to the System clipboard. "Paste Line" is intended for use in conjunction with "Cut Line". It pastes the contents of the current system clipboard above the current line.
It's a small enhancement to functionality, but it makes it very easy to move around lines of text without using the mouse.
By default, "Cut Line" and "Paste Line" are bound to shortcuts Alt-Y and Alt-P. This can be changed with the keymaps panel, where they appear as "Other Actions" (If anyone knows how to cause these to show up under "Editor Actions", let me know.)
Builds supported: It's only been tested with 644.
Known issues: none, but it wouldn't surprise me a bit.
-- DaveGriffith - 12 Sep 2002
But this functionality already exists in IDEA!
-- ErbC - 17 Sep 2002
"Cut" and "Paste" will do something similar to this if no text is selected. All very cool (although counter-intuitive, unstandard, and undocumented). Had I known about that at the time, I probably wouldn't have written the plugin.
-- DaveGriffith - 18 Sep 2002
|
|