Delete/Copy/Paste do not work in Eclipse Juno

时光毁灭记忆、已成空白 提交于 2019-12-24 14:00:26

问题


It seems to be a similar problem as the one described in Eclipse cut/copy/paste not working. However, the problem does not seem to be related to CodePro AnalytiX plugin.

At some point after process of debugging, copy&paste and delete keys do not work. Also from Edit menu these options are hidden.

After restart of Eclipse everything works fine again.

System : Windows 7 Enterprise, SP1
Eclipse Juno Service Release 2, updated.

A hint given in Eclipse Forum, e.g. remove key bindings in Eclipse, does not seem to be a solution because it just removes these shortcuts.


回答1:


This is more often than not a memory issue and I had it recently also. I resolved it by doing the following:

  1. Open the eclipse.ini in the root of your Eclipse installation
  2. Increase you memory to at least more than you have now, for example

-XX:MaxPermSize=256m -Xms40m -Xmx1024m

This worked for me...



来源:https://stackoverflow.com/questions/16208300/delete-copy-paste-do-not-work-in-eclipse-juno

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!