Kottomasz98
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 6
- Subscriptions 9
-
Kottomasz98 created a post, 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... -
Kottomasz98 commented, -
-
Kottomasz98 created a post, 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... -
Kottomasz98 created a post, Are there any more existing BaseLanguages like BaseLanguage or CSBaseLanguage?
Are there any more existing BaseLanguages like BaseLanguage or CSBaseLanguage? -
Kottomasz98 created a post, 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 -
Kottomasz98 created a post, 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 ... -
-
-
Kottomasz98 created a post, 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...