Michael Pfurtscheller

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
Michael Pfurtscheller created a post, 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... -
Michael Pfurtscheller created a post, 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... -
-
Michael Pfurtscheller created a post, 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. ... -
Michael Pfurtscheller commented, -
-
Michael Pfurtscheller created a post, 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... -
Michael Pfurtscheller commented, -