Hi list.

This one's been bugging me for a while.  I have my Code Style set up so that
I have spaces inside parentheses ( like this ) rather than (like this).  If
I use ctrl-shift-space smart completion here:

        long someLongValue = 0L;

        foo.doSomethingWithLong( |); // note the spacing

I get:
        foo.doSomethingWithLong( someLongValue); // note the spacing

Note that smart completion on

        foo.doSomethingWithLong( |

works fine, giving:

        foo.doSomethngWithLong( someLongValue );

but I typically use completion to get the method name, which puts in the );
for me.

Cheers,
Dan


***************************************************************************************
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. 
If you have received this email in error please notify [EMAIL PROTECTED] 
immediately.

This footnote also confirms that this email message has been swept for the 
presence of computer viruses.
***************************************************************************************

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to