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

Bug 357235

Summary: Conflict with keybindings since I installed EGit
Product: [Technology] EGit Reporter: Olivier Thomann <Olivier_Thomann>
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 Olivier Thomann CLA 2011-09-09 09:33:39 EDT
I am using I20110906-2000 (4.2 I-build).
EGIT version:
org.eclipse.egit (1.0.0.201106090707-r) "Git Team Provider"
org.eclipse.jgit (1.0.0.201106090707-r) "JGit Core"

org.eclipse.egit (1.0.0.201106090707-r) "Git Team Provider" [Starting]
org.eclipse.egit.core (1.0.0.201106090707-r) "Git Team Provider Core" [Active]
org.eclipse.egit.doc (1.0.0.201106090707-r) "Git Team Provider Documentation" [Resolved]
org.eclipse.egit.ui (1.0.0.201106090707-r) "Git Team Provider UI" [Active]
org.eclipse.jgit (1.0.0.201106090707-r) "JGit Core" [Active]

As soon as I start Eclipse, I get this in the .log file:
Binding(ALT+CTRL+I,
	ParameterizedCommand(Command(org.eclipse.egit.ui.team.Ignore,Ignore,
		,
		Category(org.eclipse.egit.ui.commandCategory,Git,null,true),
		org.eclipse.ui.internal.MakeHandlersGo@434e54d8,
		,,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),
		org.eclipse.ui.internal.MakeHandlersGo@434e54d8,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2011-09-09 09:29:03.771
!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),
		org.eclipse.ui.internal.MakeHandlersGo@434e54d8,
		,,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),
		org.eclipse.ui.internal.MakeHandlersGo@434e54d8,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
Comment 1 Remy Suen CLA 2011-09-09 11:59:29 EDT
This might be fixed already. See bug 321739.

Olivier, do you get the same problem if you use a nightly build of EGit?
Comment 2 Matthias Sohn CLA 2011-09-13 12:03:56 EDT

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