-
The following error is show when using the platform from dependencies.
-
When creating a .dmg file containing the application a broken symlink is still created under
`Application/MyAppapp/Contents/bin/*.dylib`
To verify this for your application you could just use th…
-
Adding a documenation aspect to your language and an empty `Document` http://127.0.0.1:63320/node?ref=r%3A5f7188a9-e7b4-4a2e-bef9-38d2cf379fdc%28com.mbeddr.doc.structure%29%2F3350625596579911728 leads…
-
We have a number of projects depending on the mbeddr platform using various ranges of the functionality. In several of those projects we only depend on a very small set of the available tooling but st…
-
Hello,
We prepared sample project to demonstrate the issue. I used ActionMap for concept Table(de.slisson.mps.structure.Table) to handle actions Delete, Cut,... The concept Table has Table_Editor and…
-
After placing a diagram in the structural model of the language, it is no longer possible to select concepts of that language through the "Diagram Palette".
Instead only models and modules are vis…
-
What do you think of JUnit 4 -> JUnit 5?
-
Getting below error when I try to open the module and mbeddr is hanging.
cannot get key 'com.mbeddr.mpsutil.margincell.runtime.IUserObjectKeysATTACHED_X_KEY' from cell Collection_4sqnzl_a
java.lang.N…
-
From mbeddr.core created by [joswarmer](https://github.com/joswarmer) : mbeddr/mbeddr.core#1452
The selection inside the diagram editor is behaving in an unexpected way to the user in several cases…
-
C allows something like
`
double d[100] = {0.0};
`
to initialize every member of d with value 0.0. mbeddr flags an error on this:
> array size does not match (expected: 100 was: 1)