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

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


当前回答

如果你的windows电脑,你可以试试这个,它也是STS:

Ctrl + win + Alt + Down::将当前行或所选行复制到下方

Ctrl + win + Alt +向上::将当前行或所选行复制到上方

其他回答

我必须改变分配的键, 如。

Windows/首选项——>常规——>按键

在命令下选择“重复行” 点击“绑定” Ctrl + Shift + D

Ctrl +alt+下/上/左/右作为热键优先于eclipse设置。作为替代,我尝试了不同的方法。

Step 1: Triple click the line you want to copy & press `Ctrl`-`C`(This will
select & copy that entire line along with the `new line`).
Step 2: Put your cursor at the starting of the line where you want to to paste
your copied line & press `Ctrl`-`V`.(This will paste that entire line & will
push previous existing line to the new line, which we wanted in the first place).

对于mac, shift+alt+down_arrow在netbeans的编辑器中工作。

Ctrl+Alt+Down复制当前行到下面像记事本++ (Ctrl+D)

如果你的整个屏幕是180°腐烂,那么你应该禁用你的热键设置。

右键单击—>图形选项—>热键—>禁用

现在你可以尝试快捷键Ctrl+Alt+Down

Ctrl-Alt-Down:将当前行或所选行复制到下方

Ctrl-Alt-Up::复制当前行或选定的行到上面

Ctrl-Shift-L:弹出快捷键列表

看到Windows /首选项- >常规- >键。