This is not a commonly used indenting style, so it's not surprising that it's not supported. But it's my preferred style, so I too would like to see it supported.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Smiley Sent: Tuesday, December 11, 2001 12:10 PM To: [EMAIL PROTECTED] Subject: [Eap-features] Support variable declaration indentation With IDEA, I can't get it to (via code style preferences) support multi-line declaration indents. Here is an example from my code already indented by myself. private TermInfo nearTI = new TermInfo(), midTI = new TermInfo(), farTI = new TermInfo(); To support this, when hitting return on a line that appears to be a declaration (already has a type specified), IDEA should automatically indent. Also, you should know that there are refactoring bugs that cause IDEA to not deal with these types of declarations very well at all. ~ David Smiley _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
