Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Editor content assist
Editor content assist [message #290739] Wed, 31 August 2005 08:06 Go to next message
Sheldon is currently offline SheldonFriend
Messages: 16
Registered: July 2009
Junior Member
Hi

I am currently working on a CDT editor functionality, i need to
provide content assist along with info, a similar functionality present in
the JDT. Its this functionality already present if not does anybody have a
solution.

regards,
Sheldon
Re: Editor content assist [message #290746 is a reply to message #290739] Wed, 31 August 2005 10:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

sheldon wrote:

> Hi
>
> I am currently working on a CDT editor functionality, i need to
> provide content assist along with info, a similar functionality
> present in the JDT. Its this functionality already present if not does
> anybody have a solution.

The content assist framework is available and offers support to show
additional info. You can see it in action using the Java editor. If your
question is targeted against CDT then you'd better ask on eclipse.tools.cdt.

Dani

>
> regards,
> Sheldon
>
Re: Editor content assist [message #290785 is a reply to message #290746] Thu, 01 September 2005 06:37 Go to previous messageGo to next message
Sheldon is currently offline SheldonFriend
Messages: 16
Registered: July 2009
Junior Member
Hi Dani


I would like to know how this functionality works for the JDT, so
that i can apply the same concept for the CDT.

I tried to figure out the functionality for JDT but i am totally
confused with contentassist and templates, and i dont know what extension
does the JDT use to enable dynamic help along with content assist, need ur
help

regards
Sheldon
Re: Editor content assist [message #290786 is a reply to message #290785] Thu, 01 September 2005 07:14 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Sheldon wrote:

> Hi Dani
>
>
> I would like to know how this functionality works for the JDT,
> so that i can apply the same concept for the CDT.
>
> I tried to figure out the functionality for JDT but i am totally
> confused with contentassist and templates,

I'd start with simple content assist and then add templates. Take a look
at ICompletionProposal and IContentAssistProcessor and how they are
used. To start you might also want to look at the
org.eclipse.ui.examples.javaeditor example.
< file:///c:/eclipse/workspaces/Development_3_2/plugins/org.ec lipse.ui.examples.javaeditor/>


> and i dont know what extension does the JDT use to enable dynamic help
> along with content assist, need ur help

With dynamic help you mean the yellow help on the right side of the
completion proposal popup? If so, see
ICompletionProposal.getAdditionalProposalInfo().

Dani

>
> regards
> Sheldon
Previous Topic:Eclipse Test Automation Framework
Next Topic:change Project/Folder image in Navigator
Goto Forum:
  


Current Time: Fri Apr 26 20:35:13 GMT 2024

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

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

Back to the top