Defining a customized IBuilderState [message #1220382] |
Wed, 11 December 2013 07:04  |
Eclipse User |
|
|
|
Dear Xtext Community,
I'm trying to plug a customized IBuilderState, but ClusteringBuilderState is always injected in XtextBuilder instead of my customized class (myDslBuilderState). I tried the following methods:
1. I added some bindings in myDslRuntimeModule and myDslUiModule from IBuilderState to myDslBuilderState.
2. I also tried to define my proper builder fragment: I copy-pasted BuilderIntegrationFragment to myDslBuilderIntegrationFragment, added the bindings from IBuilderState to myDslBuilderState in myDslBuilderIntegrationFragment and replaced in GenerateMyDsl.mwe2 the reference to BuilderIntegrationFragment by a reference to myDslBuilderIntegrationFragment.
When I search for the string "ClusteringBuilderState" in my modified code, it appears nowhere, thus I don't understand how it can still be injected in builderState field of XtextBuilder.
Has someone an idea on how to proceed ?
Thanks in advance for your help,
Florence
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03909 seconds