I'd like to add a request for the ability to select columns (or arbitrary "rectangles" of text). I was doing a bunch of editing yesterday, and suddenly really missed this feature, which MSDev has. An example of where it comes in handy is something like this... you have:
public static int x=0; public static int y=0; public static int z=0; If you wanted to remove the 'public' or the 'static' from all of them, it would be nice to be able to just select that 'column' and then hit delete (or cut). Copy and paste are useful too. MSDev does it by holding down Alt while selecting the text with the mouse, just FYI. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
