Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
bugfixingday
-
Description
Xwiki's plugin key binding CTRL+SHIFT+N is conflicting with JDT Debug. Here is complete warning from the error log
– Error Log –
Date: Sat Mar 01 12:41:33 EST 2008
Message: A conflict occurred for CTRL+SHIFT+N:Binding(CTRL+SHIFT+N,
ParameterizedCommand(Command(org.eclipse.jdt.debug.ui.commands.AllInstances,All Instances,
View all instances of the selected object loaded in the target VM,
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+SHIFT+N,
ParameterizedCommand(Command(org.xwiki.eclipse.command.NewConnection,New connection...,
,
Category(org.eclipse.core.commands.categories.autogenerated,Uncategorized,Commands that were either auto-generated or have no category,true),
org.xwiki.eclipse.handlers.NewConnectionHandler,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Severity: Warning