Eugen Schindler

Results 38 issues of Eugen Schindler

Currently, when I press Alt+Enter, it is not displayed. Would it be possible to add this functionality (even if it's behind an opt-in option)?

Some of the open source packages that are used in mbeddr.platform (e.g. CSV reading library, XML library, etc.) have to be mentioned/attributed due to their license. It seems that mbeddr.platform...

I have donated the IntegratedCExample to code/applications quite a while ago in order to give mbeddr a showcase on how to gradually transform a pure C program into a mixed-DSL...

Regardless of how big a model is, since MPS 2020.1 (at least), it takes more than a few seconds to switch projections. Compare this with switching through pushing an editor...

Currently, it's possible to right-click on a model and choose "search model". This will search for strings in the model nodes (not just root nodes like Ctrl/Cmd+N). I have had...

If I use this: ![image](https://user-images.githubusercontent.com/6429350/39119541-68b22840-46ec-11e8-9229-959f50e4dc9e.png) or this: ![image](https://user-images.githubusercontent.com/6429350/39119567-7576f8bc-46ec-11e8-877f-5cb91f7a0ade.png) or a combination of the two, I get compiler errors. If I use this: ![image](https://user-images.githubusercontent.com/6429350/39119600-8dae5ba0-46ec-11e8-9c6e-64b225334756.png) it nicely builds. Although obvious for people...

When selecting a number of nodes, I would expect that I can copy them as XML, but that doesn't work. It only works when clicking one single node.

Because mbeddr generates a */ to close a multiline comment, putting an unnested */ gives a compiler error in the generated code. Maybe good to build a warning or error...

feature.codeGeneration

Many of the mbeddr.core (not the platform) languages give problems with being properly class-loaded when I just put them into a subdirectory on my system and then point to them...