How to rebind programmatically Follow
Hi MPS forum,
I would like to rebind nodes by names (pressing the F5 key) in a piece of code in MPS. Is there some part of API that makes this possible?
Best regards,
Eugen
Please sign in to leave a comment.
This functionality works via the editor, by running an editor checker (AutoResolver) in the background. It's triggered by EditorComponent#update() but it's asynchronous.
Hi Sergej,
i want to let the AutoResolver run over al baselang ClassConcept.
How can i start the AutoResolver out of a plugin action? Can you give me some hin? How can i run that editor checker (AutoResolver) in background? Or at least, start it?
Cheers,
Dan