Another it misses it these ones
if (exp) {
something
}
else {
something 1;
some|thing 2;
}
=== 3 Ctrl-W ===
if (exp) {
something
}
else {
something 1;
[ some|thing 2;]
}
=== 4 Ctrl-W ===
if (exp) {
something
}
else {
[ something 1;
some|thing 2;]
}
=== 5 Ctrl-W ===
if (exp) {
something
}
[else {
something 1;
some|thing 2;
}]
=== 5 Ctrl-W ===
[if (exp) {
something
}
else {
something 1;
some|thing 2;
}]
4 is the inside of a block. usefull to copy or change the whole content of a
block
5 is useful to move a control box somewhere else. Nice for relocating or
deleting catch blocks for example
Jacques
"Nils Decker" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Crtl-W is missing a step on this:
>
> if ( this.fo|o ) {}
>
> Press Crtl-W: Ok
> if ( this.[foo] ) {}
>
> Press Crtl-W: not OK
> [if ( this.foo )] {}
>
>
> For comparison, with normal names it works ok
> if ( x.fo|o ) {}
> if ( x.[foo] ) {}
> if ( [x.foo] ) {}
>
> regards
> Nils
> --
> Nils Decker <[EMAIL PROTECTED]>
> fingerprint = 2F00 193C 2DC7 EF56 2B57 F8A3 0512 03F5 EF17 4DD2
>
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs