Well, you are right. But there would be another problem with such behaviour. If you aren't going to type anything inside brackets (for example, call to a method with no arguments) then there should be no spaces added. How could we manage that?
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Jordan Zimmerman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 11:05 PM Subject: [Eap-list] "Smart braces" feature > I like the new "Smart braces" feature. However, it doesn't apply my code > style preferences. For example, I do "if" statements like this: > > if ( x ) > > With the "Smart braces" feature, though, when I type "if (", I get > > if () > > It seems to me that I should be (where "|" is the insertion point) > > if ( | ) > > =========================== > Jordan Zimmerman > Altura International > Catalog City > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
