Enchantinggg4

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Enchantinggg4 commented, -
Enchantinggg4 created a post, Building Intellij IDE Plugin
So next error I get is "Cannot create `generate` task, there is a dependency cycle between a language and modules using it" I'm trying to build Shapes sample project. -
Enchantinggg4 commented, -
Enchantinggg4 created a post, Building language into IDE plugin
I'm want to build robot_Kaja example into a Intellij Idea plugin. I follow the guide https://confluence.jetbrains.com/display/MPSD34/Building+IntelliJ+IDEA+language+plugins , but when I'm trying to... -
Enchantinggg4 commented, -
Enchantinggg4 created a post, Auto Detect type of concept
I have simple concept, with only one property "value: integer" I'd like to auto detect this concept in editor when I just type a number, without using alias -
-
-
Enchantinggg4 created a post, How to extend language with custom text gen
Here again. I want to have root language with my concepts and some languages extending root one. Each sub-language has textGen aspect, but MPS throws exception "%concept_name% cannot be resolved or... -
Enchantinggg4 created a post, How to extend language's structure
So, I have language #1 with concept named "Constant" My goal is to create a language #2, which extends language #1 and which has textGen model with ConceptTextGenDeclaration for concept "Constant"....