| Eclipse Search in e4 [message #776768] |
Mon, 09 January 2012 03:46  |
Tom K. Messages: 22 Registered: July 2009 |
Junior Member |
|
|
We try to implement a search within a e4 project.
We tried two solutions till now:
1) Use the standard eclipse.search (3.7.1) plugin:
The problem we encountered there, is that the when calling follwoing line to execute the query we get an exception:
org.eclipse.e4.core.di.InjectionException: java.lang.IllegalStateException: Workbench has not been created yet.
...since in the InternalSearchUI on line 130 PlatformUI.getWorkbench().getProgressService() is called.
PlatformUI.getWorkbench().getProgressService().registerIconForFamily(SearchPluginImages.DESC_VIEW_SEARCHRES, FAMILY_SEARCH);
What can we do about that?
2) the e4searchconsole seems not to be ready to use...
http://wiki.eclipse.org/E4/Search_Console
Has anybody experience or a hint how to use eclipse search or how to implement a search in a e4 project.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06931 seconds