daniel sti

- Total activity 280
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 6
- Subscriptions 80
-
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 Standard Collection Editor with prefixes per collection element
Hi, this is a very specific question regarding the standard mps collection editor. I want to change the look of the baselang InstanceMethodCall, which currently looks somehow like myClassInstance.f... -
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 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 View References in the referring and the referred Concept - Best Practice?
Hi folks, just looking for some hints how such a requirement could be implemented in a neat way with the MPS editor. Let me explain the situation first: I have a concept "Site" which consists of Mu... -
Created Preconfigure Concepts when inserting... not possible with Node Factories .. but with?
Hi Folks, just wondering if someone has a good hint for this requirement. I have a simple Ui Language, which allows the DSL Developer to insert Widgets into a GridLayout. The Widgets are childs of ... -
Created Crtl N and INamedConcept
Hello, just struggling with some MPS internals. Basically, i really like the CRTL-N (find root node by name) feature. Obviously, it lets you search all Root-Concepts in MPS implementing INamedConce...