Eclipse CDT XML(非 C++)文件中的拼写检查
Eclipse CDT spell-check in XML (non-C++) files
在 CDT 的 Eclipse Oxygen 中,我可以为
下的大多数文件类型配置拼写检查
Preferences > General > Editors > Text Editors > Spelling
但是对于显然在 "Structured Text Editor" 中打开的 XML 文件,我找不到这样的选项。
这是隐藏在某个地方还是被一个好的插件覆盖了?
更新
"Structured Text Editor" 的 user guide mentions 拼写检查,但与实际的 UI 不匹配; "Window > Preferences > Spell Check" 既不存在,也不存在 "Edit > Spell Check":
编辑:
似乎是已知错误/功能请求:
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=185695
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=521658
可能在顶部安装 Java 工具会解决问题。
没有帮助:
eclipse help中有一篇文章介绍这个:
http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.wst.sse.doc.user%2Ftopics%2Ftsrcedt010.html
Eclipse 还应该有一个 "Open With" 上下文菜单条目,您可以通过它打开一个文本文件,并进行拼写检查。
在 CDT 的 Eclipse Oxygen 中,我可以为
下的大多数文件类型配置拼写检查Preferences > General > Editors > Text Editors > Spelling
但是对于显然在 "Structured Text Editor" 中打开的 XML 文件,我找不到这样的选项。
这是隐藏在某个地方还是被一个好的插件覆盖了?
更新
"Structured Text Editor" 的 user guide mentions 拼写检查,但与实际的 UI 不匹配; "Window > Preferences > Spell Check" 既不存在,也不存在 "Edit > Spell Check":
编辑: 似乎是已知错误/功能请求:
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=185695
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=521658
可能在顶部安装 Java 工具会解决问题。
没有帮助:
eclipse help中有一篇文章介绍这个: http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.wst.sse.doc.user%2Ftopics%2Ftsrcedt010.html
Eclipse 还应该有一个 "Open With" 上下文菜单条目,您可以通过它打开一个文本文件,并进行拼写检查。