It does not currently handle that case.

Javier


> -----Original Message-----
> From: Jeff Rancier [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 21, 2001 2:22 PM
> To: Jde-List
> Subject: jde-complete-at-point-menu
> 
> 
> I import
> 
> import java.awt.Toolkit;
> 
> then type Toolkit, then execute jde-complete-at-point-menu, and I get the
> menu.  I arrow down to getDefaultToolkit() and hit enter.
> 
> So now I have:
> 
> Toolkit.getDefaultToolkit()
> 
> I tried the same completion method here (with and without the '.' 
> following
> the parens), but what I get is the following error:
> 
> Could not find type of Toolkit.getDefaultToolkit.
> 
> Any ideas?
> 
> Thanks,
> Jeff
> 

Reply via email to