让MyEclipse编辑器光标不乱跑的 ...
在MyEclipse 写JSP文件时,光标时不时的从当前位置跳到另一个位置,既影响心情,又影响效率,今天终于找到了解决办法:
方法1:关掉已经打开的文档,在左边右键要编辑的文档目录,选择“open with”--选择使用“MyEclipse JSP Editor”方式打开。
方法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: 下选择不带视图的即可 ...