|
Re: problem with content assistant [message #250254 is a reply to message #250250] |
Tue, 18 December 2007 08:07 |
Dani Megert Messages: 3802 Registered: July 2009 |
Senior Member |
|
|
nick.tan wrote:
> Hi, all:
> here's a problem with content assistant when we developing our own
> IDE by extending JDT.
> Our IDE is similar withe EclipeME.
> We have a new container by extending
> org.eclipse.jdt.core.classpathContainerInitializer, and every thing
> works fine: compile, run/debug etc.
> But when edit the .java source file, the content assistant does not
> work correctly, e.g. suppose that I want to type String.ValueOf(...)
> typing "Stri", content assistant works ok
> typing "String.", content assistant can not find any static members
> typing "String.va", content assistant list all static members that
> start with "va"
> why content assist failed when I type "String." (note the dot "." here)
> What does the magic?
> Can any body help?
Anything in .log? Did you also extend content assist? If not, I suggest
to file a bug with steps to reproduce / test case against JDT Core.
Dani
>
> Thanks for advanced.
>
> Nick
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.07242 seconds