dbinkele

Results 8 issues of 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...

MPS 2022.2
MPS 2022.3
MPS 2023.2

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. ![Image](https://github.com/user-attachments/assets/9b5edd68-1e53-4b18-9aa0-80d44511e9fa) 2. ![Image](https://github.com/user-attachments/assets/ce049fd5-7107-4fe6-ad77-6c1fbd3083df)

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...