daniel sti

- Total activity 278
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 6
- Subscriptions 79
-
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... -
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