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,

On 19.02.2009, at 03:08, Sven Efftinge wrote:

Hi,

I've refactored the generator a bit.

German understatement ;-)

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?

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.

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.

Peter


Back to the top