Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » HTML format hover help
HTML format hover help [message #147408] Tue, 21 October 2003 18:51 Go to next message
Elwin is currently offline ElwinFriend
Messages: 36
Registered: July 2009
Member
Hi,
Does any one know how to display the hovering text help in the HTML format
like the hovering help in JDT? I try to return an html page in the
ItextHover.getHoverInfo() method. Eclipse just displays the plain html in
text format.

I asked the same question before, but couldn’t find the solution yet.


Thanks in advance
Elwin
Re: HTML format hover help [message #147610 is a reply to message #147408] Wed, 22 October 2003 06:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.tkilla.ch

Elwin wrote:
> Does any one know how to display the hovering text help in the HTML format
> like the hovering help in JDT? I try to return an html page in the
> ItextHover.getHoverInfo() method. Eclipse just displays the plain html in
> text format.

The presentation depends on the IInformationPresenter set for your
IInformationControl. For JDT,
JavaSourceViewerConfiguration::getInformationControlCreator creates an
IInformationControlCreator that will return information controls using a
HTMLTextPresenter.

To get this, you have to make sure your information controls have a
HTMLTextPresenter set.

-tom
Re: HTML format hover help [message #147800 is a reply to message #147610] Wed, 22 October 2003 16:39 Go to previous message
Elwin is currently offline ElwinFriend
Messages: 36
Registered: July 2009
Member
Thanks.
Elwin

Tom Eicher wrote:

> Elwin wrote:
> > Does any one know how to display the hovering text help in the HTML format
> > like the hovering help in JDT? I try to return an html page in the
> > ItextHover.getHoverInfo() method. Eclipse just displays the plain html in
> > text format.

> The presentation depends on the IInformationPresenter set for your
> IInformationControl. For JDT,
> JavaSourceViewerConfiguration::getInformationControlCreator creates an
> IInformationControlCreator that will return information controls using a
> HTMLTextPresenter.

> To get this, you have to make sure your information controls have a
> HTMLTextPresenter set.

> -tom
Previous Topic:File type association
Next Topic:problem filter
Goto Forum:
  


Current Time: Sun Oct 06 15:14:32 GMT 2024

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

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

Back to the top