views:

90

answers:

2

In IDEA you had the possibility to put your cursor on all lines.

Is this possible in Eclipse?

+1  A: 

Eclipse 3.5 should have a column mode (which is what I think you're asking about) - use Alt+Shift+A:

I haven't tried this since I'm stuck at version 3.4.1 for the time being. There's a patch that claims to work for 3.4.0 (http://tkilla.ch/column%5Fmode/), but it's not working for my 3.4.1 install.

Michael Burr
A: 

If you refer to the ability to select a group of lines (like a all function), you can use the outline view

alt text

From there, you can move/rearrange/delete all block of text.


If it is about column mode, see my answer here.

alt text

VonC