Block selection in eclipse

EclipseEclipse Plugin

Eclipse Problem Overview


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

Eclipse Solutions


Solution 1 - Eclipse

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.

Solution 2 - Eclipse

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

Solution 3 - Eclipse

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

Solution 4 - Eclipse

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.

Solution 5 - Eclipse

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

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMaurits de BoerView Question on Stackoverflow
Solution 1 - EclipsePeter ŠtibranýView Answer on Stackoverflow
Solution 2 - Eclipseuser4210View Answer on Stackoverflow
Solution 3 - EclipsedvtoeverView Answer on Stackoverflow
Solution 4 - EclipseMarcin SzymczakView Answer on Stackoverflow
Solution 5 - EclipseS KrishnaView Answer on Stackoverflow