Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 354964

Summary: Egit keybindings conflict with Subversive plugin
Product: [Technology] EGit Reporter: Mike Wilson <mikewse>
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: matthias.sohn, remy.suen
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mike Wilson CLA 2011-08-17 11:26:42 EDT
Build Identifier: 20110615-0604

Installing both Egit and Subversive team plugins result in keybinding conflicts reported in Eclipse's log:
  ALT+CTRL+I,
    org.eclipse.egit.ui.team.Ignore
    org.eclipse.team.svn.ui.command.AddToSVNIgnoreCommand
  ALT+CTRL+C,
    org.eclipse.egit.ui.team.Commit
    org.eclipse.team.svn.ui.command.CommitCommand

The full messages are:
!SUBENTRY 1 org.eclipse.jface 2 0 2011-08-14 16:14:38.295
!MESSAGE A conflict occurred for ALT+CTRL+I:
Binding(ALT+CTRL+I,
	ParameterizedCommand(Command(org.eclipse.egit.ui.team.Ignore,Ignore,
		,
		Category(org.eclipse.egit.ui.commandCategory,Git,null,true),
		org.eclipse.egit.ui.internal.actions.IgnoreActionHandler,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
Binding(ALT+CTRL+I,
	ParameterizedCommand(Command(org.eclipse.team.svn.ui.command.AddToSVNIgnoreCommand,Add to svn:ignore...,
		,
		Category(org.eclipse.team.svn.ui.command.category,SVN,null,true),
		,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2011-08-14 16:14:38.295
!MESSAGE A conflict occurred for ALT+CTRL+C:
Binding(ALT+CTRL+C,
	ParameterizedCommand(Command(org.eclipse.egit.ui.team.Commit,Commit,
		,
		Category(org.eclipse.egit.ui.commandCategory,Git,null,true),
		,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
Binding(ALT+CTRL+C,
	ParameterizedCommand(Command(org.eclipse.team.svn.ui.command.CommitCommand,Commit...,
		,
		Category(org.eclipse.team.svn.ui.command.category,SVN,null,true),
		,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)

Egit version: 1.0.0
Subversive version: 0.7.9 

Reproducible: Always

Steps to Reproduce:
1. Install Egit and Subversive through Eclipse Market
2. After restarting Eclipse, do Window > Show View > Error Log
3. Keybinding conflicts are listed in the log
Comment 1 Matthias Sohn CLA 2011-08-18 04:38:52 EDT

*** This bug has been marked as a duplicate of bug 321739 ***