Bug 245365 - Keybinding conflicts during opening workflow editor
Summary: Keybinding conflicts during opening workflow editor
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ashish Thandavan CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-08-27 05:55 EDT by Mariusz Wojtysiak CLA
Modified: 2014-01-09 16:01 EST (History)
1 user (show)

See Also:


Attachments
patch for plugin.xml to resolve keybinding conflict (509 bytes, patch)
2008-08-28 11:14 EDT, David Johnson CLA
aog-ecl: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mariusz Wojtysiak CLA 2008-08-27 05:55:35 EDT
Following warning is logged during opening workflow editor (or sometimes during staring g-eclipse):

A conflict occurred for CTRL+J:Binding(CTRL+J,

Warning
Wed Aug 27 11:50:41 CEST 2008
A conflict occurred for CTRL+J:Binding(CTRL+J,
ParameterizedCommand(Command(eu.geclipse.workflow.ui.addJobDescription,Add Job Description,
Add Job Description from JSDL file.,
Category(org.eclipse.ui.category.edit,Edit,null,true),
ActionDelegateHandlerProxy(null,eu.geclipse.workflow.ui.part.GetJobDescriptionFromFileAction),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
eu.geclipse.workflow.ui.diagramContext,,,system)
Binding(CTRL+J,
ParameterizedCommand(Command(eu.geclipse.workflow.ui.openJSDLEditor,Open Job in JSDL Editor,
Open WorkflowJob in JSDL Editor,
Category(org.eclipse.ui.category.edit,Edit,null,true),
ActionDelegateHandlerProxy(null,eu.geclipse.workflow.ui.part.OpenWorkflowJobWithJSDLEditor),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
eu.geclipse.workflow.ui.diagramContext,,,system)
Comment 1 David Johnson CLA 2008-08-28 11:14:05 EDT
Created attachment 111209 [details]
patch for plugin.xml to resolve keybinding conflict

Hello. Have a patch, and apply it at your leisure.
Comment 2 Mariusz Wojtysiak CLA 2008-08-29 02:23:18 EDT
Patch applied and committed. Bug marked as contributed.
Comment 3 Mariusz Wojtysiak CLA 2008-08-29 02:23:35 EDT
Closing that bug
Comment 4 Ariel Garcia CLA 2009-05-03 10:54:22 EDT
Comment on attachment 111209 [details]
patch for plugin.xml to resolve keybinding conflict

Applied by Mariusz