16

My computer lags for several seconds when I open an HTML file in MyEclipse, or make a major change to a file that's already open. I suspect that the WYSIWYG part of the visual HTML designer is responsible; is there a way to turn that off but retain the color-coded text editor/formatter? I also don't care about the "preview" feature, if that makes a difference.

4

2 回答 2

37

我遇到了同样的问题。转到Window > Preferences > General > Editors > File Associations并选择您要禁用/启用设计器的文件扩展名。希望这对你有用。

于 2011-01-31T07:04:40.830 回答
0

制作默认 MyEclipse Jsp 编辑器以在没有 Visual Designer 的情况下打开 jsp 文件

窗口 > 首选项 > 常规 > 文本编辑器 > 文件关联

1-单击文件关联-

2-选择要更改的文件类型编辑器-

3-选择 Myeclipse Jsp Editor 作为默认值

同样的方式你可以调整任何文件类型

调整 .jsp、.jspf、.jspx 等文件类型的默认编辑器以使用非可视化编辑器。

于 2016-05-03T05:31:59.293 回答