[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.foundation] [Eclipse plugin]IAnnotationHover for my IMarker


Hello,

I created a plugin that displays my own markers. For those markers I want to provide some IAnnotationHover (not IMarker.Message, which does not support html). I am using the standard java editor provided by eclise. How can I associate the IAnnotationHover(my own class that implements this interface) to my markers or the standard eclipse editor?

Thanks in advance.