Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Vaclav Pech
Total activity
1350
Last activity
February 07, 2025 13:07
Member since
July 08, 2011 03:12
Following
0 users
Followed by
2 users
Votes
2
Subscriptions
511
Activity overview
Articles (0)
Posts (2)
Comments (835)
Sort by recent activity
Recent activity
Votes
Created
February 16, 2015 15:02
It seems like a 3.1 issue to me, since 3.2 works fine. I'd suggest the following way, though:parameterized item parameter type = enummember<JSUnaryOperator> query (parentNode, cur...
Community
MPS
!TextGen not found for 'jetbrains.mps.lang.smodel.structure.SEnumMemberType'!
0 votes
Created
February 19, 2015 13:40
j.m.lang.editor.structure is the model that you need to depend on, I believe.
Community
MPS
How to add/create a new Concept using the Open API?
0 votes
Created
February 19, 2015 10:16
The constructor is invoked before a node is inserted into the AST, so the parent will always be null in constructors.Vaclav
Community
MPS
Behavior aspect problem
0 votes
Created
February 19, 2015 10:41
No, you cannot.You may, however, use NodeFactories (in the Actions aspect), to customise already constructed nodes.Vaclav
Community
MPS
Behavior aspect problem
0 votes
Created
February 20, 2015 09:26
It depends on how you add nodes through intentions.If you use the "initialised" constructs, then the factory will get called.E.g. new initialised node<>, add new initialised node<> or replace with ...
Community
MPS
Behavior aspect problem
0 votes
Created
February 19, 2015 15:14
Yes, sure there is - hit Cmd + , to get the settings page, type "proxy" and you should see the right config panel.Vaclav
Community
MPS
MPS: Update info Connection failed. Please check your network connection and try again.
0 votes
Created
January 22, 2015 06:26
You'll need to define a mapping label in your mapping configuration to map from your parameter concept to Java's ParameterDeclaration concept. Mark your parameters with the $LABEL$ macro, refer...
Community
MPS
Generate Java functions with n parameters
0 votes
Created
February 03, 2015 14:20
I guess you'll have to obtain it from retrieved ACl node, e.g.genContext.get output myLabel for (node : Cls).methods().where {//Here you need to identify the required generated method//};I assume t...
Community
MPS
Generate Java functions with n parameters
0 votes
Created
January 22, 2015 06:04
Hi,interpreting models (programs) in MPS is also possible, although you'd have to implement the required infrastructure, such as the call stack, manually.MPS is focused on projectional DSLs, so par...
Community
MPS
MPS Interpreter
0 votes
Created
January 22, 2015 11:38
Hi,my feeling is that you need to follow the instructions over here http://forum.jetbrains.com/thread/Meta-Programming-System-2118 in order to include external Java code in your generator.In brief,...
Community
MPS
How to integrate a class I want to use in a generator template ?
0 votes
«
First
‹
Previous
Next
›
Last
»