-
Hello all, I want to add menu items using the viewpoint specification editor without having to get into Java external call. The operations I want to do are fairly simple and would be much easier to implement using Sirius instead of getting into Java. I've come across examples here: https://github.com/eclipse-sirius/sirius-desktop/tree/master/plugins/org.eclipse.sirius.tests.swtbot/data/unit/popupMenu However I am unable to view new context menu options when copying what they've done here. So far I'm stuck with the following that aren't working: Any help would be appreciated for getting these context menu options working! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The answer was to add the org.eclipse.ui.menus to the extensions of my project and reference in as menu like it is in the examples. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
The answer was to add the org.eclipse.ui.menus to the extensions of my project and reference in as menu like it is in the examples.