Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Evgeny.Gryaznov
Follow
New posts
New posts and comments
Total activity
128
Last activity
January 12, 2016 13:41
Member since
May 20, 2010 09:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
49
Activity overview
Posts (0)
Comments (79)
Sort by recent activity
Recent activity
Votes
Created
September 23, 2011 22:53
Although it is possible technically, it is much better to avoid model modifications in scripts. Especially adding the root nodes.Problems:1. Generator cannot trace node flow in a script. Generation...
Community
MPS
Creating new root nodes from generator pre-processing script
0 votes
Created
September 23, 2011 14:54
MPS considers concept to be a smart reference if and only if it contains exactly one reference and the reference is required (i.e. the cardinality is 1). For such concepts all the possible targets ...
Community
MPS
Smart reference expansion doesn't work in completion menu when concept property 'alias' is declared
0 votes
Created
September 23, 2011 12:02
When you decided to add a new "smart reference" node into a list the node doesn't exist yet. MPS collects all possible targets for the link and uses custom link presentation query to show them in a...
Community
MPS
reference constraint - index in parent
0 votes
Created
September 22, 2011 09:29
As for now when referenceNode is null, return all available targets for all positions. Immediately after creation the reference will be highlighted as "out of scope" (if it doesn't fit). That's how...
Community
MPS
reference constraint - index in parent
0 votes
Created
September 19, 2011 15:45
It is definitely a bug. Just ignore it. See MPS-14075
Community
MPS
How to build my GText generated c++?
0 votes
Created
September 19, 2011 15:42
We don't have dedicated language to describe graphs.The code you found in our git repository is a research work, which is focused on a graph layout problem. It will be released along with the plann...
Community
MPS
Graph algorithms language?
0 votes
Created
September 15, 2011 17:30
The only way to pass parameters into generator is to create your own facet and participate in MPS make process. When you press Ctrl-F9, or click on the "Make project" button, MPS tries to figure ou...
Community
MPS
Where to set generator parameters
0 votes
Created
September 14, 2011 09:06
We are going to release 2.0.1 in a short time (the next week or so). All this annoying stuff is fixed in there.
Community
MPS
Accessing disposed model: Exceptions
0 votes
Created
September 12, 2011 11:45
There are two different tasks:1. Allow developer to make/run cxx code in MPS IDE.2. Allow creating "makefile" to build redistributable package.buildLanguage is about the later one. It generates ANT...
Community
MPS
How to build my GText generated c++?
0 votes
Created
September 11, 2011 09:32
/ is downcast operation. It "casts" node<> to SNode (which is a target type)node<> node = ...; // node<> is smodel typeSNode nodeAsSNode = node/; // SNode is lower level java type
Community
MPS
I generate a name in a weave, How can I reference it in a reduction?
0 votes
«
‹
1
2
3
4
5
6
7
8
›
»