I waited for more than 10 seconds for it to come up.

I can't explain it or reproduce it, but I've had this same thing happen
to me several times.

Mike Aizatsky wrote:

> 
> The class import popup appears only after some amount of time. If you
> don't wait it and press Alt+Enter, than intention action will be
> invoked. That's the current behaviour.
> 
>>-----Original Message-----
>>Behalf Of Donald F. McLean
>>Sent: Wednesday, April 10, 2002 8:25 PM
>>To: IDEA Discussion
>>Subject: [Eap-list] 616: Programming by intention interfering with
>>
> class
> 
>>identification
>>
>>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.



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

Reply via email to