Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357235 - Conflict with keybindings since I installed EGit
Summary: Conflict with keybindings since I installed EGit
Status: CLOSED DUPLICATE of bug 321739
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-09 09:33 EDT by Olivier Thomann CLA
Modified: 2011-09-13 12:03 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***