daniel sti

- Total activity 280
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 6
- Subscriptions 80
-
Created Remove "languages engaged in generation" programatically
Gentlemen, i m just wondering how i can access the "languages engaged in generation" list of a model. Basically, i just have to clear that list in every project model i have. I wrote a plugin a... -
Created Gen Priorities and Closure/Collection Lang
Hi Folks, i m stuck with some Generation issues regarding the closure / collection language. In my language cltest (extends baselang), i have a concept status (which is similar to an enum, but g... -
Created Custom FindUsages letting users enter more information
Hi, i am familiar with the FindUsages system, however, i can not implement my requirements easily. The problem at hand: i need the user to enter some additional text-information before executing th... -
Created Supporting rebinding by name (F5 Key) with own concepts
Hi folks, I just made a concept MethodCall which references a Java InstanceMethod. My MethodCall concept also contains argument expressions. Now: When using F5, of course, not the correct Refere... -
Created How to resolve a baselang generic type correctly
Gentlemen, i m just wondering how i should resolve a generic type correctly in a specific context. In my specific case, i do have a thus, DynExtDocuSearchDelegateFactory implements ICustomData... -
Created Typesystem Comparison Rule not working
Hi Folks, i m just improving our mps based DB mapper in order to allow for some java Expression like Invoices.where( invoice.id == null ) The == is a baselang EqualsExpression, leading to a Typesys... -
Created Creating a custom "move node" refactoring.
Hi folks, i m looking for some documentation / support on how to implement a "move node" refactoring for my own concept (similar to the MoveStaticMethod refact.) I skimmed a bit through the mp... -
Created Identifier instead of INamedConcept?
Hi,i m a newbe to MPS - just read the lwc11 documentation (which is by the way very useful). However i run into to questions..(1) How can i change the INamedConcept so that only identifiers are all... -
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...