2012-08-24 60 views
1

我不知道爲什麼我的juno(eclipse 4.2)IDE開始表現得非常惡劣。按下file2中的刪除按鈕將刪除file1中的內容。我試圖恢復所有的設置和鍵綁定,但它仍然表現相同。如果有人遇到這個問題並解決問題,請幫助我。鍵盤在ubuntu中的eclipse IDE中無法正常工作

-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), 
     [email protected], 
     ,,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), 
     [email protected], 
     ,,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), 
     [email protected], 
     ,,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), 
     [email protected], 
     ,,true),null), 
    org.eclipse.ui.defaultAcceleratorConfiguration, 
    org.eclipse.ui.contexts.window,,,system) 
+0

你是否面對新安裝的eclipse和新工作區的問題? –

+0

我今天在新的工作區嘗試過,它工作正常。但與我目前的項目工作區它的行爲非常奇怪有時它確實說文件不存在和鍵盤不能正常工作..不知道錯誤在哪裏。 – NStackOverflow

+0

編輯並添加來自日誌文件的錯誤。 – NStackOverflow

回答

0

老實說,我不知道如何解決,但我不會使用這種類型的問題,失去的時間和:

  • 創建新工作區
  • 安裝插件的您的首選項
  • 導入現有項目/ recre吃他們

我認爲有真正的挑戰,你的時間值得合理使用。

否則你可能會停留在無法使用的IDE

對我來說,大部分時間的刺激行爲,當我太多的麻煩還有沒有人面臨這種​​方法(可能最後一個選項)的作品:)

+0

謝謝彼得的幫助。我會按照你的建議。 – NStackOverflow

相關問題