Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » xtext 2.6 and org.eclipse.search
xtext 2.6 and org.eclipse.search [message #1409630] Mon, 18 August 2014 15:16
Christophe Bouhier is currently offline Christophe BouhierFriend
Messages: 937
Registered: July 2009
Senior Member
Hi,

Judging from this code (SharedModule):

binder().install(new PrivateModule() {
@Override
protected void configure() {
bind(ReferenceSearchViewPage.class);
bind(ReferenceSearchResultLabelProvider.class);
bind(ReferenceSearchResultContentProvider.class);
bind(ReferenceSearchViewSorter.class);

expose(ReferenceSearchViewPage.class);
}
});


it will be hard to load an RCP without org.eclipse.search?
Is there any solution for this?

Thank You,

Christophe
Previous Topic:Access to Resource of other file
Next Topic:xtextbin
Goto Forum:
  


Current Time: Fri Apr 19 00:31:46 GMT 2024

Powered by FUDForum. Page generated in 0.02017 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top