Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Vaclav Pech
Total activity
1348
Last activity
July 15, 2024 14:40
Member since
July 08, 2011 03:12
Following
0 users
Followed by
2 users
Votes
2
Subscriptions
510
Activity overview
Articles (0)
Posts (2)
Comments (834)
Sort by recent activity
Recent activity
Votes
Created
June 21, 2023 15:14
I would expect your map_encuesta template to include a COPY_SRCL macro for the preguntas child, for example something like this: <ion-header> ... $COPY_SRCL[<dummy></dummy>] </ion-header> Currently...
Community
MPS
When I preview the generated text, only the parent concept appears
0 votes
Created
June 21, 2023 13:48
Official comment
Sorry, but the repo does not seem to contain a valid MPS project, or at least it does not extract into one for me.
Community
MPS
When I preview the generated text, only the parent concept appears
0 votes
Created
June 21, 2023 13:38
Official comment
If. you only need it in the generator templates, you can perhaps use a quick and dirty way to use a property macro the generate the desired name of the attribute. See the datamodel attribute in the...
Community
MPS
Use "(" or "[" inside the generator
0 votes
Created
June 19, 2023 15:12
This is because the characters such as "[" and "(" are not legal as names in XML. The j.m.core.xml language enforces these rules in the editor.
Community
MPS
Use "(" or "[" inside the generator
0 votes
Created
June 05, 2023 07:44
Official comment
Hello Pedro, thank you for the initiative. I see value in what you are proposing. I'm afraid, however, that this is currently not possible. A decision has been made some time ago to leverage the pr...
Community
MPS
Contributing to Documentation
0 votes
Created
May 26, 2023 09:18
You need to extends the core.xml language and provide your own concept extending XmlBaseAttribute, perhaps quite similar to XmlAttribute.
Community
MPS
Does any one know how to put special characters in xml files?
0 votes
Created
May 16, 2023 18:01
Official comment
Hi, I suggest to take inspiration from the StateChart sample project (bundled with MPS). Your generator must import the j.m.core.xml language, so that you can create "xml files" as templates. Vaclav
Community
MPS
Does any one know how to generate an ion-card?
0 votes
Created
October 24, 2022 10:24
You may try to label a node in your expected test output e.g. as "myNode" and then using that annotation you can inspect the output model: read action with myNode.model/.getRepository() { nlist<>...
Community
MPS
Intention Testing
0 votes
Created
September 14, 2022 05:29
Official comment
You should define an action map, in that action map declare an action for the DELETE event and attach the action map to the cell that represents the "+" symbol.
Community
MPS
Delete side transform
0 votes
Created
August 25, 2022 05:26
Hello, MPS languages support multiple generators. These generators may be run selectively or all at the same time. The topic of generator plans becomes essential for orchestrating multiple generato...
Community
MPS
Code a language and generate into java, c++ & python
0 votes
«
First
‹
Previous
Next
›
Last
»