Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Nandha
Total activity
448
Last activity
August 12, 2019 05:21
Member since
November 29, 2016 11:26
Following
27 users
Followed by
0 users
Votes
365
Subscriptions
41
Activity overview
Posts (15)
Comments (27)
Sort by recent activity
Recent activity
Votes
Created
September 17, 2018 05:33
Mihail Buryakov ,Thanks for creating the youtrack issue. I think the youtrack issue is https://youtrack.jetbrains.com/issue/MPS-28632
Community
MPS
Customizing MPS's default typesystem error message for unresolved reference
0 votes
Edited
August 20, 2018 07:33
As Tikhomirov Artem said, I use the following code,RegularTextUnit rtu = new RegularTextUnit(mySnode, "dummy"); rtu.generate(); byte[] bytes = rtu.getBytes(); string outCome = new String(bytes);
Community
MPS
Use TextGen in Generator
0 votes
Created
August 20, 2018 06:44
Semen Alperovich Thanks for the workaround. Will check it :)
Community
MPS
BACKSPACE action?
0 votes
Created
August 17, 2018 05:55
Pressing BACKSPACE/DELETE, after selecting the node,does not invoke the BACKSPACE/DELETE action. It simply deletes the node.
Community
MPS
BACKSPACE action?
0 votes
Created
August 14, 2018 10:21
You can access the languages engaged properties by using the following piece. Collection<SLanguage> languagesEngagedOnGeneration = new ArrayList<SLanguage>(((SModelBase) smodel).getLanguagesEngaged...
Community
MPS
Remove "languages engaged in generation" programatically
0 votes
Edited
December 27, 2017 07:23
You can use typesystem. Refer the video https://www.youtube.com/watch?v=IGt21_Sn_dA and the cookbook https://confluence.jetbrains.com/display/MPSD20173/Typesystem
Community
MPS
Editor: provide user with feedback upon violation of a constraint
0 votes
Created
December 14, 2017 06:18
Change public void main() as public static void main(). (Use <Alt+Insert> to quickly create psvm). Then Right click the class FinSetTest node in sandbox model in ProjectPane and click Run.
Community
MPS
how to run a java class
0 votes
Created
December 06, 2017 12:30
Yes . Possible. Try mindMaps project from MPS' Sample projects. Also https://github.com/mbeddr/mbeddr.core has additional languages for creating diagram editor. You can checkout and refer their dem...
Community
MPS
using a diagram as a DSL
1 vote
Created
November 21, 2017 05:41
Thanks for the response Semen Alperovich
Community
MPS
Substitutemenus are not available when a node is attributed
0 votes
Edited
November 07, 2017 08:41
In order to write safely, you can import jetbrains.mps.lang.access language to your editor and use ExecuteWriteActionStatement (write action).
Community
MPS
updating the value of property from editor
0 votes
Next
›
Last
»