+1!!

> - "Where caught" finds where an exception is handled.

+1

> - "Show Dependencies" shows dependencies for packages, types and methods.
>(might be cool if you could run this for an entire package, to see what
>dependencies it had at a glance)

+1

>Our company's coding standard specifies that curly braces are always used
>for ifs, fors, etc even when they are followed by a single line, e.g.
>
>like this:
>
>if(myBoolean)
>{
>    myVar = 2;
>}
>
>not this:
>
>if(myBoolean)
>    myVar = 2;
>
>I would like to be able to use the code layout tool (beautifier) to
>automatically do this re-formatting on files that follow the second style.

+1

>If on a blank line in the editor, the Delete key should delete the blank
>line.


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

Reply via email to