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, Read more…

BIRT Charting

Since BIRT charting is complex, here are some tips to understand this better. Source code for BIRT examples The most effective way to develop applications using BIRT charting API is to get the source code for org.eclipse.birt.chart.examples on your workspace; run Read more…

Cloning eclipse.platform.ui

Search for eclipse.plaform.ui in eclipse git repositories. Click on project name to see the main page for the git project repository: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/ In this page are listed the commits. In the bottom left there are three alternative URLs for getting the Read more…

Eclipse and Git

Learning Git, by reading Lars’ book on Git ; Sopot’s suggested Git official documentation and Dani’s recommended Git Parable. Install Git On Windows The easy way to install Git for Windows is by installing GitHub for Windows (ref). After verifying the connection with my GitHub Read more…