当前位置: 代码迷 >> Eclipse >> 解决Eclipse开发时光标乱跳的有关问题(转)
  详细解决方案

解决Eclipse开发时光标乱跳的有关问题(转)

热度:52   发布时间:2016-04-23 01:15:20.0
解决Eclipse开发时光标乱跳的问题(转)

使用myeclipse时有不少人碰到鼠标乱跳的问题,找了几个方法,大家试试看吧

方法1:

打开window--Preferences--MyEclipse--Files and Editors--HTML--Visual Designer ,把 Manually refresh design view when not synchronized 选项勾上。

方法2:

在 MyEclipse 工具栏中依次选择 Window ---- Preferences ---- MyEclipse

1) 在 validation 中将 suspend all validation 勾上

2)Files and Editors ---- JSP ----- 将 validate JSP fragments 去掉勾

方法3:

换一个编辑器吧!

window-->preferences-->General-->Editors-->File Association-->*.jsp

然后在对应的 Associated editors: 下选择不带视图的即可!然后点击 default

  相关解决方案