Michael Pfurtscheller

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created BaseLanguage Generics
I was playing with generics in BaseLanguage and I'm wondering why no typechecking for this case is present:In the generation I see, that the 3 cases with char, int and float are not allowed with Do... -
Created Access MPS plugin in IntelliJ
I built an IntelliJ plugin serving as facet to set up things for a Java module. With the build script in MPS I created the .jars for the IntelliJ plugin and I put the languages folder into my plugi... -
Created Library usage problem
My language references in generator aspect to the junit library. I wanted to know what's best practice. I found the jetbrains.mps.baseLanguage.unitTest.libs where I have all I need for generation. ... -
Created TableModel in MPS
I need a table and I used therefore the TableModel from jetbrains.mps.lang.editor.table.runtime. I use my own implementation therfore but I'm just curious because I found also another interface wit... -
Created Disable intentions/Blockstatement question
Q1: I have a concept where I use BinaryOperation as a child. This has some intentions with it, but I don't want to have for instance the FlipBinaryOperation. Is there a way to disable specific inte... -
Created Reference to a Field
I have a setup where a choose a class constructor from a given list from a java class and choose also the parameters. With ref_Stack I want a reference to this constructor, but I want to have inste... -
Created Take input from other field
I have the following scenario. I have two fields to select, first a field with a java class via a pedefined scope selectable. Now the problem is the second field, it should take the information of ...