【问题标题】:I can't type "(" (left parenthesis) anymore in the editor in Eclipse我不能再在 Eclipse 的编辑器中输入“(”(左括号)了
【发布时间】:2015-02-15 19:41:12
【问题描述】:

我已经在 Linux 中使用 Pydev/Eclipse 好几天了,但是在安装了一些新软件(一堆)之后,我无法再在编辑器中输入“(”了。

有什么想法可以解决问题吗?

和这个有关系,对不起菜鸟,但我仍然无法理解我正在学习的所有软件:

这是什么以及如何摆脱它?:

这是我认为相关的错误消息:

A conflict occurred for CTRL+SHIFT+T:
Binding(CTRL+SHIFT+T,
    ParameterizedCommand(Command(org.python.pydev.editor.actions.pyShowBrowser,Python Show Global Tokens (Editor),
        Python Show Global Tokens (Editor),
        Category(org.python.pydev.ui.category.source,PyDev - Editor,PyDev editor category,true),
        org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5644fc26,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.python.pydev.ui.editor.scope,,,system)
Binding(CTRL+SHIFT+T,
    ParameterizedCommand(Command(com.python.pydev.analysis.actions.pyGlobalsBrowserWorkbench,Python Show Global Tokens (Global),
        Python Show Global Tokens (Global),
        Category(org.python.pydev.ui.category.source,PyDev - Editor,PyDev editor category,true),
        org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4b064f09,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.python.pydev.contexts.window,,,system)
Binding(CTRL+SHIFT+T,
    ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type,
        Open a type in a Java editor,
        Category(org.eclipse.ui.category.navigate,Navigate,null,true),
        org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@b2efe5a,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)

【问题讨论】:

    标签: linux eclipse eclipse-plugin keyboard installation-package


    【解决方案1】:

    从第一个屏幕截图中,我们可以看到多个命令被分配给 Shift + 8。

    试试这些:

    • 在搜索栏中输入Windows > Preferences > General > Keys Shift + 8 尝试取消绑定此命令或至少在When组合框中更改命令的上下文。

    • 重启 eclipse 和/或使用干净的工作区重启 eclipse。

    链接:

    How to run eclipse in clean mode? and what happens if we do so?

    Keeping Eclipse running clean

    How to manage keyboard shortcuts in Eclipse and why you should

    【讨论】:

      猜你喜欢
      • 2016-02-27
      • 1970-01-01
      • 2012-12-17
      • 2014-05-14
      • 1970-01-01
      • 2019-02-18
      • 1970-01-01
      • 2014-09-21
      • 1970-01-01
      相关资源
      最近更新 更多