[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Autocomplete Combo

Daniel Spiewak wrote:

IMHO, you should go the way of the auto-assist in JDT. I.E. create an SWT.NO_TRIM | SWT.ON_TOP Shell with a Table as it's only widget (use FillLayout and only add the Table). You can do a lot with a Table. Then you can popup and pop-down your Shell with the proper items whenever you need an auto complete. Good luck.

Thanks for the suggestion!

You wouldn't happen to know whereabouts in the JDT code the auto-assist is, would you?

Thanks again,
jaaron