I'm developing a GEF-based editor. Eclipse 3.1M6 and M7 does a wierd thing
to my context popup menus. I'm always getting a JDT sub-menu with the
groups 'Run As', 'Debug As', 'Team', 'Compare With' and 'Replace With' in
my popup menus.
When i checked org.eclipse.jdt.ui_3.1.0's plugin.xml, i saw that these are
added to the "additions" menu path. I tried different perspectives, and it
appears in all. It also appears no matter what kind of project i create my
diagram file under (need not be a Java Project).
I don't want these on my editor's context menus!!! It's very misleading
and confusing to the users. Has anyone else seen this behavior? How do i
get rid of these? I already posted this question on the Platforms group,
but got no response.