[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Search results for JarEntryFiles

Stef,

I can not tell you when the search for external JARs will be supported,
but maybe I can give you  a hint how to create the markers for your
JAREntries: Declaration searches in the Eclipse Java Tooling already
display results in JARs
Because a marker can only be attached to a resource we either attach the
markers directly to the JAR file (if internal) or to the corresponding
project (if external library). The exact match location (i.e.
IJavaElement and positions) are then stored as marker attributes.

HTH
Dani
--
daniel_megert@xxxxxxx