Christian Mercat writes: > Hi there, > > I have a good jde-global-classpath and the BeanShell finds everything I > want. > > However the wizards don't: C-c C-v C-z or C-i work strangely, if I give > an unqualified name for a class or an interface, it does find it, but > when I qualify it, it doesn't ! >
The wizards are designed to accept unqualified names as it never occurred to me that anyone would want to enter qualified names if they didn't have to. Anway, someone has previously suggested "enhancing" the commands to accept qualified names and I planned to do this. I might have already done so in JDEE 2.3.3 for which a stable beta is available at the JDEE web site, but I'm not certain. Anway, I recommend updating. Paul > C-c C-v C-i MouseListener -> works: > > // Implementation of java.awt.event.MouseListener > ... > > And if there are several, I can pick the one I meant. But: > > C-c C-v C-i java.awt.event.MouseListener -> > > Cannot find interface java.awt.event.MouseListener on the current classpath. > > > and the same thing with .class at the end. It's annoying. > > Regards, > > Christian Mercat
