-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose ILinkSupport in API #1805
Comments
@alexandrudima ping |
@jrieken How do you think we should better handle this? Should we expose |
@IgnacioHR Are the documents those links point to usually inside the workspace or something like a http-url that you want to be opened in a browser? |
Thanks. I think the best will be expose the |
Sounds good to me. Thanks |
|
Hi, I've started to write an extension to provide support for W3C XLink Specification to the xml language the xlink specification provides attributes to document links from an XML fragment o another XML fragment.
At the time I find an xlink:href attribute on an XML node I'm able to create a customized decoration on the attribute value but I'm unable to find the way to properly implement a mechanism to detect when the user has clicked on the decoration. I've actually implemented a DefinitionProvider that is able to open the document but the user must press F12 or right click on the text and select "Go to Definition" but a link is not a Definition but just the link end point.
Cheers,
Ignacio
The text was updated successfully, but these errors were encountered: