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 12, 2015 12:52
The single-page user guide for 3.2 is not ready yet. Please use the multi-page version at https://confluence.jetbrains.com/display/MPSD32/MPS+User%27s+GuideAs for light quotations - have you import...
Community
MPS
How can I remove primitives from baseLanguage?
0 votes
Created
February 16, 2015 08:56
Do you mean that "<light quotation>" is not in the completion menu, while "<quotation>" is?
Community
MPS
How can I remove primitives from baseLanguage?
0 votes
Created
February 09, 2015 20:04
Indeed, the "indentation" must be inserted into the output text buffer explicitly by "appends". As you say, the "with indent" block only increases the current size of the indentation, but the indiv...
Community
MPS
Unable to indent code with TextGen
0 votes
Created
February 10, 2015 05:28
You are not storing the generated Persons in the mapping label, so they cannot be retrieved in the reference macro.Just wrap the whole Person node in the root template with a LABEL node macro and s...
Community
MPS
Mapping for root nodes
0 votes
Created
February 13, 2015 18:53
I guess you may use ((EditorCell_Label) editorContext.getSelectedCell()).getText()
Community
MPS
how to access cell content in error state for useful intentions ?
0 votes
Created
February 16, 2015 14:36
You need the interface from j.m.openapi.editor.cells.You either use Control + M to import the model, or Control + R and type the name of the interface, the model of which to import.Vaclav
Community
MPS
how to access cell content in error state for useful intentions ?
0 votes
Created
February 17, 2015 13:54
Does using "ModelAccess.executeCommand" instead help?
Community
MPS
How to add/create a Node to a Model from OpenAPI
0 votes
Created
February 19, 2015 10:38
Could you possibly share a stack trace? Also, where are you calling the code from? Is it an intention, action or somewhere else?Vaclav
Community
MPS
How to add/create a Node to a Model from OpenAPI
0 votes
Created
February 18, 2015 17:27
You may take inspiration from the "CreateMissingStub" quick fix: execute(node)->void { node<ConceptDeclaration> declaration = node : ConceptDeclaration; string name = declaration.name; str...
Community
MPS
How to add/create a new Concept using the Open API?
0 votes
Created
February 19, 2015 14:00
I guess you're missing j.m.lang.editor dependency in the surrounding module (solution). Could it be it?Vaclav
Community
MPS
How to add/create a new Concept using the Open API?
0 votes
«
First
‹
Previous
Next
›
Last
»