Alex Dommasch wrote:
> One simple way to achieve that is ..
Of course.
Thanks Alex.
> Is this too many steps?
I'm not THAT lazy !
:-)
___
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features
Alain Ravet wrote:
>Alex Dommasch wrote:
> Thanks Alex.
On the other hand
Does the current behaviour of IDEA (see original post) make sense?
Is there any use for it?
If not, maybe it could be modified.
Alain
___
Eap-features mailin
One simple way to achieve that is to add a line where you call
"StatusLine i_statusLine = getStatusLine();" at the top of your original
method, then "extract method" on everything below it (which will force
i_statusLine to be passed as a parameter if it is used in the block),
and then "inline