Replies: 1 comment 4 replies
-
Hi, in general your code looks valid, however, I'm not sure what the value of For adding a context menu to GLSP diagram elements, you need to use the See also https://theia-ide.org/docs/commands_keybindings#contributing-menu-items Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hello, I was wondering how I could go about adding a new menu selection. I have designed the following simple menu contribution.
I have binded it in the tasklist diagram module as:
bindAsService(context, MenuContribution, USEOCLMenuContribution);
When I build the client, it is successful, but I am not sure how to get it to appear as one of the menu selections. Please let me know what step I am missing or how I can change it.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions