+1
At 09:59 PM 13/11/2001, you wrote:
>Hello,
>
>I've got a lot of code containing lines like the following:
>
> private javax.swing.JMenuItem saveMenuItem;
>
> ... {
> ...
> saveMenuItem = new javax.swing.JMenuItem("Save");
> ...
> }
>
>I would like to see an import-option "Shorten full qualified names, where
>possible". I expect to get:
>
> import javax.swing.JMenuItem; // or import javax.swing.*;
>
> ...
>
> private JMenuItem saveMenuItem;
>
> ... {
> ...
> saveMenuItem = new JMenuItem("Save");
> ...
> }
>
>Best regards
>Thomas Singer
>
>
>_______________________________________________
>Eap-features mailing list
>[EMAIL PROTECTED]
>http://www.intellij.com/mailman/listinfo/eap-features
--
Stock Software Pty Ltd
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features