1

我不知道为什么我的 juno (eclipse 4.2) IDE 开始表现得很奇怪。按下 file2 中的删除按钮会删除 file1 中的内容。我试图恢复所有设置和键绑定,但它的行为仍然相同。如果有人遇到此问题并解决了它,请帮助我。

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.rcp.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Djava.net.preferIPv4Stack=true
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=256m
-Xms1024m
-Xmx2046m
-XX:-UseParallelGC 
-XX:+AggressiveOpts 
-XX:-UseConcMarkSweepGC 
-XX:+UseFastAccessorMethods

从日志文件中添加错误:

!MESSAGE A conflict occurred for ALT+SHIFT+D R:
Binding(ALT+SHIFT+D R,
    ParameterizedCommand(Command(org.eclipse.rap.ui.launch.RAPLaunchShortcut.debug,Debug RAP Application,
        Debug RAP Application,
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        org.eclipse.ui.internal.MakeHandlersGo@655538e5,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
Binding(ALT+SHIFT+D R,
    ParameterizedCommand(Command(org.eclipse.wst.server.launchShortcut.debug,Debug on Server,
        Debug the current selection on a server,
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        org.eclipse.ui.internal.MakeHandlersGo@3e0a765c,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2012-08-27 09:51:34.156
!MESSAGE A conflict occurred for ALT+SHIFT+X R:
Binding(ALT+SHIFT+X R,
    ParameterizedCommand(Command(org.eclipse.rap.ui.launch.RAPLaunchShortcut.run,Run RAP Application,
        Run RAP Application,
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        org.eclipse.ui.internal.MakeHandlersGo@20e0b1d6,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
Binding(ALT+SHIFT+X R,
    ParameterizedCommand(Command(org.eclipse.wst.server.launchShortcut.run,Run on Server,
        Run the current selection on a server,
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        org.eclipse.ui.internal.MakeHandlersGo@7fbb6976,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
4

1 回答 1

0

老实说,我不知道如何解决这个问题,但我不会因为这类问题而浪费时间,并且:

  • 创建新工作区
  • 安装您喜欢的插件
  • 导入现有项目/重新创建它们

我认为那里存在真正的挑战,您的时间值得合理利用。

否则,您可能会陷入无法使用的 IDE 的恼人行为中

对我来说,大多数时候,当我遇到太多麻烦时,没有其他人面临这种​​方法(可能是最后的选择)有效:)

于 2012-08-27T19:15:13.880 回答