I was working on this class:
----------------------------------
package edu.stsci.spectrum;

import javax.swing.JPanel;
import java.util.HashMap;

public class HDUEditor
         extends JPanel
{
     static HashMap editors;
     static
     {
         Utilities.|
     }

     public HDUEditor()
     {
     }
}
----------------------------------
(cursor position marked by '|') and expected to get the "Alt-Enter" to 
import class popup, but instead got the light-bulb popup offering to 
create a variable or field named Utilities.

If I backspace to get:

         Utilitie|

and then do the control-alt-space thing, I get the correct completion list.

Thank you,

Donald


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

Reply via email to