用myeclipse打开html,jsp等页面时,有的是默认用可视化编辑器打开的,这样版面又乱,打开又慢,真是鸡肋。不如通过设置去掉。
方法如下:
1,选择菜单: windows -> preferences
2,在弹出窗口中选择General-> Editors -> File Associations
3,在上方框内选择*.jsp(或*.html),在下方框内选择MyEclipse JSP Editor(或MyEclipse html Editor),按Default即可。
若要打开,则在下方框内选择MyEclipse Visual JSP Designer(或 MyEclipse Visual html Designer)即可。
转载于:https://blog.51cto.com/xuehanlee/1641884