Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key binding conflict #21

Open
mbats opened this issue Jun 7, 2013 · 1 comment
Open

Key binding conflict #21

mbats opened this issue Jun 7, 2013 · 1 comment

Comments

@mbats
Copy link

mbats commented Jun 7, 2013

When I use the debug perspective in Eclipse 3.8 I got a key binding conflict :
!MESSAGE A conflict occurred for CTRL+SHIFT+V:
Binding(CTRL+SHIFT+V,
ParameterizedCommand(Command(org.eclipse.jdt.debug.ui.commands.Display,Display,
Display result of evaluating selected text,
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,,gtk,system)
Binding(CTRL+SHIFT+V,
ParameterizedCommand(Command(net.jeeeyul.pdetools.clipboard.pasteHistory,Paste Content in History,
,
Category(net.jeeeyul.pdetools.category,PDE Tools,null,true),
net.jeeeyul.pdetools.clipboard.internal.PasteFromClipboardHistoryHandler@d4540b,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,,,system)

@damien-sticky
Copy link

I got the same error and CTRL+SHIFT+V isn't bind when you go to preference/general/key

Why bind command by default ? it have great chances to create conflicts.

This key binding conflict make the current editor to freeze or loose usage of many key like "supr" or CTRL+S.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants