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 挂起


- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01