Benoit ,
we use a prefix double underscore for private,
private final int __snert;
and this one is fully supported (get/set) by IDEA.
We use scope naming like this :
private int __aPrivate ;
protected int _aProtected_ ;
int aFriendly_ ;
int aLocal ;
Alain Ravet
----- Benoit Menendez wrote
Envoy� : mardi 11 d�cembre 2001 07:04
I know it's not the standard, but I use a postfix underscore for my member
variables (old school)... and IDEA does not support this...
public class Foo
{
private final int snert_;
...
}
Could this be added in the next version? I would hate to rename
everything...
This mail has been checked by exiscan.
To be safe, please scan the mail attachements with your local virus scanner !
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features