getHoverInfo2(
ITextViewer textViewer,
IRegion hoverRegion)
Returns the information which should be presented when a hover popup is shown
for the specified hover region.
Returns the information which should be presented when a hover popup is shown
for the specified hover region. The hover region has the same semantics
as the region returned by
ITextHover.getHoverRegion(ITextViewer, int).
If the returned information is null, no hover popup will be shown.