Closed marcusmunzert closed 11 years ago
I've never tried to embed such links in a hover window. The easiest way to figure out how it's done is probably to debug the hover provider for JavaDoc.
I'm closing this issue as it does not seem to be directly related to EMFText. If you find out that something must be changed in EMFText to achieve this, just reopen the issue.
I have manually modified the XYZDefaultHoverTextProvider.java. Amongst other, the hover text now contains HTTP links with target='_blank' (or '_new'). When the hover overlay windows pops up, gets focus and I click on the link, nothing happens.
When I do the same thing with a hover window for Java source code (JavaDoc), a HTTP link works fine. Am I missing something that needs to be configured in order to get that behaviour working?