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 19, 2015 14:23
Sorry, I meant the dependencies of the surrounding Language, not Solution.Yo may also try to add the import by Control/Cmd + R and typing "ConceptEditorDeclaration". This should import both the lan...
Community
MPS
How to add/create a new Concept using the Open API?
0 votes
Created
February 25, 2015 09:55
Would picking from this collection work, perhaps with a findFirst()?nlist<ConceptMethodDeclaration> availableConceptMethods = declaration.getAvailableConceptMethods(declaration); Vaclav
Community
MPS
How to Override a Method in a Behavior via Open API?
0 votes
Created
February 25, 2015 09:56
You need to provide a link to the attachment, otherwise I cannot get hold of it, I'm afraid. It's the ^[filename] syntax, I think.
Community
MPS
populate content Assist with multiple Concepts data
0 votes
Created
February 26, 2015 19:37
I guess you'll need to do something like this:jaTemplate.contentNode = element; jaTemplate.contentNode.@templateFragment = new node<TemplateFragment>(); TemplateFragment is a node attribute (annot...
Community
MPS
How to add content to a TemplateFragment via Open API?
0 votes
Created
February 27, 2015 14:55
The operation must be some of the SNodeOperations sub-concepts, perhaps one of SPropertyAccess, SLinkAccess or SLinkListAccess.You can find out the actual concept by looking at the "node.angles" ex...
Community
MPS
How to add content to a TemplateFragment via Open API?
0 votes
Created
March 03, 2015 14:20
I wound try creating the operand this way:dot.operand = new node<TemplateFunctionParameter_sourceNode>();
Community
MPS
How to add content to a TemplateFragment via Open API?
0 votes
Created
March 10, 2015 12:39
An import action would be a node of the ActionDeclaration concept that the user could invoke from the menu. The action would connect to the db, load the data (model) and insert it into your MPS mod...
Community
MPS
Custom Persistence -Write and Read Model
0 votes
Created
March 16, 2015 09:22
If I understand correctly, your types do not need to extend the concrete BL types. You, however, should define sub typing rules for your types to declare their super-types correctly.For example, th...
Community
MPS
Override integer and other types
0 votes
Created
March 12, 2015 15:35
Hi Kunal,indeed, this looks like a problem in MPS that only shows up on Windows (https://youtrack.jetbrains.com/issue/MPS-21671). We've identified the cause and are working on a fix.Thank you for f...
Community
MPS
XML Persistence Example does not reload the model after save in Windows
0 votes
Created
March 10, 2015 12:43
Settings -> Editor -> General -> Text Width
Community
MPS
How to disable right margin ?
0 votes
«
First
‹
Previous
Next
›
Last
»