Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Browser widget for Hover help on editor.

The eclipse.platform newsgroup would be a better place for this question. But you made me look, so here is what I found. ;-}

Yes. Your plug-in supplies an ITextHover (or can). Look at the javadoc for ITextHover and you'll see a reference to ITextHoverExtension. Check the javadoc for that, follow the threads, and you'll see pretty much everything you need to do this. DefaultInformationControl (which does it for StyledText) gives you an example to follow.

Bob Foster

Raghavendra S B wrote:
Hi All,

I want to use browser widget for the hover help on editor, is it possible? If yes please let me know how it can be achived.

Thanks,

Ragahvendra



Back to the top