我再也无法在Eclipse的编辑器中键入“(”(左括号)

问题描述 投票:2回答:2

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

任何想法都可能是什么问题?

这与此有关,很抱歉,但我仍然无法理解我正在学习的所有软件:

<< img src =“ https://image.soinside.com/eyJ1cmwiOiAiaHR0cHM6Ly9pLnN0YWNrLmltZ3VyLmNvbS9sM1pTdy5qcGcifQ==” alt =“在此处输入图像描述”>

这是什么以及如何消除它?:

<< img src =“ https://image.soinside.com/eyJ1cmwiOiAiaHR0cHM6Ly9pLnN0YWNrLmltZ3VyLmNvbS9ZeGZzWi5wbmcifQ==” alt =“在此处输入图像描述”>

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

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
2个回答
6
投票

从第一个屏幕截图中,我们可以看到已将多个命令分配给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


0
投票

在Sublime Text 3中有相同的问题。不能在句子的末尾键入'(',但可以在里面。

© www.soinside.com 2019 - 2024. All rights reserved.