Font of hover [message #962820] |
Mon, 29 October 2012 06:57  |
Eclipse User |
|
|
|
Hi,
I have a plugin where I added some text hovering (implements ITextHover, ITextHoverExtension2) for my specific extension.
When I hover above the specific item, the hovertext is shown in some kind of tooltip box; the font is some proportional font. I would like it to be a fixed font. Is this possible ? ... and if yes, how ?
Thanks
|
|
|
Re: Font of hover [message #963057 is a reply to message #962820] |
Mon, 29 October 2012 10:41  |
Eclipse User |
|
|
|
On 29.10.2012 11:57, Kitesurfer () wrote:
> Hi,
>
> I have a plugin where I added some text hovering (implements
> ITextHover, ITextHoverExtension2) for my specific extension.
>
> When I hover above the specific item, the hovertext is shown in some
> kind of tooltip box; the font is some proportional font. I would like
> it to be a fixed font. Is this possible ? ... and if yes, how ?
See org.eclipse.jface.text.ITextHoverExtension. This allows to create
your own control with the font you like. By default we use the dialog font.
Dani
>
> Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.07556 seconds