Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Font of hover(Hovering in a plugin)
Font of hover [message #962820] Mon, 29 October 2012 10:57 Go to next message
Kitesurfer () is currently offline Kitesurfer ()Friend
Messages: 87
Registered: December 2009
Member
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 14:41 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
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
Previous Topic:Eclipse Juno: "Not Responding" occasionally
Next Topic:My Perspective changes - is this normal?
Goto Forum:
  


Current Time: Sat Apr 20 00:56:55 GMT 2024

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

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

Back to the top