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

Ok, I had already started to do something similar. I'm just hoping that my
code becomes throw-away at some point. ;-)

   Stef

"Daniel Megert" <daniel.megert@xxxxxxx> wrote in message
news:3B836DB9.FBB4D69D@xxxxxxxxxx
> 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
>
>