Assembla home | Assembla project page
 

Ticket #26 (new enhancement)

Opened 4 months ago

Last modified 4 months ago

Plugin re-defines the team menu

Reported by: ThurnerRupert Assigned to:
Priority: normal Milestone: 1.2
Component: mercurialeclipse Version: 1.0
Severity: normal Keywords:
Cc: chyssler

Description

Why does our plugin re-define the team.main menu, see /team_ui_actions.htm eclipse team ui actions

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">
[....]

this is a copy of http://www.assembla.com/spaces/mercurialeclipse/tickets/212

Attachments

Change History

08/03/08 14:14:48 changed by ThurnerRupert

By jnegre on May 21, 2008 @ 05:13PM

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 @ 08:13PM

Perhaps an Eclipse Team developer could help?

By chyssler on May 21, 2008 @ 08:33PM

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 @ 07:51PM

  • → component changed from None to MercurialEclipse?
  • → milestone set to Release 1.0.x

By bastiand on May 24, 2008 @ 02:41PM

  • → priority changed from Normal (3) to High (2)

By bastiand on May 29, 2008 @ 08:00PM

http://wiki.eclipse.org/Menu_Contributions might help.

By bastiand on Jul 13, 2008 @ 09:58AM

  • → milestone changed from Release 1.0.x to Release 1.1

Add/Change #26 (Plugin re-defines the team menu)