eclipse / gemoc-studio

gemoc-studio
Eclipse Public License 1.0
24 stars 21 forks source link

Simplify launcher for the official example #260

Open dvojtise opened 2 years ago

dvojtise commented 2 years ago

Motivation

Currently, the official example (K3FSm, SigPml, etc ) uses a shared launchconfiguration (saved in a .launch file) in order to preprare the launch of the second eclipse (Modeling workbench) installed with the language.

These launch configuration are heterogeneous (name of the launch conf and name of the workspace folder)

We need to help GEMOC user by having a clear naming for this.

Proposed Solution

I propose a 2 step change:

Proposed Implementation

Step 1:

Use the following naming convention:

Also remove the unused mwe2 xtext specific launchers since these action are already directly accessible with a right click on the .xtext or the .mwe2 files or project

Step 2:

Add an action (for example on the xdsml project) allowing to run/debug the language by:

proposed name for the action (to go with the existing other in the menu cf. above screenshot): GEMOC Modeling Workbench

ebousse commented 2 years ago

OK for "Run as GEMOC Modeling Workbench", and I'll suggest to enable this action also with a right click on the .dsl file