Community
Participate
Working Groups
What steps will reproduce the problem? 1. 2. 3. -- Error Details -- Date: Sun Oct 23 13:59:52 ICT 2011 Message: Keybinding conflicts occurred. They may interfere with normal accelerator operation. Severity: Warning Product: Eclipse 1.4.1.20110909-0613 (org.eclipse.epp.package.jee.product) Plugin: org.eclipse.jface Session Data: eclipse.buildId=M20110909-1335 java.version=1.6.0_26 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=in_ID Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -clean -product org.eclipse.epp.package.jee.product -- Error Details -- Date: Sun Oct 23 13:59:52 ICT 2011 Message: A conflict occurred for CTRL+DEL: Binding(CTRL+DEL, ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeInstance,Remove Result, , Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true), , ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, org.eclipse.ui.contexts.window,,,system) Binding(CTRL+DEL, ParameterizedCommand(Command(org.eclipse.graphiti.ui.internal.action.RemoveAction,Remove, Remove selected Pictogram Elements, Category(org.eclipse.graphiti.ui.Graphiti_Category,Edit,Graphiti Diagram Editor,true), , ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, org.eclipse.ui.contexts.window,,,system) Severity: Warning Product: Eclipse 1.4.1.20110909-0613 (org.eclipse.epp.package.jee.product) Plugin: org.eclipse.jface
How can we reproduce that?
Created attachment 205787 [details] error log in jpa perspective
(In reply to comment #1) > How can we reproduce that? every time eclipse started
In general it will be hard to avoid key binding conflicts with possible other plugins. But if I understood the concept of Eclipse contexts correctly, we should define a context for our key bindings, see http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2FwrkAdv_keyBindings_contexts.htm and Eclipse extension point org.eclipse.ui.contexts
Sorry, this somehow dropped off the radar. I just found it in our backlog, while having a look at remaining work for Juno... Anyhow, this has been in the meantime reported again and has been fixed for Juno RC2 in Graphiti 0.9.9. Here's the bugzilla link: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378828 *** This bug has been marked as a duplicate of bug 378828 ***
Marked as closed