有人知道在Eclipse中复制/粘贴一行到新行,而不需要突出显示整行的快捷键吗?

ctrl-alt-down使我的整个屏幕上下颠倒(我在windows上)。有趣的是,这就是windows->首选项中指定的内容。


当前回答

这是另一种方法:

1) Alt+Up and Alt+Down (or Alt+Down and Alt+Up, order does not matter)
2) Ctrl+C

当然vim的“yy”是最快的:)

其他回答

我用的是Windows 7。要禁用它,我所做的就是右键单击Windows桌面,选择“图形属性”->选项。然后在结果屏幕的左侧选择“关闭”。禁用所有热键组合。我认为没有办法只禁用其中一些,要么全部禁用,要么完全禁用。反正我也不需要。所以现在crtl+Alt+Up和crtl+Alt+ down工作为我在Eclipse和我的屏幕保持不变:) 我认为类似的选项在其他版本的Windows中也存在。玩得开心!

将文本从行首复制到光标位置:ctrl + insert

这是有效的,为我节省了很多时间。

You have to turn off the graphics hot keys that flip the screen. If you're on Windows, you need to right click on the Windows desktop and select "Graphics Properties..." (or something similar depending on your version of Windows). This will bring up a screen where you can manage graphics and display options, look for a place where you can disable hot keys, sometimes it's hidden under something like "Options and Support". Turn off the CTRL + ALT + ↑ and CTRL + ALT + ↓ hotkeys (alternatively you can just disable all graphics hot keys if you're not using them).

在我的Mac上,默认设置是ALT+CMD+Down

您可以通过Eclipse -> Preferences(快捷键CMD+)和General -> Keys来更改/查看所有键绑定

在Eclipse中,我们可以将任何命令分配给任何给定的操作 从菜单栏转到 窗口>首选项 然后寻找钥匙 然后搜索复制行 然后单击复制行,然后单击绑定中的命令 并执行一个命令,你想使用复制行我使用ctrl+shift+d 你可以选择任何你想要的