Community
Participate
Working Groups
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
*** This bug has been marked as a duplicate of bug 321739 ***