>  * A key-press that jumps me to "outside the current block".
>    This way, if I use a live-template that creates a full {} block,
>    I can type away, and when done, just hit one key press to move
>    the cursor to the correct place outside the current block, at
>    the correct indentation level
>

+1

>
>  * An "extract-subclass".  I know there's an "extract super-class",
>    but I sometimes need to keep the root of the object hierarchy
>    the same, and create a new subclass (moving some members and
>    methods "down").  Instead I have to extract a super-class
>    specifying a 'temporary' name, then rename the orignal class to
>    what I want it to be, and then rename the new 'super' class
>    to be what the original class WAS.  A pain in the ass.  The
>    other choice is to do it "manually" of course.  I'd rather just
>    have an "extract-subclass" in addition to "extract-superclass".
>

+1

>
>  * When creating my own live-templates, there are "expressions"
>    you can use when editing variables.  I'd like to be able to
>    select these expressions from a drop-down list of some sort,
>    so I don't have to remember the names and spellings, or
>    refer back to the help.  Or maybe use an "insert expression"
>    button on the dialog that would bring up a list of expressions
>    and allow me to select one.

If you right click in the edit field, you'll get the list of available
expressions.

>
>  * An indicator on the tab of the file that indicates if there
>    are errors and/or warnings, so I can tell just by looking at
>    the tab, and not have to select every tab to see which ones
>    still have outstanding issues.
>

Been said before, and definitely a +1 from me.

-- Rick


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

Reply via email to