contributing e4 tools

The Eclipse4 project is a cluster of related technologies for building extensible component-based applications [e4 whitepaper]. This article explains only how to contribute to the E4 Tools project, by using a concrete use case: “contribute to the model editor”. References https://projects.eclipse.org/projects/eclipse.e4/developer https://wiki.eclipse.org/E4_setup_source_code Clone E4 Tools src from Gerrit The https Read more…

E4 EMF Model

Any E4 Application is based on the application model, which is generated starting from an EMF Model. This model is available in the project org.eclipse.e4.ui.model.workbench, hosted in the eclipse.platform.ui repository. Open model>UIElements.ecore to see the EMF Model The basic elements, like Part, CompositePart, InputPart, etc.. are defined under the basic Read more…