include Xtext in Rcp app [message #1003450] |
Mon, 21 January 2013 04:18  |
Eclipse User |
|
|
|
hi all
my question is :
how i can set up a RCP application that enables using the DSL editor created with Xtext,
thanx
|
|
|
|
Re: include Xtext in Rcp app [message #1005648 is a reply to message #1003450] |
Sun, 27 January 2013 22:30  |
Eclipse User |
|
|
|
Hi ,
As Christian said, it is very straight forward.
First Setup the RCP Application, I assume you already know this.
Secondly Create Xtext Project and define the Grammers and Generator(if required)
Thirdly, Generate the XText Artifacts, (Test, Ecore, UI, etc)
Lastly , you add the dependency in your RCP Application plugins.
For Ex com.org.myRCP is your RCP main Plugin, go to the plugin.xml and add all Xtext related plugins as dependency. and export as RCP app, this will do.
Get back if you have any doubts
|
|
|
Powered by
FUDForum. Page generated in 0.02964 seconds