Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Text Input Assistance
Text Input Assistance [message #329173] Mon, 16 June 2008 12:31 Go to next message
Jan Kohnert is currently offline Jan KohnertFriend
Messages: 196
Registered: July 2009
Senior Member
Hello,

I want to assist the user typing text into a Text widget. Therefor I would
like to use Eclipse's code assist mechanism that is used within the Java
editor in the Eclipse IDE. Unfortunately do I know little about that
topic.
So my question:
1. What plugin and classes to I need?
2. Is it possible to use it with a Text widget?
3. Is there a place with documentation?

Thanks,
Jan
Re: Text Input Assistance [message #329176 is a reply to message #329173] Mon, 16 June 2008 13:51 Go to previous messageGo to next message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/editors_contentassist.htm

HTH,

Wayne

On Mon, 2008-06-16 at 12:31 +0000, Jan Kohnert wrote:
> Hello,
>
> I want to assist the user typing text into a Text widget. Therefor I would
> like to use Eclipse's code assist mechanism that is used within the Java
> editor in the Eclipse IDE. Unfortunately do I know little about that
> topic.
> So my question:
> 1. What plugin and classes to I need?
> 2. Is it possible to use it with a Text widget?
> 3. Is there a place with documentation?
>
> Thanks,
> Jan
>
>
>
Re: Text Input Assistance [message #329178 is a reply to message #329173] Mon, 16 June 2008 14:03 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Jan Kohnert wrote:
> Hello,
>
> I want to assist the user typing text into a Text widget. Therefor I
> would like to use Eclipse's code assist mechanism that is used within
> the Java editor in the Eclipse IDE. Unfortunately do I know little about
> that topic. So my question:
> 1. What plugin and classes to I need?
> 2. Is it possible to use it with a Text widget?
> 3. Is there a place with documentation?

There is an example in the PDE documentation. Open the Help contents and
navigate to Platform Plug-in Developer Guide->Examples
Guide->Workbench->Field Assist Example.
(or here online: http://tinyurl.com/6cchpc )

Here's a link to the example in CVS (as an Eclipse plugin project):
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ui.exam ples.fieldassist/


Hope this helps,
Eric
Previous Topic:calling tree during execution
Next Topic:Hardcoded 'plugins' dir name
Goto Forum:
  


Current Time: Wed Jul 17 12:25:00 GMT 2024

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

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

Back to the top