Happy New Year!
Gerade nach einer Möglichkeit gesucht, in eclipse ähnlich wie in Visual Studio eine ganze Zeile zu kopieren bzw auszuschneiden, ohne sie komplett markieren zu müssen.
Unter Windows/Preference->Keys findet man keine Einstellmöglichkeit.
Aber ich hab ein kleines Plugin gefunden, dass das kann:
copycutcurrentline
EDIT 18.09.2016: Das Projekt wurde leider von der Google Code-Seite genommen…
What is it?
Press Ctrl-C to copy or Ctrl-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.
DownloadDownload CopyCutCurrentLine_1.0.0.jar into your dropins folder and restart Eclipse.