有人知道在Eclipse中复制/粘贴一行到新行,而不需要突出显示整行的快捷键吗?
ctrl-alt-down使我的整个屏幕上下颠倒(我在windows上)。有趣的是,这就是windows->首选项中指定的内容。
有人知道在Eclipse中复制/粘贴一行到新行,而不需要突出显示整行的快捷键吗?
ctrl-alt-down使我的整个屏幕上下颠倒(我在windows上)。有趣的是,这就是windows->首选项中指定的内容。
当前回答
查看如何使eclipse默认快捷键ctrl alt↓工作
选择行:将光标放在要复制的行上,如果光标在行尾,则选择行,如果光标在行首,则选择ShiftHome 在ctrl alt↓或ctrl alt↑下面或上面复制一行(默认预期行为),但这里的关键是你需要选择一行/块
一些答案集中在禁用Windows或任何其他操作系统的屏幕旋转,这适用于防止意外按键。
其他回答
在MAC中试试这个。
alt+命令+下
它的工作原理。
这是另一种方法:
1) Alt+Up and Alt+Down (or Alt+Down and Alt+Up, order does not matter)
2) Ctrl+C
当然vim的“yy”是最快的:)
(在Windows上测试)[根据以下评论,也适用于Ubuntu, IBM RTC 4 / RSA 9]
在Eclipse中,按Ctrl+Shift+L 2 (或按Ctrl + 3 > type: Keys > Enter)。 在“键入筛选文本”(搜索)文本框中,键入“复制行” 选择筛选行,右键单击“Binding”字段,然后选择全部 按Ctrl + Shift + V 给好
从现在开始,对于任何你想复制的行,只需按Ctrl+Shift+V。
对于个人使用,我添加了一个vim插件,如Vrapper到Eclipse,只使用yy复制整行。
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).