在 Eclipse 中禁用除 Java 之外的任何其他编辑器的着色
在 Eclipse 中,如何禁用除 Java 之外的其他所有内容的自定义主题颜色?
In Eclipse, how do I disable the custom theme colours for everything else other than Java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在文件的上下文菜单中选择“使用 -> 文本编辑器打开”,则可以使用文本编辑器打开文件(不突出显示语法)。下次您打开该文件时,Eclipse 将记住您的选择。
要更改某种文件类型的默认编辑器,可以在 Eclise 偏好设置中(在“文件关联”中)。
You can open a file with the text editor (without syntax highlighting) if you choose "open with -> text editor" in the contextual menu of the file. Your choice will be remembered by Eclipse the next time you'll open that file.
To change the default editor for a type of file, it's possible in the Eclise preferencves (in "File Associations").