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 ECDSAwithSHA256 签名长度不一致 2022-01-01
- 将 double 转换为 Int,向下舍入 2022-01-01
- 在java中使用xpath和selenium解析HTML表格数据 2022-01-01
- 如何在相机中应用自定义滤镜 [Surfaceview 预览]. 2022-01-01
- JPA惰性列表上的流 2022-01-01
- 将 Windows 证书导入 Java 2022-01-01
- 控制台应用程序中的 Java 键盘输入解析 2022-01-01
- Maven:无效的目标版本:10 2022-01-01
- 在springboot中如何给mybatis加拦截器 2023-04-29
- doFilter()是在servlet的工作完成之前还是之后执行的? 2022-01-01
