Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Links in quick fix hovers
Links in quick fix hovers [message #330144] Wed, 16 July 2008 22:13 Go to next message
Kai Schlamp is currently offline Kai SchlampFriend
Messages: 344
Registered: July 2009
Senior Member
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 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
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
>
>
Previous Topic:JFace snippet doesn't compile
Next Topic:Splashscreen and taskbar
Goto Forum:
  


Current Time: Wed Jul 17 18:45:44 GMT 2024

Powered by FUDForum. Page generated in 0.02969 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top