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"

m (Roadmap)
m (Add new bugs/features)
Line 37: Line 37:
 
** [http://bugs.eclipse.org/210769 210769] : Open diagram using URI
 
** [http://bugs.eclipse.org/210769 210769] : Open diagram using URI
 
** [http://bugs.eclipse.org/210767 210767] : Be able to add dependencies to other models
 
** [http://bugs.eclipse.org/210767 210767] : Be able to add dependencies to other models
** [http://bugs.eclipse.org/?????? ??????] : Add Hierarchy View (as in the JDT) to navigate along Inheritance links
+
** [http://bugs.eclipse.org/212405 212405] : Add Hierarchy View (as in the JDT) to navigate along Inheritance links
** [http://bugs.eclipse.org/?????? ??????] : Add References View used to navigate along EReference links
+
** [http://bugs.eclipse.org/212406 212406] : Add References View used to navigate along EReference links
** [http://bugs.eclipse.org/?????? ??????] : Provide an Ecore perspective and nature
+
** [http://bugs.eclipse.org/212407 212407] : Provide an Ecore perspective and nature
 +
** [http://bugs.eclipse.org/212299 212299] : Ecore Tools missing source features?
  
 
* '''Graphical improvements'''
 
* '''Graphical improvements'''
Line 45: Line 46:
 
** [http://bugs.eclipse.org/210768 210768] : Multi-diagram support
 
** [http://bugs.eclipse.org/210768 210768] : Multi-diagram support
 
** [http://bugs.eclipse.org/210774 210774] : Ease creation and modification of EOpposite references
 
** [http://bugs.eclipse.org/210774 210774] : Ease creation and modification of EOpposite references
 +
** [http://bugs.eclipse.org/211766 211766] : Diagram EOpposite references representation 
 
** [http://bugs.eclipse.org/210772 210772] : Have the possibility to hide graphical objects
 
** [http://bugs.eclipse.org/210772 210772] : Have the possibility to hide graphical objects
 
** [http://bugs.eclipse.org/210777 210777] : Add a "Link with diagram" button in the outline
 
** [http://bugs.eclipse.org/210777 210777] : Add a "Link with diagram" button in the outline
** [http://bugs.eclipse.org/?????? ??????] : Add EMF Generics support
+
** [http://bugs.eclipse.org/211761 211761] : Diagram editor outline highlights diagram elements 
 +
** [http://bugs.eclipse.org/212409 212409] : Add EMF Generics support
 +
** [http://bugs.eclipse.org/211842 211842] : Different colors for different kinds of EClass 
 +
** [http://bugs.eclipse.org/211850 211850] : Display the name of the EPackage when different from the current one 
 +
** [http://bugs.eclipse.org/211852 211852] : Enable Delete From diagram action 
 +
** [http://bugs.eclipse.org/211853 211853] : Impossible to delete EAttributes and EOperations 
 +
** [http://bugs.eclipse.org/211854 211854] : Display return type of EOperation 
 +
** [http://bugs.eclipse.org/211856 211856] : Add "Hide connection" and "Show all connections" actions 
 +
** [http://bugs.eclipse.org/211851 211851] : Label icons are missing 
  
 
* '''External tools integration'''
 
* '''External tools integration'''
 
** [http://bugs.eclipse.org/209718 209718] : Search integration
 
** [http://bugs.eclipse.org/209718 209718] : Search integration
** [http://bugs.eclipse.org/?????? ??????] : Compare integration
+
** [http://bugs.eclipse.org/212410 212410] : Compare integration
** [http://bugs.eclipse.org/?????? ??????] : Codegen integration
+
** [http://bugs.eclipse.org/212412 212412] : Codegen integration
** [http://bugs.eclipse.org/?????? ??????] : Emfatic integration
+
** [http://bugs.eclipse.org/212413 212413] : Emfatic integration
  
 
<br>
 
<br>

Revision as of 11:02, 10 December 2007


Presentation

The Ecore Tools component provides a complete environment to create, edit and maintain Ecore models. This component eases handling of Ecore models with a Graphical Ecore Editor and bridges to other existing Ecore tools (Validation, Search, Compare, Emfatic, generators...). The Graphical Ecore Editor implements multi-diagram support, a custom tabbed properties view, validation feedbacks, refactoring capabilities... The long-term goal is to provide the same level of services as does JDT for Java.

Ecore Diagram Overview

Documentation

New & Noteworthy
FAQ

Resources

Architecture
Features
Contact

Development

Roadmap
Team
Report a bug


Architecture

See the component proposal

Features

  • Model oriented Outline View : possibility to DND a model element into the diagram area to show its graphical representation
  • Tabbed Properties View : provide advanced capabilities to edit the ecore model
  • Diagram example from Ecore.ecore model : maintain this as an example and show editor capabilities through this model

Roadmap

  • Model Management
    • 210771 : Initialize a diagram from an existing ecore
    • 210769 : Open diagram using URI
    • 210767 : Be able to add dependencies to other models
    • 212405 : Add Hierarchy View (as in the JDT) to navigate along Inheritance links
    • 212406 : Add References View used to navigate along EReference links
    • 212407 : Provide an Ecore perspective and nature
    • 212299 : Ecore Tools missing source features?
  • Graphical improvements
    • 210796 : Improve creation wizard
    • 210768 : Multi-diagram support
    • 210774 : Ease creation and modification of EOpposite references
    • 211766 : Diagram EOpposite references representation
    • 210772 : Have the possibility to hide graphical objects
    • 210777 : Add a "Link with diagram" button in the outline
    • 211761 : Diagram editor outline highlights diagram elements
    • 212409 : Add EMF Generics support
    • 211842 : Different colors for different kinds of EClass
    • 211850 : Display the name of the EPackage when different from the current one
    • 211852 : Enable Delete From diagram action
    • 211853 : Impossible to delete EAttributes and EOperations
    • 211854 : Display return type of EOperation
    • 211856 : Add "Hide connection" and "Show all connections" actions
    • 211851 : Label icons are missing
  • External tools integration


This roadmap is a more human readable view of what is available in the Bug List of the Ecore Tools component.
The Ecore Tools component will be released in June, 2008 and will be part of the Ganymede Simultaneous release.

Team

The component developers are :

Contact

Any issue should be reported to the Bugzilla You may also contact the team using the EMFT newsgroup.

Back to the top