daniel sti
- Total activity 283
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 81
-
Created Refactoring xml Mps25 to Mps3
Hi Mps-Team,i m just switching our languages from mps25 to mps3. So far, everything worked out great. There is just one language, which is simply generating xml with the old MPS25 language xmlInter... -
Created Getting back the old Java-Class editor feeling with new IClassMember architecture
Hi Jetbrains-Team,i derived my own concept "Entity" from baselang ClassConcept. We just use Property and InstanceMethodDeclaration. In the past, it was quite cool to have all the properties on top,... -
Created MPS - null icon error ...
Hi MPS Team,i get the error message [1034931] ERROR - hlighter.LeftEditorHighlighter - null icon was returned by renderer:jetbrains.mps.ide.java.platform.highlighters.OverridingMethodEditorMessage... -
Created Run ClassConcept without void main(string[] args)
Hi Community,i created a concept "Test" which is derived from baselang.ClassConcept. The generator will create a java class with a main() method, so that the class can be executed. What is the simp... -
Created MyStatement concept should "throw an exception"
Hi MPS Pros,when writing throw new Exceptin() in a InstanceMethod,one get s the errormessage "Error: uncaught Exceptions: Exception" i have concept MyStatement which extends Statement. The MyStatem... -
Created Loop macro, get information inside
Hi Mps-Team,i have a situation where i do not find a simple solution. i have a $LOOP$ macro around a statement $LOOP$[->[localvariable].->[setterMethod()];]As can be seen, there are two reference m... -
Created Open new tab with concept in intention
Hi MPS Team,just a simple question i did not found in the userguid.. I have a concept "Command" which is defined as root concept. I added an Intention "CreateCommand" to my other concepts, in order... -
Created Generator in different Language than Concepts
Hi Mps-Team,i have build a language L1 (concepts, editor, typesystem, etc) and a language L2 with the code generator (only generator). However, when runnig "Preview generated text" nothing appears.... -
Created Building own try/catch
Hi,guess this is a more difficult question to answer .. hope there is still an (easy) solution available :)(1) I have a concept MyStatementList extending StatementList. (2) I can use MyStatementLis... -
Created Best Practice (Scoping) - how to do that properly!
Hi Mps - Professionals,just a simple question. In my model i have imported the joda.org.* (just as example). Thus the DateTime class is available. How can i get easily and FAST a reference to the c...