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

Difference between revisions of "Graphical Modeling Framework/Versions/GMF 2.3"

m
m (2.3 M4)
Line 24: Line 24:
  
 
== 2.3 M4  ==
 
== 2.3 M4  ==
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=282331 | bugzilla 282331] Ant build script for generating GMF diagram editors. GMF comes with a template that generates an Ant build file from a given .genmodel, which can be later run to produce a diagram editor. There are certain distinctions with regular code generation (the one user triggers from UI), namely no code formatting and code merging. Both can be added, if needed, by modification of the Xpand template which produces the Ant build script.
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=282331 bugzilla 282331] Ant build script for generating GMF diagram editors. GMF comes with a template that generates an Ant build file from a given .genmodel, which can be later run to produce a diagram editor. There are certain distinctions with regular code generation (the one user triggers from UI), namely no code formatting and code merging. Both can be added, if needed, by modification of the Xpand template which produces the Ant build script.
  
 
== 2.3 M5  ==
 
== 2.3 M5  ==

Revision as of 15:02, 10 March 2010

Graphical Modeling Framework 2.3 New and Noteworthy items

See GMF Project Plan for more details

Back to Graphical Modeling Framework

Previous Release N&N Pages

GMF 2.2 New and Noteworthy - Released: June , 2009

GMF 2.1 New and Noteworthy - Released: June 12, 2008

GMF 2.0 New and Noteworthy - Released: June 28, 2007

GMF 1.0 New and Noteworthy - Released: June 30, 2006

2.3 M1

2.3 M2

bugzilla 283717 Custom PropertyTab classes now follow common pattern to produce boilerplate code conditionally, i.e. users may specify existing property tab or let GMF generate a boilerplate code to fill in.

2.3 M3

2.3 M4

bugzilla 282331 Ant build script for generating GMF diagram editors. GMF comes with a template that generates an Ant build file from a given .genmodel, which can be later run to produce a diagram editor. There are certain distinctions with regular code generation (the one user triggers from UI), namely no code formatting and code merging. Both can be added, if needed, by modification of the Xpand template which produces the Ant build script.

2.3 M5

A new quality option is available in Save As Image File dialog to select quality parameter for compression if image format support it (currently only JPEG).

CopyToImageDialogQualityOption.png


GMF Tooling adopts QVTo 3.0 and OCL 3.0, with the numerous grammar changes and improvements. It's unlikely one with custom templates for GMF 2.2 will notice any issue, nevertheless, it's worth knowing possible cause.


2.3 M6

bugzilla 242150 Specification of the output folder is now possible for code generator. Those who didn't like default 'src' value - joy and happiness ;)

bugzilla 256461 EObject is implicit superclass now for any object in GMF Xpand and model validation OCL constraints. You can now access operations from EObject (e.g. eContainer()) without any extra quirks with your models.

bugzilla 138179 Expression-backed labels. This is a long-demanded option. One can use OCL (and any other expression language GMF supports) to define how labels look like.

bugzilla 304421 Code generation now is capable to run in background. Well-known Eclipse feature finally for long-running code generation process.

Back to the top