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 "Ecore Tools/New and Noteworthy"

(Label customizations)
 
(50 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== 0.8 M4 ==
 
  
=== Ecore Tools Perspective ===
 
Ecore Tools Perspective could be used to activate useful views and arrange them in a default way. You can activate it through "Window > Open Perspective > Other..." and then select the corresponding perspective.
 
  
[[Image:EcoreTools_selectEcorePerspective.png]]
 
  
Here is an example of screenshot you can get using the Ecore Tools perspective :
+
= 3.1.0=
  
[[Image:EcoreTools_ecorePerspective.png]]
+
This release is focused on fixing user reports and streamlining some features related to the exploration of existing diagrams, most notably:
 +
* inherited relationships can now be displayed within an EClass shape
 +
* a new contextual explorer view ease the navigation in an existing Ecore model
  
  
=== Ecore project nature ===
+
= 3.0.0=
  
=== Ecore Tools new Creation wizard ===
+
This version is a major version as the legacy diagram editor and corresponding APIs which have been deprecated in 2.0 are no longer provided.
 +
This release streamlined most of the features shipped with 2.0.0 notably :
 +
* '''Better integration with XCore models'''
 +
* Small improvements in the editing experience
 +
* Split of UI/non-ui aspects of EcoreTools easing reuse in slightly different contexts (command-line, server-side)
 +
* Peformance and scalability improvements.
 +
* Switch to AQL (Acceleo Query Langage) as the underlying query engine.
  
=== Properties View ===
+
= 2.0.0=
  
=== EClass Hierarchy View ===
+
Everything is new, 2.0 is a complete re-implementation based on Sirius. The whole development cycle and the corresponding features has been described in
 +
the following article [http://cedric.brun.io/ecoretools-20-luna-revival/ EcoreTools 2.0 : the Luna Revival].
  
=== EClass References View ===
+
Check also the [http://www.eclipse.org/ecoretools/doc/ EcoreTools documentation] to get an idea of what are the new features.
  
 +
The short version :
 +
* '''Focused diagrams''' : possibility to DND a model element into the diagram area to show its graphical representation
 +
* '''Doc Annotations''' support : ability to graphically create and edit doc annotation of an Ecore model
 +
* '''Related Elements''' import : ability to import elements in a diagram based on their relationships with others
 +
* '''Doc Table''' support : ability to edit doc annotations using a table.
 +
* '''Smart direct Edit''' : type "name:String", or "[1]", or ":Integer" and the modeler will figure what you meant.
 +
* '''EOpposite''' support : EOpposite References are displayed in the diagram as multi-role edges.
 +
* '''Validation''' layer : The diagram editor can be configured so that any validation Error will be highlighted in the shape.
 +
* '''Multi-Ecore''' : a diagram can represent elements from distinct Ecore files.
 +
* '''Dependencie''' View : a diagram editor to inspect inter-EPackage dependencies.
 +
* '''Generics''' : the ability to design Ecore Generics using the diagram editor
 +
* Tabbed '''Properties View''' : provide advanced capabilities to edit the ecore model
  
=== Outline View ===
 
  
The Outline View is composed of two parts :
+
The following plugins are considered legacy and will not be provided anymore after this release :
* an '''Overview''' : birdview of the diagram canvas
+
* org.eclipse.emf.ecoretools.registration
* a '''Navigator''' : model-oriented tree view of the model which is currently edited.
+
* org.eclipse.emf.ecoretools.filters
 +
* org.eclipse.emf.ecoretools.diagram
 +
* org.eclipse.emf.ecoretools.diagram.ui.outline
 +
* org.eclipse.emf.ecoretools.codegen
  
You can choose to display both parts or just one using toogle buttons :
 
  
[[Image:ecoretools_outline1.PNG]] [[Image:ecoretools_outline3.PNG]] [[Image:ecoretools_outline2.PNG]]
 
  
The Outline can be synchronized with the selection of the diagram canvas :
+
[[EcoreTools/1.x New and Noteworthy | Pre 2.0 new and noteworthy can be found on the dedicated page]]
 
+
[[Image:ecoretools_outline4.PNG]]
+
 
+
=== DND capabilities from outline ===
+
 
+
Drag and drop from the outline view is enabled with restoration of connections for elements not yet displayed in the current diagram canvas.
+
 
+
[[Image:ecoretools_dnd.jpg]]
+
 
+
=== Label customizations ===
+
An additional label is displayed inside the EPackage, EClass, EDataType, EEnum or EAnnotation figure when the corresponding semantic element is represented in another diagram canvas, ie when the graphical occurence is considered as an external element : the label '''(from ''package_name'')''' appears under the element name.
+
 
+
[[Image:ecoretools_label.PNG]]
+

Latest revision as of 04:57, 24 May 2016


3.1.0

This release is focused on fixing user reports and streamlining some features related to the exploration of existing diagrams, most notably:

  • inherited relationships can now be displayed within an EClass shape
  • a new contextual explorer view ease the navigation in an existing Ecore model


3.0.0

This version is a major version as the legacy diagram editor and corresponding APIs which have been deprecated in 2.0 are no longer provided. This release streamlined most of the features shipped with 2.0.0 notably :

  • Better integration with XCore models
  • Small improvements in the editing experience
  • Split of UI/non-ui aspects of EcoreTools easing reuse in slightly different contexts (command-line, server-side)
  • Peformance and scalability improvements.
  • Switch to AQL (Acceleo Query Langage) as the underlying query engine.

2.0.0

Everything is new, 2.0 is a complete re-implementation based on Sirius. The whole development cycle and the corresponding features has been described in the following article EcoreTools 2.0 : the Luna Revival.

Check also the EcoreTools documentation to get an idea of what are the new features.

The short version :

  • Focused diagrams : possibility to DND a model element into the diagram area to show its graphical representation
  • Doc Annotations support : ability to graphically create and edit doc annotation of an Ecore model
  • Related Elements import : ability to import elements in a diagram based on their relationships with others
  • Doc Table support : ability to edit doc annotations using a table.
  • Smart direct Edit : type "name:String", or "[1]", or ":Integer" and the modeler will figure what you meant.
  • EOpposite support : EOpposite References are displayed in the diagram as multi-role edges.
  • Validation layer : The diagram editor can be configured so that any validation Error will be highlighted in the shape.
  • Multi-Ecore : a diagram can represent elements from distinct Ecore files.
  • Dependencie View : a diagram editor to inspect inter-EPackage dependencies.
  • Generics : the ability to design Ecore Generics using the diagram editor
  • Tabbed Properties View : provide advanced capabilities to edit the ecore model


The following plugins are considered legacy and will not be provided anymore after this release :

  • org.eclipse.emf.ecoretools.registration
  • org.eclipse.emf.ecoretools.filters
  • org.eclipse.emf.ecoretools.diagram
  • org.eclipse.emf.ecoretools.diagram.ui.outline
  • org.eclipse.emf.ecoretools.codegen


Pre 2.0 new and noteworthy can be found on the dedicated page

Back to the top