[Eap-features] Re: Introducing a more specific parameter

2002-09-11 Thread Alain Ravet
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

[Eap-features] Re: Introducing a more specific parameter

2002-09-11 Thread Alain Ravet
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

[Eap-features] Re: Introducing a more specific parameter

2002-09-11 Thread Alex Dommasch
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