复制/粘贴代码时 Eclipse 挂起

2022-01-16 00:00:00 eclipse-plugin eclipse eclipse-3.4

我有一个大问题.当我使用 Ctrl+C/Ctrl+V 键进行任何复制/粘贴时,Eclipse 会挂断.

I have a big problem. Eclipse is hanging up when I do any copy/paste with Ctrl+C / Ctrl+V keys.

是不是因为Eclipse的验证码系统?

Is it due to the Eclipse validation code system?

我的 Eclipse 设置有什么问题吗?

Do I mess something in my Eclipse setting?

这是我的会议:

  • Eclipse 3.4.2
  • 插件 RSE
  • Windows XP pro Service Pack 2
  • Java 虚拟机版本 = 1.5.0_11-b03

推荐答案

禁用 Hyperlinking 为我解决了这个问题.如果您仍想使用超链接,也可以将 Default 修饰键 更改为 CTRL 以外的其他内容.

Disabling Hyperlinking fixed this for me. You could also just change the Default modifier key to something other than CTRL if you still want to use hyperlinking.

转到窗口 -> 首选项 -> 常规 -> 编辑器 -> 文本编辑器 -> 超链接并取消选中启用按需超链接样式导航或更改默认修饰键.

Go to Window -> Preferences -> General -> Editors -> Text Editors -> Hyperlinking and either uncheck Enable on demand hyperlink style navigation or change Default modifier key.

相关文章