我不能再在 Eclipse 的编辑器中输入“(”(左括号)

I can't type "(" (left parenthesis) anymore in the editor in Eclipse

我已经在 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)

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

试试这些:

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

  • 重新启动 eclipse and/or 使用干净的工作区重新启动 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