daniel sti
- Total activity 283
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 81
-
Created How two generate root node an children inside also as root node
Hi all,in my model i have my root concept called Window, and inside the Window are two Forms. Now the question is: how can i generate 3 Java files out of that ...Window myWindow: Form: myForm1 Fo... -
Created Copy impages in /class_gen directory after compilation
Hi,is there an easy way to copy some images into the /class_gen directory after generation & compilation. This would be very convenient. I have to specify images relative to class path in java. So ... -
Created Checking of code with Non-Typesystem rule
Hi MPS Team,i want the user to follow our coding guidelines. So i have to force him not only towards certain method names but also return types and parameter types / names and so one. Quite complex... -
Created Porting from 1.5 to 2.0.3
Hi MPS Team,great job you have done with the current MPS 2.0.3 issue. I almost ported all our work from 1.5. However i have a strange phenomenon. For some reason i get a "error using Class MyClass:... -
Created How do i get the <?xml element from the xml language?
Hi,when using the mps xml language in a generator, i can start the document only with a SimpleElement. However, i need a <?xml version="1.0" encoding="UTF-8"?> first. I can not use SimpleElement, b... -
Created LocalVariableDeclarationStatement - what s this?
Hi,just a theoretical question for the specialists ... but why is LocalVariableDeclaration not a statement ? Best,Dan -
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...