Interface ITextHoverExtension2


public interface ITextHoverExtension2
Extension interface for ITextHover.

Provides a way for hovers to return hover-specific information objects.

Since:
3.4
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    getHoverInfo2(ITextViewer textViewer, IRegion hoverRegion)
    Returns the information which should be presented when a hover popup is shown for the specified hover region.