Community
Participate
Working Groups
Build Identifier: 20110906 I opened 356532 for some additions to the context menu. Of the ones I mentioned, all were added except Debug As. So I've closed 356532, but according to Justin's comment, Debug isn't the only submenu missing from our editor. Here's Justin's comment: The "Run As/Debug As" submenus are part of Eclipse Platform. Whoever owns the EGL editor should step through the Java editor to see where/how these submenus are added, and then step through the EGL editor to see why it's not appearing there. This isn't the only submenu that's missing from our editor - there's no "Team", "Compare With", or "Replace With" either - probably for the same reason. Reproducible: Always
Created attachment 203220 [details] Path Here is a patch, please review it. Thanks.
Hi Justin, Now the menu itemss are shown in the context menu of EGL Editor. One question: there is no menu to run/debug RUIHandler in EDT, which exists in RBD. Do you think I should do this, or you will do it? Thanks.
I see the Debug As / Run As submenus in the editor's context menu now. Looking at the enablement for these in org.eclipse.debug.ui's plugin.xml, it appears that the menus won't be displayed if org.eclipse.debug.core hasn't been activated yet. Does opening the Debug perspective make it appear? And before that, when you can't see it in the EGL editor menu do you see it in the Java editor menu?
Resolved. Thanks.
Verified in 20110929 build.