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
April 12, 2021 09:18
Hello, for java.io you have to import the model into the generator model. For a custom jar, you first have to make it part of your project by creating a runtime solution with that jar and then impo...
Community
MPS
DSL iText Java generation code
1 vote
Created
January 11, 2021 09:20
If my understanding is correct you only want to customize the "description" that is displayed in the completion menu. For this you may well just make the substitute menu for your function call expl...
Community
MPS
refining the default substitution menu
1 vote
Created
November 24, 2020 07:50
I think a substitute menu for A that contains a parametrized action should do. You specify the desired 3 concepts as parameters to the parametrized action.
Community
MPS
Filtering nodes in completion menu through a sub menu contribution
1 vote
Created
November 16, 2020 06:41
The Scopes helper class is in j.m.baselanguage.scopes, which has to be imported.
Community
MPS
Scopes class in concept's behaviour missing
1 vote
Created
November 05, 2020 06:56
Well, this is up to the getScope() method in a ScopeProvider that wraps your "term equals atomic statement" to not add these variables to the scope. To clarify, the ScopeProvider wrapping the "refe...
Community
MPS
Setting a scope for children of a node
1 vote
Created
October 16, 2020 09:27
It should be used differently:
Community
MPS
Accessing the inferred type in AbstractEquationStatement
1 vote
Created
October 16, 2020 09:11
You should wait for the type to be calculated with "when concrete". Vaclav
Community
MPS
Accessing the inferred type in AbstractEquationStatement
1 vote
Created
October 05, 2020 06:03
You are supposed to inspect the ClassifierType not the Java class with Java reflexion: myClassifierType.getMembers().ofConcept<FieldDeclaration>.where{it -> it.name :eq: "xxx"};
Community
MPS
Unexpected behavior of Class.forName in Concept's property constraints.
1 vote
Created
September 10, 2020 06:27
Can I see the GeneratorUtils class itself? Are there any errors reported from it? Alternatively, can you share the project so II can have a look at it? Vaclav
Community
MPS
Using utility class in generator leads to compilation errors
1 vote
Created
September 09, 2020 11:02
So, the problem is not being able to compile the generator - "When I compile the 'RoleAnnie' DSL, I get compilation problems in main/QueriesGenerated.java: 'The import RoleAnnie.generator.util.Gene...
Community
MPS
Using utility class in generator leads to compilation errors
1 vote
«
‹
1
2
3
4
5
6
7
8
›
»