eclipse 如何禁用 MyEclipse 可视化 HTML 设计器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1677542/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 14:06:49  来源:igfitidea点击:

How to disable MyEclipse visual HTML designer

eclipsemyeclipse

提问by Pops

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.

当我在 MyEclipse 中打开 HTML 文件或对已打开的文件进行重大更改时,我的计算机会出现几秒钟的延迟。我怀疑是可视化 HTML 设计器的 WYSIWYG 部分负责;有没有办法关闭它但保留颜色编码的文本编辑器/格式化程序?我也不关心“预览”功能,如果这有区别的话。

回答by Imran

I have faced the same issue. Go to Window > Preferences > General > Editors > File Associationsand pick the file extension for which you would like to disable/enable the designer. Hope that works for you.

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

回答by pintu

Make Default MyEclipse Jsp Editor for opening jsp files without Visual Designer Go to

使默认 MyEclipse Jsp 编辑器用于在没有可视化设计器的情况下打开 jsp 文件

WIndow > Prefs > General > Text Editors > File Associations

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

1-Click on File Associations -

1-单击文件关联 -

2-select file type for whom you want to change Editor-

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

3-Select Myeclipse Jsp Editor as default

3-默认选择Myeclipse Jsp Editor

Same way you can adjust any files types Editors

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

adjust the default editor for the file types like .jsp, .jspf, .jspx and so on to use the non-visual editor.

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