Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mint New Noteworthy

Revision as of 16:32, 16 June 2009 by Pnehrer.eclipticalsoftware.com (Talk | contribs) (Extensible Item Java Element Source)

0.8.x

Extensible Item Java Element Source

The Item Java Element Source Provider mechanism has been updated to allow third parties to contribute their own support for extended code generators. For instance, if a plugin contributes a code generator adapter to extend the existing code generation process with additional artifacts based on the model, then the same (or another) vendor can contribute mappings to the new artifacts that their extension generates from the model.

Mint-galileo extensibility.png

Extensibility Example

A new example project shows how to extend Mint's support for EMF-generated artifacts. The example builds upon EMF's Example Generator Validator example, which extends the GenModel generator to produce additional artifacts (i.e., validators). The Mint extension plugin then contributes additional mappings from the GenModel to the generated validators.

Mint-galileo examples.png

Content Assist support for EMF Javadoc tags

EMF-specific Javadoc tags are now recognized in the Java Editor.

Mint-galileo content-assist.png

Back to the top