Skip to main content



      Home
Home » Eclipse Projects » GEF » How to implement content assist for texts in GEF based editors?
How to implement content assist for texts in GEF based editors? [message #247936] Mon, 30 March 2009 05:21 Go to next message
Eclipse UserFriend
Hi,

We have developed a graphical Rules editor based on GEF.
But now we need to move on to the next step, provide content assist for
the text inside the blocks.
Are there any tutorial available to implement the content assist in GEF
based editors?


Thanks in Advance


Regards,


sheela
Re: How to implement content assist for texts in GEF based editors? [message #247958 is a reply to message #247936] Mon, 30 March 2009 10:42 Go to previous message
Eclipse UserFriend
If you don't have direct edit support, you'll need to build that in. The
Logic example has this. It is also mentioned in the GEF docs.

Once you have direct edit, that means you'll be working with a
CellEditor. I think you can just add content assist to the underlying
text field like you would any other text field. Have a look at
org.eclipse.jface.fieldassist.ContentProposalAdapter

-Ben

Sheela wrote:
> Hi,
>
> We have developed a graphical Rules editor based on GEF.
> But now we need to move on to the next step, provide content assist for
> the text inside the blocks.
> Are there any tutorial available to implement the content assist in GEF
> based editors?
>
>
> Thanks in Advance
>
>
> Regards,
>
>
> sheela
>
Previous Topic:Regarding PropertySheetView
Next Topic:New Eclipse Project Proposal: AMP
Goto Forum:
  


Current Time: Sat Mar 15 21:08:15 EDT 2025

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

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

Back to the top