[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: AutoComplete on a Text Box
|
Try the following project:
http://sourceforge.net/projects/swtaddons/
This provides an autocomplete combo and text attachment for Eclipse SWT
using Field Assist.
The project includes examples similar to the Field Assist Example.
Hope this helps.
Derek
-------- Original Message --------
Subject: AutoComplete on a Text Box
Date: Wed, 1 Jun 2005 21:21:18 +0000 (UTC)
From: venkatrj@xxxxxxxxx (Ven)
Organization: not organized
Newsgroups: eclipse.platform.swt
Hi,
I have a text box inside a form editor. I want it to display a subset of
a list of strings as the user enters characters into the text box (if
you are familiar with the google auto suggest feature, or the yahoo mail
compose). I have read on some posts that this feature is available on
text and combo boxes since eclipse 3.0 but could not really figure out
the classes that implement this. Does anybody know where I could find
these classes? A code snippet would be very useful.
thanks a lot in advance.
ven