Nandha

- Total activity 448
- Last activity
- Member since
- Following 27 users
- Followed by 0 users
- Votes 365
- Subscriptions 41
-
-
Nandha created a post, Customizing MPS's default typesystem error message for unresolved reference
If a referred node is deleted, MPS throws a typesystem error as "Unresolved reference:<name>". Is it possible to customize the error message text in the typesystem? or is it possible to hide this ... -
-
Nandha commented, -
-
-
Nandha created a post, What is the alternate method for getParameterObject() of SubstituteAction?
The method getParameterObject() in SubstituteAction is deprecated. There is no alternative method suggested in the source code of SubstituteAction. Is there any other method with similar functional... -
Nandha created a post, How to toggle(Turn Off) the Info, Warning actions button in message handler from code?
I got the message handler using the following code. MessagesViewTool tool = mpsProject.getComponent(MessagesViewTool.class);if (tool != null) { handler = tool.newHandler("Make", true);} I want to ... -
Nandha created a post, Actions: Right click a PackageNode in tree
I have an MPS action which has TreeNodes as its action context parameter. Need to invoke this action by Right clicking a PackageNode of tree. ( For ex. Right click a virtual package in Project pan... -
Nandha created a post, Make the NodeTestCase to wait for the completion of EDT threads
Consider I have a java class which uses EDT for processing some nodes.Now when i use this method inside NodeTestCase as, The test does not wait for the completion of the other EDT threads. So the t...