问题描述
我有一个大问题.当我使用 + / + 键进行任何复制/粘贴时,Eclipse挂断了./p>
是由于Eclipse验证代码系统造成的吗?
我在Eclipse设置中弄乱了吗?
这是我的朋友:
- Eclipse 3.4.2
- 插件RSE
- Windows XP pro Service Pack 2
- Java VM版本= 1.5.0_11-b03
禁用Hyperlinking
可以解决此问题.如果您仍然想使用超链接,也可以将Default modifier key
更改为以外的其他内容.
转到窗口-> 首选项-> 常规-> 编辑器-> 文本编辑器-> 超链接,然后取消选中Enable on demand hyperlink style navigation
或更改Default modifier key
.
I have a big problem. Eclipse is hanging up when I do any copy/paste with + / + keys.
Is it due to the Eclipse validation code system?
Do I mess something in my Eclipse setting?
Here is my conf :
- Eclipse 3.4.2
- Plugin RSE
- Windows XP pro Service Pack 2
- Java VM version = 1.5.0_11-b03
Disabling Hyperlinking
fixed this for me. You could also just change the Default modifier key
to something other than 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在复制/粘贴代码时挂起的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!