Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Reuse e4 Quick Search

The search field is a ToolControl added to the TrimBar in the model.  The implementation class is bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.quickaccess.SearchField

It's an internal class, and much of the support classes are in the same package.  You would have to copy out that package, and then change the implementation so it does what you would like.

AFAIK it is organized into providers, they're just hard coded.

PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top