public class NavigationLinkHandler extends TooltipLinkHandler
#navigation/file_path:offset
.
On a click opens specified file in an editor and positions caret to the given offset.INSPECTION_INFO
Constructor and Description |
---|
NavigationLinkHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
handleLink(java.lang.String refSuffix,
Editor editor)
Override to handle mouse clicks on a link.
|
getDescription, getDescriptionTitle
public boolean handleLink(java.lang.String refSuffix, Editor editor)
TooltipLinkHandler
handleLink
in class TooltipLinkHandler
refSuffix
- part of link's href attribute after registered prefix.editor
- an editor in which tooltip with a link was shown.true
if a link was handled.