Sergej Koščejev
Sergej Koščejev
A customer wants to provide a simplified actions profile with their RCP and make it active by default. However, marking it as such also activates it during development. This is...
If left unspecified, `` task will write under MPS home and this can be problematic in case of multiple builds running from the same MPS home in parallel.
The original code was checking getPath(), which is the full path of a file, against "build.txt", which is just the name. Also, it isn't necessary to iterate through all the...
Cmd+Alt+H is a shortcut to hide all windows except the currently focused one. Apparently, it is also mapped somewhere to the action below, which failed with an exception. ``` User's...
If an RCP includes the entire mbeddr platform but excludes the jetbrains.mps.ide.devkit plugin (`plugins/mps-devkit`), it will not start because `com.mbeddr.mpsutil.dataflow` plugin requires the MPS devkit. This is not ideal because...
When using an interpreter from the generator, the interpreter lookup mechanism uses underlying MPS/IDEA indices and sometimes blocks until the indices can be updated in a separate thread in a...
Can't enter `$S2/ B1` in the editor. Seems like the optional grammar cell does not work in this place?