Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Alex Shatalin
Total activity
429
Last activity
April 03, 2023 11:56
Member since
July 23, 2010 08:58
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
171
Activity overview
Articles (0)
Posts (2)
Comments (255)
Sort by recent activity
Recent activity
Votes
Created
March 26, 2015 10:07
Hi!While packaging the module inside a build script you an specify "jar locations" inside inspector: jar locations: $git4idea_home/lib/git4idea-rt.jar -> /plugins/git4idea/lib/git4idea-rt.jar ...
Community
MPS
how to deliver models for intellij language plugins ?
0 votes
Created
March 09, 2015 17:29
Hi!It looks like you are trying to use custom persistence in order to import model content from data base to MPS. Is it true?MPS custom persistence was designed in order to provide you with the pos...
Community
MPS
Custom Persistence -Write and Read Model
0 votes
Created
March 10, 2015 14:52
Hi!If you are going to expose DB content for the MPS user to allow editing it and saving back to DB on MPS "save" action then you have to implement model persistence reading model from the DB and s...
Community
MPS
Custom Persistence -Write and Read Model
0 votes
Created
March 09, 2015 17:23
Hi!Can you please explain your problem a bit more detailed? are you getting exception in the console/log file? (then please post exception trace here) are you getting message: "cannot load ...:...
Community
MPS
XML Persistence Example does not reload the model after save in Windows
0 votes
Created
March 10, 2015 11:45
Hi!It looks like you have somehow corrupted solution you are working with. I was not able to reproduce this problem.. Can you please share your project with me (if it's not too big)?
Community
MPS
XML Persistence Example does not reload the model after save in Windows
0 votes
Created
March 10, 2015 15:00
Hi!I can properly load attached project into MPS 3.2 (build 139.1988) with SampleXmlPersistence plugin installed...Looks like something is wrong in your local copy of SampleXmlPersistence project. ...
Community
MPS
XML Persistence Example does not reload the model after save in Windows
0 votes
Created
March 13, 2015 14:48
As a workaround for now you can try writing something like:if (relPath == null) { relPath = dataSource.getLocation(); }
Community
MPS
XML Persistence Example does not reload the model after save in Windows
0 votes
Created
November 10, 2014 11:18
Hi!First, I suggest you using MPS 3.1 release branch for your experiments: https://github.com/JetBrains/MPS/tree/MPS3.1Second, the problem you mentioned looks quite strange - it's just a method cal...
Community
MPS
MPS System Requirements
0 votes
Created
November 06, 2013 13:07
to create new initialized node you can use following expression from MPS actions language: new initialized node<ConstructorDeclaration>() In addition to that, if you need to structure editor in "ol...
Community
MPS
Getting back the old Java-Class editor feeling with new IClassMember architecture
0 votes
Created
November 07, 2013 08:56
Hi, Daniel!I think you need to place $IF$ on each node now or extract corresponding list of nodes into a separate template, $CALL$ it from the original one and put a condition upon this call. In th...
Community
MPS
Refactoring xml Mps25 to Mps3
0 votes
«
First
‹
Previous
Next
›
Last
»