Xtext Intellij integration [message #1729130] |
Mon, 11 April 2016 07:35  |
Eclipse User |
|
|
|
Hello,
I have a Xtext grammar running with Xtext 2.9.1.
I'm able to use it with eclipe and with Intellij (it seems).
But, the behavior is not the same. On eclipse, code generation is done only when model file is saved, but with intellij, code generation seems to happen all the time, even if there is no modification is the file, but just a tree modification.
Another problem is that code generation happens on each modification done in model file without any saving, so its become to be slow if the model file is "big" (1000 lines).
Is it possible to generate code only when model file is saved or something like this?
Thanks for your help.
|
|
|
|
Re: Xtext Intellij integration [message #1729396 is a reply to message #1729236] |
Wed, 13 April 2016 13:51  |
Eclipse User |
|
|
|
Thanks a lot.
My main issue is that code generation happen all the time, even if model file is not touch. We are commited to GIT generated sources, and a simple build, regenerate everything all the time.
When you proposed a build file, this is a gradle build? Is it possible to use it with maven?
|
|
|
Powered by
FUDForum. Page generated in 0.04759 seconds