Guido von Walter <[EMAIL PROTECTED]> wrote in ahgf3s$b4s$[EMAIL PROTECTED]:">news:ahgf3s$b4s$[EMAIL PROTECTED]:
> Some of the Settings in IDE Options/Code Style/Spaces seem to have no > effect. I am trying to set spaces "Before Method Call Parentheses". > This is ignored when using autocomplete and Code/Auto-Indent. > Is there a way to activate this or to use the settings to reformat > code? +1 Something like ... System.out.println( <caret>); (pressing " ) will produce ... System.out.println( "<caret>"); and you have to insert the last space manually. :( -- cu o.pfeiffer ICQ# 84320006 eMail [EMAIL PROTECTED] -------------------------------------------- TECHNOLOGIE - ZENTRUM INFORMATIK / UNIVERSITAET BREMEN / GERMANY _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
