Bug 94888

Summary: [Widgets] extended combo widget
Product: [Eclipse Project] Platform Reporter: Michael Seele <mseele>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: bpasero, ericwill, steve_northover
Version: 3.1Keywords: triaged
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Seele CLA 2005-05-12 02:25:17 EDT
I'm looking for a SWT control that might be described as a Combo with filter
capability, to be used in making it easy to select one or more items from a
sorted list which may contain several thousand items. The combo should have this
additional functionality:

(1) Typing in the text box would dynamically filter the visible contents of
the list box to only contain items that match the text box contents.

(2) Validator wouldn't allow user to type text that doesn't match something
in the list box.

(3) Selected items remain visible even if they don't match the text
currently in the text box.

please extend the combo widget with these functionality!
Comment 1 Steve Northover CLA 2008-06-03 15:05:55 EDT
Felipe, this should be a pretty small snippet.  Want to write it?
Comment 2 Felipe Heidrich CLA 2009-08-19 12:13:31 EDT
Your bug has been moved to triage, visit http://www.eclipse.org/swt/triage.php for more info.