> I would prefer:
>        public  static final String  DEF_LOGIN = new String("guest");
>        public  static final String  TRACE_TAG = new String("MODULE1");

>        private Collection acl;
>        private int        testInt = 0;

YES!

> * Also, I would like to have an option for IDEA to place new fields
> declarations to the bottom of the class. Currently IDEA always generates
> field declarations on top, even when they are private.

Yes! I mentioned something similar a few days ago. Of course it should be 
configurable using a re-orderable list. i.e:

Field declarations 
Initialization sections
Inner classes     
Methods

You should be able to re-order those so they can be anywhere in relation 
to each other.

...and then also a checkbox:

[ x ] Sort fields, classes and methods but modifier (static final first)

Something like that anyway.

> * I do not know if this has been requested already, but IDEA does not 
accept
> URLs in JavaDoc API path. It is not always possible or reasonable to
> download full third party JavaDoc (well, and we have tons of API doc
> published on our internal Web site).

Cheers



_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to