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

PHP-CS binding conflict #127

Closed
zulus opened this issue Aug 29, 2015 · 3 comments
Closed

PHP-CS binding conflict #127

zulus opened this issue Aug 29, 2015 · 3 comments

Comments

@zulus
Copy link
Member

zulus commented Aug 29, 2015

PHP-CS use cmd+shift+n shortcut to run.

This is standard eclipse inspect shortcut (during debug), and since 3.6 also used by PDT.

@glen-84
Copy link

glen-84 commented Oct 17, 2015

Here is the log entry:

!ENTRY org.eclipse.jface 2 0 2015-10-17 22:43:25.252
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2015-10-17 22:43:25.252
!MESSAGE A conflict occurred for CTRL+SHIFT+N:
Binding(CTRL+SHIFT+N,
    ParameterizedCommand(Command(org.eclipse.php.debug.ui.commands.InspectDelegate,Inspect,
        Inspect result of evaluating selected text,
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4d71476c,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.php.ui.phpEditorScope,,,system)
Binding(CTRL+SHIFT+N,
    ParameterizedCommand(Command(org.pdtextensions.core.ui.command.phpcsfixer,Run PHP-CS-Fixer,
        Run PHP-CS-Fixer on files and folders,
        Category(org.eclipse.core.commands.categories.autogenerated,Uncategorized,Commands that were either auto-generated or have no category,true),
        org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5e1535e0,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.php.core.phpsource,,,system)

@zulus
Copy link
Member Author

zulus commented Oct 19, 2015

Somebody have a proposition which shortcut should be used?

@glen-84
Copy link

glen-84 commented Nov 8, 2015

Is there a way to see which key combinations are available?

TBH, I don't even use CS Fixer, so it would nice if it was moved to a separate plug-in.

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