Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Description tooltips next to completion proposals
Description tooltips next to completion proposals [message #289567] Mon, 08 August 2005 12:34 Go to next message
Martin Olsson is currently offline Martin OlssonFriend
Messages: 20
Registered: July 2009
Junior Member
Hi,

When JDT lists completion proposals for an item it also shows detailed
documentation for the selected item in a rather large tooltip window
placed next to the proposals.

I've implemented completion for my custom editor and now I would like to
add such tooltips too. I looked at the IContextInformation parameters
and interface but these seem to deal with the smaller param description
tooltips, but the full description tooltip placed next to the proposals.
Does anyone know where in the PDE/Eclipse documentation I should start
to look for help on implementing this behavior?


Regards,
martin
Re: Description tooltips next to completion proposals [message #290263 is a reply to message #289567] Mon, 22 August 2005 14:48 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Martin Olsson wrote:

> Hi,
>
> When JDT lists completion proposals for an item it also shows detailed
> documentation for the selected item in a rather large tooltip window
> placed next to the proposals.
>
> I've implemented completion for my custom editor and now I would like
> to add such tooltips too. I looked at the IContextInformation
> parameters and interface but these seem to deal with the smaller param
> description tooltips, but the full description tooltip placed next to
> the proposals. Does anyone know where in the PDE/Eclipse documentation
> I should start to look for help on implementing this behavior?

See ICompletionProposal.getAdditionalProposalInfo()

Dani

>
>
> Regards,
> martin
Previous Topic:Any Search experts out there
Next Topic:Opening external file
Goto Forum:
  


Current Time: Fri Apr 19 06:13:51 GMT 2024

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

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

Back to the top