up vote 8 down vote favorite
2
share [g+] share [fb]

Anyone know the keyboard shortcut to copy/paste a line into a new line in Eclipse, without having to highlight the entire line?

Thanks.

BTW ctrl-alt-down turns my whole screen upside down (I'm on windows). Interestingly, that's what's specified in the windows/preferences.

link|improve this question

71% accept rate
Eclipse doesn't have this. IntelliJ does it very well. Ctrl-C will copy the whole line if nothing is highlighted. Also Ctrl-D duplicates a line as it is Ctrl-Alt-Down in eclipse. – fastcodejava Feb 23 '10 at 21:50
Presumably flipping your screen upside down is not something you want to do often (unless you're a vampire/bat). Get rid of your graphics config and accept the best answer. – Stephen Feb 23 '10 at 21:55
It would help if you ask one question at a time – Edwin Evans Aug 12 '11 at 16:54
feedback

4 Answers

Ctrl-Alt-Down: copies current line or selected lines to below

Ctrl-Alt-Up:: copies current line or selected lines to above

Ctrl-Shift-L: brings up a List of shortcut keys

See Windows/Preference->Keys.

link|improve this answer
That makes my whole screen upside down (I'm on windows). Interestingly, that's specified in the windows/preference – Prabhu Feb 23 '10 at 21:45
feedback

I've written the linecopypaste plugin for Eclipse that mimics Visual Studio's copy/cut/paste behaviour. I've also found copycutcurrentline which appears to do the same.

link|improve this answer
feedback

See : http://forum.ecoustics.com/bbs/messages/8829/176000.html. If possible try remapping the keys in Eclipse.

link|improve this answer
That makes my whole screen upside down (I'm on windows). Interestingly, that's specified in the windows/preferences. – Prabhu Feb 23 '10 at 21:44
On my computer, that just flips the whole screen upside down! If anyone is frantically trying to undo that, just do ctrl-alt-up to put it back to normal. – MatrixFrog Feb 23 '10 at 21:44
feedback
up vote -1 down vote accepted

OK, I just changed it to something else (ctrl+k) and that did it.

Thanks all.

link|improve this answer
You're supposed to select an answer, not add an answer that thanks us :) But you are welcome! – Pierre-Antoine LaFayette Feb 23 '10 at 22:09
thee you go...selected. – Prabhu Mar 11 '10 at 17:34
For some reasons, this shortcut is the only one that does not work, so also changed it as a solution. But it has only happened recently in my eclipse, maybe incompatibility with Winamp global keyboards. – NickT Sep 13 '11 at 20:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.