I have code like

     public class MyElement
         implements
             MyInterface,
             Element

The auto-import pops up on "Element", I select "org.w3.dom.Element" and 
I get

     public class MyElement
         implements
             MyInterface,
         Element

It added the import but also unindented "Element".

Pete

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to