-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Milestone
Description
Hi all,
The following error appears during the startup of my product :
!ENTRY org.eclipse.jface 2 0 2014-02-27 13:41:40.256
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2014-02-27 13:41:40.256
!MESSAGE A conflict occurred for F11:
Binding(F11,
ParameterizedCommand(Command(org.csstudio.opibuilder.actions.fullscreen,Full Screen,
Enter/Exit Full Screen,
Category(org.eclipse.core.commands.categories.autogenerated,Uncategorized,Commands that were either auto-generated or have no category,true),
ActionDelegateHandlerProxy(null,org.csstudio.opibuilder.actions.FullScreenAction),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(F11,
ParameterizedCommand(Command(org.eclipse.debug.ui.commands.DebugLast,Debug Last Launched,
Debug the last launch in debug mode,
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)
The Keybinding of opibuilder Fullscreen seems to use the same key (F11) as eclipse debug. It is right ?
The plugin org.eclipse.debug.ui is used by PyDev.
Best regards.
Metadata
Metadata
Assignees
Labels
No labels