|
Re: Java Content Assist in a Wizard [message #1065464 is a reply to message #1065240] |
Tue, 25 June 2013 15:39  |
Eclipse User |
|
|
|
This is not just about API, already the internal CompletionEngine uses an IJavaProject - not for everything, but already the few usages would be difficult to work around. Additionally, a JavaSearchNameEnvironment is needed.
So if maintaining a classpath is what you try to avoid (is that what you are saying?) then I wonder how you would find any types *without* a classpath?
Do you want completion to search the entire host eclipse and the entire workspace for types?
There may be workarounds, I don't know, but JDT is basically about working with java projects, it's hard for me to imagine using a lot of JDT *without* a java project. You simply need the context.
|
|
|
Powered by
FUDForum. Page generated in 0.08460 seconds