I've mentioned this before but I'll bring it up again in this context. I find the current intention behaviour overly intrusive while I'm working.
I'd personally prefer if errors and intentions were handled more the way Microsoft <gasp> Word handled spelling erroror. That is that right clicking on an underlined error would add some choices of ways to correct the problem. Alt-Enter could still be used as a shortcut to pop up the correction menu for the closest preceeding error or to invoke the correction it there was only one choice. Having subtly different mechanisms for intention actions and class import seems to be asking for them to get in each other's way. -- Mark -----Original Message----- From: Mike Aizatsky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:45 AM To: [EMAIL PROTECTED] Subject: RE: [Eap-list] 616: Programming by intention interfering with class identification 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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
