Eclipse hang when copying / pasting code(复制/粘贴代码时 Eclipse 挂起)
问题描述
我有一个大问题.当我使用 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
.
这篇关于复制/粘贴代码时 Eclipse 挂起的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:复制/粘贴代码时 Eclipse 挂起


基础教程推荐
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 大摇大摆的枚举 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01