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
July 15, 2016 09:54
Could it be because of capitalization? Typing "Expression" should work.
Community
MPS
Calculator Tutorial, opening Expression Concept Error,
1 vote
Created
June 29, 2016 14:20
"concept/A/.sub-concepts(model)" should do the trick. Vaclav
Community
MPS
Get all subconcepts of a concept in baselanguage (java).
1 vote
Created
February 09, 2016 09:30
Hello, this is a known issue - multiple nodes cannot be surrounded-with an intention (https://youtrack.jetbrains.com/issue/MPS-20839). Vaclav
Community
MPS
Surround with Region feature in MPS
1 vote
Created
February 24, 2016 12:27
Most likely nothing to worry about here - this is how git works. "git gc" should compact the repository for you. More on e.g. http://stackoverflow.com/questions/5709687/what-are-the-loose-objects-t...
Community
MPS
Maybe a git problem?
1 vote
Created
March 08, 2016 11:05
Not having explicit distinction between variable declarations and references can, indeed, be quite tricky. E.g. what should happen when renaming a variable in an assignment - shall all other refere...
Community
MPS
MPS for dynamic languages
1 vote
Created
March 10, 2016 07:57
Hi Rahul, this to me looks like a task for static code analysis, which is definitely doable in MPS. You can either employ checking rules of the type-system and quick-fixes to have the code altered ...
Community
MPS
CERT Java with MPS
1 vote
Created
February 11, 2016 10:41
With constraints you do not have the information necessary to evaluate the position within the parent collection, to which the "else" is being added before the "else" node is actually added to the ...
Community
MPS
if else construct in MPS Jetbrains
1 vote
Created
February 25, 2016 11:20
The standard supported way is to generate an Ant script and then run MPS through it. The build language documentation should give you the details - https://confluence.jetbrains.com/display/MPSD33/B...
Community
MPS
Running MPS headless
1 vote
Created
March 07, 2016 11:47
You'd have to organize your properties into wrapping concepts, e.g. "concept FirstName extends AbstractPropertyConcept", "concept LastName extends AbstractPropertyConcept", etc. and add the propert...
Community
MPS
MPS Editor Problem
1 vote
Created
May 05, 2016 17:40
You probably got confused by the similar language constructs that both MPS and Groovy add to the basic Java syntax. Apart from that these two are very different things - MPS is a complete language ...
Community
MPS
MPS or Groovy
1 vote
«
‹
6
7
8
9
10
11
12
13
14
15
16
›
»