Interface LinkRedirector
public interface LinkRedirector
Possibly redirects one URL to another. Useful if you want "external" URL's
in code completion documentation to point to a local copy instead, for
example.
- Version:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionpossiblyRedirect(URL original) Hook to return an alternate URL to navigate to when a URL is clicked in anRSyntaxTextAreainstance.
-
Method Details
-
possiblyRedirect
-