Kottomasz98
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 6
- Subscriptions 9
-
Created Problem with intention chaning the edior context
I am trying to achieve something similar to multiple projections sample. However when I defined the context editor and the intention "ViewAsTabular". I have the following problems: 1. When the use... -
Created Vertical children collection editors horizontal separator PlainTextGen
I have an editor in which I am rendering the children collection editors in the vertical collection (PlainText generator). I used the separator property to separate the children. However, I would l... -
Created Are there any more existing BaseLanguages like BaseLanguage or CSBaseLanguage?
Are there any more existing BaseLanguages like BaseLanguage or CSBaseLanguage? -
Created Question about AbstractLoopStatement in BaseLanguage
I am investigating the BaseLanguage concept hierarchy for my university thesis and I am curious what is meant by the `loopLabel: LoopLabel[0..1]` in the abstract concept beneath -
Created List of strings as a concept property
Is it possible to have a list of primitive types (e.g string/integer) as a concept property? I would like to do something as follows: concept SomeConept extends BaseConcept ... -
Created TextGen generate different programming langugages code from one concept
I have a concept (let's call it A) that is being generated into a Ruby class using TextGen. I want to have the possibility to generate the same concept into other languages e.g Python. Could someon... -
Created Rendering a child concepts in template fragment
I have a concept A which has as children 0..n concepts B. The concept B has 0..n children of concept C. Later I have a generator that has LOOP macro with COPY_SRC which uses the reduction rule for ... -
Created DSL iText Java generation code
Hello. I am a newbie to Jetbrains MPS and I am wondering how to use classes from e.g java.io package inside my generator. Additionally, I want to use classes from iText inside of the generated cla...