As a general rule, Ctrl-W should always stop inside a ({[ expression then
select the ({[ then go on.
[ ] is the selection
| is the caret:
Each line is the result of another Ctrl-W from the previous line.
char c = (ch|ar) 1;
char c = ([ch|ar]) 1;
char c = [(char)] 1;
char c = [(char) 1];
[char c = (char) 1;]Jacques "Carlos Costa e Silva" <[EMAIL PROTECTED]> wrote in message aiv40i$mpq$[EMAIL PROTECTED]">news:aiv40i$mpq$[EMAIL PROTECTED]... > Win2k sp2, jdk1.4.0_01, idea #640. > > Select word doesn't select casts - doing control-w twice inside the cast > selects "(char) 1": > > char c = (char) 1; > > Also, there should be an entry in the Edit menu for this action - maybe > before the Select All entry. > > Carlos > > -- > Carlos Costa e Silva <[EMAIL PROTECTED]> > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
