简体   繁体   English

键盘在ubuntu中的Eclipse IDE中无法正常工作

[英]keyboard doesn't work properly in eclipse ide in ubuntu

I don't know why my juno (eclipse 4.2) IDE started behaving very wierd. 我不知道为什么我的juno(Eclipse 4.2)IDE表现得很奇怪。 Pressing delete button in file2 deletes content in file1. 在文件2中按删除按钮将删除文件1中的内容。 I tried to restore all the settings and key bindings but still it behaves the same. 我尝试还原所有设置和键绑定,但仍然表现相同。 Please help me if someone had this issue and resolved it. 如果有人遇到此问题并解决了,请帮助我。

-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

adding errors from log file : 从日志文件添加错误:

!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)

Honestly, I have no clue how to fix that, but I would not loose the time with this type of problems and: 老实说,我不知道如何解决该问题,但是我不会为此类问题而花时间:

  • create the new workspace 创建新的工作区
  • install plugins of your preference 安装您喜欢的插件
  • import existing projects/recreate them 导入现有项目/重新创建它们

I think there are real challenges out there, and your time is worth to use reasonably. 我认为确实存在挑战,您的时间值得合理利用。

Otherwise you might get stuck in the irritating behavior of the non-usable IDE 否则,您可能会陷入无法使用的IDE的烦人行为

For me, the most of the time, when I'm too much in the trouble noone else is facing this method (possibly as the last option) works :) 对我来说,大多数时候,当我陷入困境时,没有其他人会遇到这种方法(可能是最后一种选择):)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM