eclipse eclipse中的块选择
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1914492/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Block selection in eclipse
提问by Maurits de Boer
Does anyone know if block selection (or rectangular selection) is possible in eclipse?
Maybe there's a plugin? I haven't been able to find one myself yet...
有谁知道在日食中是否可以选择块选择(或矩形选择)?
也许有一个插件?我自己还没有找到...
采纳答案by Maarten Sander
Column modeis in Eclipse 3.5. The linked site also contains a patch for 3.4.0 (only).
列模式在 Eclipse 3.5 中。链接站点还包含 3.4.0(仅限)的补丁。
回答by Peter ?tibrany
Block selection is available since Eclipse 3.5.
You can toggle between standard and block selection using:
自 Eclipse 3.5 起,块选择可用。
您可以使用以下方法在标准和块选择之间切换:
Alt+ Shift+ A
Opt+ Cmd+ A(on Mac)
Alt+ Shift+ A
Opt+ Cmd+ A(在 Mac 上)
or press Ctrl+3(Cmd+3on Mac), type "toggle block" and select Toggle Block Selection command.
或按Ctrl+ 3(在 Mac 上为Cmd+ 3),输入“toggle block”并选择 Toggle Block Selection 命令。
回答by dvtoever
If you are on a mac you can use option+command+A
如果您使用的是 mac,则可以使用 option+command+A
回答by Marcin Szymczak
Use Ctrl+3
and write "block" in popup.
Ctrl+3
在弹出窗口中使用并写入“阻止”。
You can also use shortcut Alt+Shift+A
. You can always see list of shortcuts with Ctrl+Shift+L
. Block selection shortcut is on the bottom of this list.
您也可以使用快捷方式Alt+Shift+A
。您始终可以使用 来查看快捷方式列表Ctrl+Shift+L
。块选择快捷方式位于此列表的底部。