Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Vaclav Pech
Follow
New articles and posts
New articles, posts, and comments
Total activity
1300
Last activity
May 10, 2022 12:33
Member since
July 08, 2011 03:12
Following
0 users
Followed by
3 users
Votes
2
Subscriptions
490
Activity overview
Articles (0)
Posts (2)
Comments (806)
Sort by votes
Recent activity
Votes
Created
February 03, 2015 09:08
If my understanding is correct, you may only need a mapping label for either the generated class of the generated setters, if you can get the other one from the first one, e.g. get the class by ret...
Community
MPS
Generate Java functions with n parameters
0 votes
Created
February 04, 2015 13:35
You can add a new model root with javasources_stubs to your solution and set the source_gen folder as a Model in the model root.Then in your impl model set a Dependency on the java_stub model and y...
Community
MPS
Generate Java functions with n parameters
0 votes
Created
January 21, 2015 13:33
It is the two "weak" sub typing rules named "int_boxing" and "int_unboxing" that define that either is a sub-concept of the other.Vaclav
Community
MPS
Understanding the Typesystem
0 votes
Created
January 23, 2015 12:49
You may try to Alt+Enter on the error and pick the "Load required ..." option. This will extract all dependencies defined in the solution into the build script.
Community
MPS
Jar Stub library should be extracted into build script
0 votes
Created
January 26, 2015 16:02
I assume your methodResult child of your concept representing the "method with parameters ... where ..." line should be of concept Expression and not MethodResult. "<=" is an expression, MethodResu...
Community
MPS
Custom expression
0 votes
Created
January 27, 2015 12:22
Attribute is a child of the attributed node (in the smodelAttribute role). Does this explain your question?
Community
MPS
node.parent null for non-root nodes
0 votes
Created
January 30, 2015 11:34
I see. I wonder what the "node.type" in the $COPY_SRC$ macro refers to. If you attempt to code-complete it, you need to choose the "type" link, not the "type" (aka calculated type or get type). See...
Community
MPS
node.parent null for non-root nodes
0 votes
Created
January 28, 2015 11:34
Ok, the crucial difference is that your compForB uses the "( % parent % -> { name } )" cell as the root of the editor component. So the cell serves two purposes - it represents the whole B instance...
Community
MPS
Menus (Ctrl+Space)
0 votes
Created
January 28, 2015 14:56
We use the facilities built into MPS to test that the editor behaves in the desired manner.https://confluence.jetbrains.com/display/MPSD32/Testing+languages#Testinglanguages-EditortestsThese tests ...
Community
MPS
Testing Tool to Test MPS editor
0 votes
Created
February 09, 2015 07:30
Yes, the mapping between the original nodes and the generated class is not preserved in this case.Since the original root nodes are inserted through a reduction rule inside a LOOP macro, the genera...
Community
MPS
Need help understanding IMainClass interface concept in calculator tutorial
0 votes
«
‹
65
66
67
68
69
70
71
72
73
74
75
›
»