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...Block selection is available since Eclipse 3.5.
You can toggle between standard and block selection using:
Alt + Shift + A
Opt + Cmd + A (on Mac)
or press Ctrl+3 (Cmd+3 on Mac), type "toggle block" and select Toggle Block Selection command.
Column mode is in Eclipse 3.5. The linked site also contains a patch for 3.4.0 (only).
If you are on a mac you can use option+command+A
Use Ctrl+3
and write "block" in popup.
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.
- Press Alt + Shift + A
- Observe that the screen zooms out
- Make selection using the mouse
- Press Alt + Shift + A to go back to the old mode.
精彩评论