Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mint New Noteworthy"

m (0.8.x)
m (Extensible Item Java Element Source)
Line 5: Line 5:
 
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.
 
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.
  
[[Image:mint-galileo_examples.png]]
+
[[Image:mint-galileo_extensibility.png]]
  
 
=== Extensibility Example ===
 
=== Extensibility Example ===

Revision as of 16:32, 16 June 2009

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