Donald,

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.

Best regards,
Mike Aizatsky.
------------------------------
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!" 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
> 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.
> 
> Thank you,
> 
> Donald
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


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

Reply via email to