如何禁用 MyEclipse 可视化 HTML 设计器
当我在 MyEclipse 中打开 HTML 文件或对已打开的文件进行重大更改时,我的计算机会滞后几秒钟。我怀疑可视化 HTML 设计器的所见即所得部分负责;有没有办法关闭它但保留颜色编码的文本编辑器/格式化程序?我也不关心“预览”功能,如果这有什么区别的话。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也遇到过同样的问题。转到
窗口>首选项>一般>编辑>文件关联
并选择您要禁用/启用设计器的文件扩展名。希望这对你有用。I have faced the same issue. Go to
Window > Preferences > General > Editors > File Associations
and pick the file extension for which you would like to disable/enable the designer. Hope that works for you.制作默认的 MyEclipse Jsp 编辑器,以便在没有 Visual Designer 的情况下打开 jsp 文件
转到
窗口>首选项>一般>文本编辑器>文件关联
1 - 单击“文件关联” -
2 - 选择要更改编辑器的文件类型 -
3 - 选择 Myeclipse Jsp 编辑器作为默认编辑器
您可以以相同的方式调整任何文件类型 编辑器
为 .jsp 等文件类型调整默认编辑器、.jspf、.jspx 等以使用非可视化编辑器。
Make Default MyEclipse Jsp Editor for opening jsp files without Visual Designer
Go to
WIndow > Prefs > General > Text Editors > File Associations
1-Click on File Associations -
2-select file type for whom you want to change Editor-
3-Select Myeclipse Jsp Editor as default
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.