Community
Participate
Working Groups
We are using org.eclipse.ui.popupMenus which is the old way of managing menu contributions. We should move to using org.eclipse.ui.menus and commands. This will give us a lot more flexibility of how things are placed and activated.
(In reply to comment #0) > We are using org.eclipse.ui.popupMenus which is the old way of managing menu > contributions. We should move to using org.eclipse.ui.menus and commands. This > will give us a lot more flexibility of how things are placed and activated. The brunt of our menu contributions are added to the Team... menu which itself is an Object contribution. I played around a little bit with the new menu extension point, but wasn't able to contribute to this menu. Is this possible at all?
Gerrit code review at http://egit.eclipse.org/r/#change,978. The commit message explains the idea with respect to this.
Merged as d81d796ddef230a359c68d04d59d0191def54212