Links in quick fix hovers [message #330144] |
Wed, 16 July 2008 22:13  |
Eclipse User |
|
|
|
Hy.
How are those links in the JavaDoc/quick fix hovers of JDT implemented?
The DefaultInformationControl just uses a StyledText as control. Are those
JavaDoc hover links only available in a special implementation of an
InformationControl in JDT? Or is this feature also available in jface.text?
(I want to use this for a RCP application using a TextViewer.)
Best regards,
Kai
|
|
|
Re: Links in quick fix hovers [message #330582 is a reply to message #330144] |
Mon, 04 August 2008 12:30  |
Eclipse User |
|
|
|
Kai Schlamp wrote:
> Hy.
>
> How are those links in the JavaDoc/quick fix hovers of JDT
> implemented? The DefaultInformationControl just uses a StyledText as
> control. Are those JavaDoc hover links only available in a special
> implementation of an InformationControl in JDT? Or is this feature
> also available in jface.text?
> (I want to use this for a RCP application using a TextViewer.)
The links are different in Javadoc and Problem hover: the Javadoc hover
is shown in a Browser widget and the links are HTML links. In the
Problem hover we use the SWT Link widget (see
org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotati onHover.AnnotationInformationControl
for details).
Dani
>
> Best regards,
> Kai
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02983 seconds