
copycutcurrentline
Copy/Cut current line in Eclipse as in Visual Studio and NetBeans.
http://www.youtube.com/watch?feature=player_embedded&v=r1v7HfG935A' target='_blank'>http://img.youtube.com/vi/r1v7HfG935A/0.jpg' width='425' height=344 />
What is it?
- Press
Ctrl-C
to copy orCtrl-X
to cut the whole line in an editor if you select nothing. (It works as usual if you select some text.) - Put the caret on any line on any position.
- Press
Ctrl-V
to paste the line above. (You will not lose the caret position.)
Works on Windows and Linux. Should work on Mac but not tested. Tested on Eclipse 3.4, 3.5 and 3.6 on Java 6.
Download
http://copycutcurrentline.googlecode.com/svn/trunk/ ===Manual Download=== '> Download http://copycutcurrentline.googlecode.com/files/com.lembas.CopyCutCurrentLine_1.0.0.jar into your dropins folder and restart Eclipse.