|
Re: Deploy for Eclipse and Intelijj [message #1733693 is a reply to message #1733517] |
Tue, 31 May 2016 06:08 |
Anton Kosyakov Messages: 9 Registered: March 2016 |
Junior Member |
|
|
Hi,
You need to use Xtext wizard again to create a language that supports IntelliJ and Eclipse and then copy over the existing implementation to it.
Language services, like parser, generator, compiler, etc. should go to the runtime project. UI services that are independent from IDE should go to the ide project. This project should not use Eclipse or IntelliJ libraries. In that way you can reuse service from runtime and ide projects in Eclipse and IntelliJ. Read more about the project layout here: http://typefox.io/xtexts-new-generator.
Regards,
Atnon
Get professional support from the Xtext committers at www.typefox.io.
[Updated on: Tue, 31 May 2016 06:09] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03645 seconds