I have a line of code:

private int mDebugGetMisses = 0;

I want to delete the 'private int' part... so I put the cursor at the start
of the line and press Ctrl-Shirt-Right to highlight 'private'.  I hit delete
and private is deleted and the cursor is placed just before the 'int'.  I
repeat the Ctrl-Shift-Right, but now the 'mDeb' is highlighted and the
cursor has jumped to just before the 'mDebugGetMisses'.  It sure seems to me
that the 'int' should have been highlighted.
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to