Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Vaclav Pech
Follow
New articles and posts
New articles, posts, and comments
Total activity
1302
Last activity
July 21, 2022 10:02
Member since
July 08, 2011 03:12
Following
0 users
Followed by
3 users
Votes
2
Subscriptions
491
Activity overview
Articles (0)
Posts (2)
Comments (807)
Sort by votes
Recent activity
Votes
Created
October 01, 2014 14:45
All right, that explains a lot. Sorry for not noticing this earlier. Your "port_from_ref:PortReference[1]" definition must be a child of Connector, not a reference.
Community
MPS
Simple "Constrains" problem...
0 votes
Created
October 02, 2014 15:28
To distinguish the role of the child that you are setting, you need to modify the getScope() method slightly and implement the second getScope() method, as well.public Scope getScope(concept<> kind...
Community
MPS
Simple "Constrains" problem...
0 votes
Created
September 30, 2014 08:40
Hi,from the brief sample you gave I would propose the following solution: Make a "Create" concept with a child "what" of abstract concept "TerminalKind". Give it an alias "create". Create an abs...
Community
MPS
How to do "or" creating DSL? What is the right way?
0 votes
Created
October 01, 2014 16:37
Could custom persistence be what you're looking for? http://confluence.jetbrains.com/display/MPSD31/Custom+Persistence+Cookbook
Community
MPS
Saving the actual DSL format
0 votes
Created
October 07, 2014 09:51
Try this trick: append {INT(} ${"" + node.nb_digits} {)} ;
Community
MPS
textgen error: type int is not a subtype of string
0 votes
Created
October 07, 2014 11:44
Hello Kunal,unfortunately MPS cannot be plugged into Eclipse at the moment. To date MPS languages can be run as a plugins for IntelliJ IDEA or bundled into standalone Java applications. We're also ...
Community
MPS
Can MPS be integrated in Eclipse as Eclipse Plugin similar to Xtext?
0 votes
Created
October 09, 2014 07:57
Hi Ishan,integrating MPS into Eclipse has been postponed so we could focus on features that we've identified as of higher importance for our customers. I cannot give any time estimates at the momen...
Community
MPS
Can MPS be integrated in Eclipse as Eclipse Plugin similar to Xtext?
0 votes
Created
October 16, 2014 10:18
Hello Norbert,this is definitely not a political decision of any sort. The Eclipse plugin is still on the roadmap and we would like being able to run the MPS languages on the Eclipse platform. The ...
Community
MPS
Can MPS be integrated in Eclipse as Eclipse Plugin similar to Xtext?
0 votes
Created
November 05, 2014 09:43
The approach you took should work, so I guess there's an error in some detail.Two guesses: Would using referenceNode instead of enclosingNode in your scope query work? The methods() method only ...
Community
MPS
Take input from other field
0 votes
Created
November 05, 2014 13:30
Ok, in this case you really need to use enclosingNode, as you were originally. Then it all works just fine fore me. I'm attaching a sample project I've created following your instructions.Project10...
Community
MPS
Take input from other field
0 votes
«
‹
70
71
72
73
74
75
76
77
78
79
80
›
»