Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 354964 - Egit keybindings conflict with Subversive plugin
Summary: Egit keybindings conflict with Subversive plugin
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-08-17 11:26 EDT by Mike Wilson CLA
Modified: 2011-08-18 04:38 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 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 ***