mbeddr / mbeddr.core

The mbeddr core. An extensible C
Eclipse Public License 2.0
226 stars 77 forks source link

Update or Remove Wizards from mbeddr RCP #1530

Open DomenikP opened 8 years ago

DomenikP commented 8 years ago

The following list of code wizards (Toolbar: Code->Wizards) that we ship with the mbeddr RCP produce broken mbeddr code that is either incomplete in terms of missing config items / language imports or use deprecated language concepts:

  1. Create Minimal Test: Compilation fails, probably due to the ExecuteTestExpression, which we do not support anymore?
  2. Create New mbeddr Solution: In the creation dialog enabling/disabling of the "Ok" button is broken and the created solution does not have the required language imports
coolya commented 8 years ago

At least 2 should be fixed now. The problem was not the wizard but the smodule language used in there which had a bug when adding language imports.