Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] New project 'org.eclipse.xtext.ui.generator'



Hi Peter,

It is now comprised of so called IGeneratorFragments, which gets different callbacks in order to contribute to the generation and files like plugin.xml, guice modules and manifest in particular. I also introduced a ui.generator project containing the ui related generator fragments (currently a basic fragment and content assist).

Are there any plans to support merging of generated and non- generated plugin.xml / MANIFEST.MF files?

No concrete plans yet.
Jan wanted to look into that.


I was wondering if the files GenerateGrammar.java and runGenerator.mwe have been generated or created manually - I wasn't able to find the matching templates.

No, they are not generated.
Maybe you want to add them to the wizard?


Also, I would like to suggest to prefix the grammar generator with the name of the language, as this makes it easier to identify the generator in the launch menu.

Yes, good point.
Feel free to change them.

Cheers
Sven


Back to the top