daniel sti

- Total activity 283
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 81
-
Created System.err.println() no longer printing to console
Hi folks,in past (MPS 2020.X and later releases) i used System.err.println() in all language aspects to quickly write some information to the console, where i started MPS from. This was mainly for ... -
Created node factories only applicable to "own" language concepts
Hi, im building a service component which consists also of baselang.InstanceMethodDeclarations. I have to do a bit of a setup to the InstanceMethodDeclaration and wondered if a node factory would b... -
Created Copy to Clipboard of Comments are not correct, are they?
Hi Folks, i just noticed that copying a mps line-comment to the clipboard (and pasting in a text-editor) removes all spaces... Thing is, that i came up with my own documentation concept using the j... -
Created Change Presentation of references in code completion menu
Hi MPS Pro´s, i jkust realized that the presentation in link constraints is deprecated (also mentioned in the docu). However, an alternative strategy is not suggested. I tried to give the ListSc... -
Created Multiline Strings and MPS
Hi Community, im just wondering what the suggested approach for handling multiline string literals (also in conjunction with baselang) ist. There are many posts and discussions in the forum regardi... -
Created IValidIdentifier very strickt for ClassConcept Names
Hi folks, i m just wondering if it is possible to get around the IValidIdentifier restriction of MPS. Hello-World should be a valid identifier for a class concept, however, there is a property rest... -
Created Declaration and Name of Concept not found in the MPS user guide
Hi folks, anyone knows the name of these fancy "kind of intention" buttons? Where in MPS are this buttons defined? Cheers, Daniel -
Created Java Runtime / Java Compile-Time
Hi Folks, this is basically a very simple question, but i did not found an answer in the user guide. I installed MPS 2019.2 on MacOS, which includes a jbr under Contents/jbr. Obviously the MPS Work... -
Created DataFlow Problem / Question
Hi Pro's, i m just fiddling around with a very basic example for DataFlow. It s very similar to a switch/case in java, except that it does not need a break for the cases. It works as expected, ... -
Created Left Transfrom on Expressions
Hi Pros, i m having some issues with left transformations. My Problem is very similar to the Situation we have with the SNodeTypeCastExpression if we have something similar to node : DotExp...