macks

- Total activity 436
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 45
- Subscriptions 132
-
Created Get every concept that's derived from an interface in my own language
Hello folks!Right now I'm trying to build C# text. In my textgen aspect I would need every concept that I've defined and derived from my interface IEntity for further generation logic.Is there a me... -
Created MPS model to Java model (class diagram
Hello forum!What's the easiest way to accomplish my intention? Do I have to built my own transformator? If so, what's the best way to start with? Could my intention have success in a feasible time?... -
Created Get Absolute Path of sandbox
Hello forum!Is it possible to get the absolute path of my sandbox (where my generated XML files lies in) in Java. My use case includes a batch file, which needs this path as an input parameter.Than... -
Created overwrite equals() of a concept
Hello forum!I need to check objects of one of my concept for uniqueness. Is it possible to overwrite the equals() method or is there another trick?Thanks in advance!Regardsmsch95 -
Created textgen and generator in one language
Hello forum!I have a language with 2 root mapping rules (to xml) in the generator aspect. Then I defined a generator aspect, which outputes a CSharp source file. The problem is that this source fil... -
Created call .bat file from action plugin
Hello forum!I would like to know whether it's possible to call a .bat file, which is located on my disk, from an action plugin.Thanks in advanceRegards,msch95 -
Created remove 'red' lines in sandbox editor
Hello forum!I have another question.How can I remove these 'red' lines if I hit enter and don't choose a concept from the code-completion menu? I've provided a sample seen underneath.Thanks in adva... -
Created Graph Diagrams (com.mbeddr.mpsutil.jung)
Hello forum!I have a question regarding the Graph Diagrams from JUNG framework. I looked into the sample DepGraphHelper, but I can't figure out how to integrate it in my language. Customizing color... -
Created Macros in generator aspect
Hello forum!I have a question regarding macros in the generator aspect in use with macros. I want to explain my problem with a simple example.The class diagram looks like this:Calls -> <<abstract>>... -
Created custom filepath for XML file
Hello forum!I've defined my own generator for my language, which generates a XML for me. Now when I click preview generated text or recompile my project the XML file is saved under the default path...