shdqcdsn / counterclockwise

Automatically exported from code.google.com/p/counterclockwise
0 stars 0 forks source link

Key binding conflict with JDT Java Element View #641

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not really a defect (and I'm not sure how to avoid this in general), but 
reporting it anyway so you are aware:
there is a keybinding conflict between CCW and the JDT Java Element View 
(https://eclipse.org/jdt/ui/jeview/index.php).

A conflict occurred for ALT+COMMAND+Q E:
Binding(ALT+COMMAND+Q E,
    ParameterizedCommand(Command(ccw.ui.repl.connectToEclipseNREPL,New REPL client for Eclipse embedded nrepl server (advanced usages),
        New REPL client for Eclipse embedded nrepl server (advanced usages),
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@64a00fe0,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
Binding(ALT+COMMAND+Q E,
    ParameterizedCommand(Command(org.eclipse.jdt.jeview.views.JavaElementView,JavaElementView,
        JavaElement View,
        Category(org.eclipse.ui.category.views,Views,Commands for opening views,true),
        org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@347f0950,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,cocoa,system)
Binding(ALT+COMMAND+Q E,
    ParameterizedCommand(Command(org.eclipse.ui.views.showView,Show View,
        Shows a particular view,
        Category(org.eclipse.ui.category.views,Views,Commands for opening views,true),
        org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5ab1107d,
        [Lorg.eclipse.e4.ui.internal.workbench.Parameter;@671561b9,,true),[Lorg.eclipse.core.commands.Parameterization;@3aebdb4),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,cocoa,system)

Original issue reported on code.google.com by oni...@gmail.com on 30 May 2014 at 2:41

GoogleCodeExporter commented 9 years ago
Ok, this binding was not vital at all, I just removed it by default. People 
wanting a key binding for this advanced command will be able to affect anything 
that fits their needs most

Original comment by laurent....@gmail.com on 2 Oct 2014 at 4:44

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 20 Oct 2014 at 8:55

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 20 Oct 2014 at 10:39