Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Vaclav Pech
Total activity
1348
Last activity
July 15, 2024 14:40
Member since
July 08, 2011 03:12
Following
0 users
Followed by
2 users
Votes
2
Subscriptions
510
Activity overview
Articles (0)
Posts (2)
Comments (834)
Sort by votes
Recent activity
Votes
Created
September 16, 2021 08:04
It should be in "used languages" (Control + L)
Community
MPS
Insert a checkbox - which language do I need to import
1 vote
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
«
First
‹
Previous
Next
›
Last
»