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
January 18, 2019 11:17
No, lambdas have not be implemented for BaseLanguage. The baselanguage.collections language provides closures to BaseLanguage. Although intuitive to use, the syntax differs from Java lambdas. Vaclav
Community
MPS
Is it possible to use Java lambdas?
1 vote
Created
December 18, 2018 14:09
Please, have a look at https://confluence.jetbrains.com/display/MPSD20183/Shapes+-+an+introductory+MPS+tutorial#Shapes-anintroductoryMPStutorial-Analternativexmlgenerator I have quickly drafted an ...
Community
MPS
What has been your most painful problem with MPS?
1 vote
Created
December 03, 2018 08:17
Most likely your code that retrieves all the nodes for the scope, which you ten wrap with the ListScope, is wrong. It probably calculates a different set of nodes when the reference is already set....
Community
MPS
Issue when defining a reference scope
1 vote
Created
November 09, 2018 19:49
Does your sandbox have a dependency on JDK?
Community
MPS
Error when trying to generate project
1 vote
Created
October 29, 2018 13:57
Hi Antonio, I suspect your Calculator concept does not implement the ScopeProvider interface concept and such cannot override methods from ScopeProvider. I'm referring to this text from the tutor...
Community
MPS
Cannot reproduce Calculator tutorial on MPS 2018.2.5 (getScope not appearing)
1 vote
Created
September 25, 2018 08:00
If you only want to import your xml files into MPS in order to manipulate them in MPS and generate them, then an importing action would be appropriate. Use custom persistence if you want to iterati...
Community
MPS
Generate code from xml
1 vote
Created
September 20, 2018 13:08
I suspect your constraint code does not take into account the kind (role) of a child. Could it be it? Vaclav
Community
MPS
How to restrict types to use without breaking parent node
1 vote
Created
August 20, 2018 09:41
Yes, MPS can be of use here, as it is an advanced DSL tool. We in fact have customers that have created their own (domain-specific) testing DSLs to test their domain-specific code. https://confluen...
Community
MPS
Advice on using MPL to create DSL for Automated Tests for SOAP or REST
1 vote
Created
August 06, 2018 11:50
Expressions cannot be used as parameters to "add new". You'll have to use "add()" instead: newNode.subObjects.add(it.new instance())
Community
MPS
New nodes using variable
1 vote
Created
July 27, 2018 09:42
The definition of your editor will be most likely need some tuning. You can use both Enter and comma to create new children in a collection.
Community
MPS
create new child on enter key and prevent the content from other cells
1 vote
«
‹
1
2
3
4
5
6
7
8
9
10
›
»