Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How is the JavaDoc Hover handling HTML?
How is the JavaDoc Hover handling HTML? [message #193215] Tue, 18 January 2005 05:26 Go to next message
Eclipse UserFriend
Hi,

I wonder what class the JavaDoc Hover Shell is using in order to display JavaDoc
that contains HTML properly. For example, tags are removed, <b> shown as Bold
Text and lists shown with "-". Does it use the Forms toolkit, or a different
approach?

That is exactly what I would need for my application, since the Browser widget
in some situations is too heavyweight.

Thanks for help,
Ben
Re: How is the JavaDoc Hover handling HTML? [message #193229 is a reply to message #193215] Tue, 18 January 2005 06:45 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Benjamin Pasero wrote:

> Hi,
>
> I wonder what class the JavaDoc Hover Shell is using in order to
> display JavaDoc that contains HTML properly. For example, tags are
> removed, <b> shown as Bold Text and lists shown with "-". Does it use
> the Forms toolkit, or a different approach?
>
> That is exactly what I would need for my application, since the
> Browser widget in some situations is too heavyweight.

The right way is to use the Browser widget. We plan to release a
BrowserInformationControl which allows to show full HTML. Currently we
convert a very small subset of HTML to text using the internal
HTMLTextPresenter.

HTH
Dani

>
> Thanks for help,
> Ben
Previous Topic:Configure CR/CR-LF line delimiters?
Next Topic:Debugger is awfully slow
Goto Forum:
  


Current Time: Tue Jul 22 14:43:40 EDT 2025

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

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

Back to the top