First off, you guys are becoming like "rock stars" to me. I've been waiting
for the new feature list everyday like I would wait for my favorite band's
new album...
Is there any chance that Ariadna will have code style changes to support
other coding styles than JDK? For me, all names are lowercase with
underscore separators. Data members are appended with "_mbr". E.g.
class my_class_name
{
public void my_method()
{
}
private int my_data_mbr;
}
My coding style makes IDEA features such as Generate Getter/Setter much less
useful.
Also, while I'm on the subject...
* I put my private data/methods at the bottom of the class, not the top.
Several of the refactorings seem to always put this at the top. It would be
nice to have control over this.
* I like to align variable declarations. When IDEA inserts variables, it
doesn't align them. E.g.
int var_one;
char var_two;
===========================
Jordan Zimmerman
Altura International
Catalog City
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list