dbinkele
dbinkele
It seems that in 2020.2 a triggered projection does not trigger the corresponding editor hint.
I stumbled over some obstacles in the above endeavor. First it is necessary to stick with 3.x version of SWIG. Mine was 3.0.12. As you use C11 I had to...
https://youtrack.jetbrains.com/issue/MPS-36395 Currently we generate a SolverTask by calling a generator facade from a checking rule. It was necessary to use a 'write-access'. This is not reasonable as the generator facade...
implements #1022
Due to model access the creation of a solvertask is done async in a thread-pool by MPS. But for actually running the ISOlvable which takes quite some time, we need...
STF consists of some logic to determine a a current implementation of a 'SolverTaskFactory' of the extension point 'solverfactories'. Add a priority in order to select the best matching in...
1.  2. 
The method 'getInstantiatedSubtree' in 'IVariabilityAwareArtifact' currently returns a 'Pivot'-Object. The goal is to add a second version of this method which returns a collection of 'Pivot'-objects. Each 'Pivot' is wrapped...