if (condition) {
   action1
}
else {
   action 2
}

I might want to copy just condition, or while copying the whole thing I need
to change the condition, action1 or action2.
The cast is another case as discribed elsewhere in another post.

Jacques
"Valentin Kipiatkov" <[EMAIL PROTECTED]> wrote in message
aivv3g$b79$[EMAIL PROTECTED]">news:aivv3g$b79$[EMAIL PROTECTED]...
> Could you give us some usecase where selecting such portion of the text is
> needed?
>
> --
> Valentin Kipiatkov
> JetBrains, Inc
> http://www.intellij.com
> "Develop with pleasure!"
>
> "Jacques Morel" <[EMAIL PROTECTED]> wrote in message
> aivaba$rg2$[EMAIL PROTECTED]">news:aivaba$rg2$[EMAIL PROTECTED]...
> > 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

Reply via email to