> > Since the multiple choices are shown for the Hyperlinks in
> Eclipse 3.4 (but
> > not only the first Hyperlink found is shown) we could modify
> our hyperlink
> > detectors installation way to make it kosher.
>
> Not sure what you mean by that last part ?
I meant "to make it built in common way" using described extention points
instead of overriding the SourceViewerConfiguration to install our Hyperlink
Detector.
There may be some additional problems in doing this because we've made it
thru source viewer configuration overriding to guarantee that out Hyperlink
Detector (its Hyperlinks) will be first in the result list (and this will
guarantee that the Hyperlink from our detector will play). This was
important because the only one hyperlink was shown in the editor. If we're
planning to use multiple hyperlink selector possibility than it become less
important for us.
What I could see as a relevant change is that we still override SVConfiguration
to make sure our completions gets in there first but then also have an option
to honor the new extensionpoint for additional provided hyperlinks.
/max