Triggering right transformation Follow
I'm trying to build path expression editor with MPS.
Editor needs to trigger right transformation when "/" is entered at end of existing expression. How is it done?
Simple example attached.
test.zip (44KB)
Editor needs to trigger right transformation when "/" is entered at end of existing expression. How is it done?
Simple example attached.
test.zip (44KB)
Please sign in to leave a comment.
just take a look into the baselang. You can see some side transforms there.
e.g. variableDeclarationInitializer for VariableDeclaration
(Press Ctrl+n for node search or use Goto-Menu)
Greets