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?
How to run an undo action on a node in Jetbrains MPS?
71 views Asked by Sanjit Kumar Mishra At
1
I found the below code performs the Undo and Redo operation in Jetbrain's MPS.