Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361739 - keybinding conflict
Summary: keybinding conflict
Status: CLOSED DUPLICATE of bug 378828
Alias: None
Product: Graphiti
Classification: Modeling
Component: Core (show other bugs)
Version: 0.8.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 03:00 EDT by schatzio CLA
Modified: 2012-07-16 10:12 EDT (History)
2 users (show)

See Also:


Attachments
error log in jpa perspective (285.75 KB, image/jpeg)
2011-10-24 04:43 EDT, schatzio CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description schatzio CLA 2011-10-23 03:00:02 EDT
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
Comment 1 Michael Wenz CLA 2011-10-24 04:09:48 EDT
How can we reproduce that?
Comment 2 schatzio CLA 2011-10-24 04:43:36 EDT
Created attachment 205787 [details]
error log in jpa perspective
Comment 3 schatzio CLA 2011-10-24 04:45:17 EDT
(In reply to comment #1)
> How can we reproduce that?
every time eclipse started
Comment 4 Michael Wenz CLA 2011-10-25 08:10:51 EDT
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
Comment 5 Michael Wenz CLA 2012-06-08 03:52:18 EDT
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 ***
Comment 6 Michael Wenz CLA 2012-07-16 10:12:17 EDT
Marked as closed