Block selection in eclipse

前端 未结 5 763
悲哀的现实
悲哀的现实 2021-02-01 00:42

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...

相关标签:
5条回答
  • 2021-02-01 01:06

    If you are on a mac you can use option+command+A

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-02-01 01:11
    • 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.

    0 讨论(0)
  • 2021-02-01 01:17

    Column mode is in Eclipse 3.5. The linked site also contains a patch for 3.4.0 (only).

    0 讨论(0)
  • 2021-02-01 01:28

    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.

    0 讨论(0)
提交回复
热议问题