Plugin re-defines the team menu
-
Notifications List
Stefan Chyssler
AttachmentsNo attachmentsAssociations Associate with New Ticket Associate with Existing TicketNo associationsActivity-
By Jérôme Nègre on May 21, 2008 @ 03:13pm UTC *
Long story short: I did not find a way to add commands to the team menu without this trick, and I needed a command for "add to .hgIgnore" and "commit merge". I’d love to find a workaround too.
-
By bastiand on May 21, 2008 @ 06:13pm UTC *
Perhaps an Eclipse Team developer could help?
-
By Stefan Chyssler on May 21, 2008 @ 06:33pm UTC *
right, theres just this problem with the current menu definition which makes it popup where it is not supposed to be.
If I for instance register the menu and selection provider in the history view (experimenting with bisect support), the Team entry adds itselfs to the menu when right licking on a MercurialRevision object… and commit is enabled :-)
-
By bastiand on May 23, 2008 @ 05:51pm UTC *
- → component changed from None to MercurialEclipse
- → milestone set to Release 1.0.x
-
By bastiand on May 24, 2008 @ 12:41pm UTC *
- → priority changed from Normal (3) to High (2)
-
By bastiand on May 29, 2008 @ 06:00pm UTC *
http://wiki.eclipse.org/Menu_Contributions might help.
-
By bastiand on Jul 13, 2008 @ 07:58am UTC *
- → milestone changed from Release 1.0.x to Release 1.1
-
By Zingo Andersen on Aug 03, 2008 @ 06:48pm UTC *
- → status changed from New to Invalid
-
Why does our plugin re-define the team.main menu?
>> http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/team_ui_actions.htm
Our code includes the following menu definition
<extension point="org.eclipse.ui.menus">
<menuContribution locationURI="popup:org.eclipse.ui.popup.any?after=additions">
<menu label="Team" id="team.main">
[....]