I love the java code layout 'align multiline parameters' (both in
declaration and call) setting.
I love that <Enter> places me with the correct indent when I use it
after 
one of the arguments in a long method call, like :

 
SDUtils.mapSchemaTypeList("http://www.capeclear.com/cc-deploymentInfo.xs
d",<PRESS ENTER HERE>
                                  |<YOU GET CARET HERE>

But there's a **very annoying bug** : if the method is terminated with
")" 
as is the case when it has been entered by code completion alt-space,
then : 

 
SDUtils.mapSchemaTypeList("http://www.capeclear.com/cc-deploymentInfo.xs
d",<PRESS ENTER HERE>);

You get :
 
SDUtils.mapSchemaTypeList("http://www.capeclear.com/cc-deploymentInfo.xs
d",
       |<YOU GET CARET HERE>);

Edo

---
Edoardo Comar
Cape Clear Software 

*** Download the NEW CapeConnect Three *** 
*** <http://www.capeclear.com/download> ***
 


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

Reply via email to