daniel sti
- Total activity 283
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 81
-
Created How to do a typesystem workaround ...
Dear specialists,the following code snip leads to a typesystem error in the closure inside the sortBy(): type meet (datetime & void) is not a subtype of java.lang.Comparable sequence<Order> best = ... -
Created XMLInternal 2 gDocument - warnings ...
Hi,when running the xmlInternal generator i get a bunch of warnings - like the following one: child 'GItem' is expected for role 'item' but was 'SimpleAttribute'-- – was child: SimpleAttribute <n... -
Created MPS 1.5 to MPS 2.0 migration
Hi,i just tried the MPS 2.0.1 great work! Seems that migration was improved too. However, i have a strange error message in MPS 2. I used a $CALL$ in MPS 1.5 and now in MPS 2 i get the error: "Erro... -
Created How can i display a Error Message Box in a Refactoring?
Hi,can anyone provide me with a hint how i can get an Error Message Box in a refactoring. I have to display some text while in therefactor(refactoringContext) -> void { ??? MessagBox.showError("er... -
Created Generator Performance Measuring
Hi,when running the generation process, it almost takes a minute. Is there a way to see what are time consuming steps? Or are there some other profiling possibilities regarding generation ? Best,Dan -
Created Model2Model - 1 node should result in 2 generated nodes
Hi forum,i wrote a top-level forms UI language with which i generate code for another language i wrote. So i m really doing a model2model transformation. However i have a serious problem with the $... -
Created How can i copy a File after Crtl-F9 ?
Dear Mps-Experts,i have to copy a json - configuration file into the class_gen / source_gen directory after MPS has done the built. How can i automate that? Is it necessary to run a shell script ex... -
Created How can i change file encoding of generated baseLanguage
Hi,i have a simple string with ä in a classfile likestring st = "Getränke";and when i generate java it becomes: "Getr\u00e4nke"... instead of "Getränke". Shouldn´t ä become simply c3 a4 in utf-8, w... -
Created Generate into subdirectory ..
Hi,i have a question regarding generator output directories:(1) i have a concept BusinessObject(2) i create a instance of that BusinessObject in my Solution model - sandbox.sandbox.TestBusinessObje... -
Created How can i display only substring of a property?
Hi,in order to remove the "set" from Setter-Methods, i created an attribute concept with a reference to the setter-Method (InstanceMethodDeclaration). In this attribute concept i used a constraint ...