Sanjit Mishra
- Total activity 115
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 39
-
Created How to run an undo action on a node in Jetbrains MPS?
I am creating a plugin which will have two buttons to perform Undo and Redo operation on a particular node. I want to know if it is possible to execute the IDE undo and redo operation problematically? -
Created How to make MPS HTTP support plugin to HTTPs support plugin
We are exposing a service from MPS which is getting a problem when called from a https web site, it is throwing an exception that user has to allow manually. (It is warning that an unsecured servic... -
Created How MPS stores git/svn passwords?
I want to know how MPS stores git/svn passwords in my local machine? -
Created Is it possible to use JavaFX with MPS 3.4?
Is it possible to use JavaFX with MPS 3.4?I am getting error while using java fx with MPS 3.4 and java version 1.8 -
Created What is the difference between adding a functionality in global libraries then to add it as a plugin?
I have a very basic doubt! What is the difference between adding a functionality in global libraries then to add it as a plugin? -
Created Rebuilding from right click menu not working proeprly
Once i change the default lookandfeel of MPS, the rebuild functionality is not working properly. Usually when we rebuild by right clicking a model or solution it first check the model and then rebu... -
Created How to control editor properties from the code
We have some editor properties like apply some style-sheet or make is visible etc...Can i control that from code? Like for one condition apply style1 to the concept DSL and for other condition app...