mbeddr/mbeddr.core

Many mbeddr.core languages don't load properly when pulled in via global libraries

Opened this issue · 1 comments

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 via global libraries (even after rebooting MPS).
If I copy all those languages in the plugins of the MPS isntallation itself, then they all load fine.
Maybe some custom class-loading goes wrong when (at least part of) the mbeddr.core languages are loaded via global libraries (and I guess also project libraries?).

The plugin com.mbeddr.spawner (debugger plugin) which is an IntelliJ platform probably needs to be loaded from the plugins folder to work properly. Some of the other languages need this plugin loaded so that they are loaded themselves.