Eclipse安装各种语法高亮编辑器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse安装各种语法高亮编辑器相关的知识,希望对你有一定的参考价值。

安装shell语法高亮编辑器Shelled
Help --> Install New Software --> Add, Location:http://www.chasetechnology.co.uk/eclipse/updates

修改shell文件的默认打开方式
window-preference --> General-Editors --> File Associator


安装万能的语法高亮编辑器Colorer,支持过百种语法
Help --> Install New Software --> Add, Location:http://colorer.sf.net/eclipsecolorer/

修改文件的默认打开方式
window-preference --> General-Editors --> File Associator
安装插件之后,大部分常见的文件类型(识别文件后缀)都被Colorer Take识别到了,语法高亮很好看。但是,虽然声称支持的语法过百种,实际在文件默认打开方式的设置中,可供选择的打开方式并不多(Colorer主要提供Colorer Editor编辑器,根据文件后缀自动识别文件类型并提供语法高亮支持,对于不常见文件类型,例如*.q,Colorer Editor不能把它识别为Sql文件,Colorer也没有提供另外的Sql Editor)


安装Sql的语法高亮编辑器DBviewer,同时它也是一个数据库管理器
Help --> Install New Software --> Add, Location:http://www.ne.jp/asahi/zigen/home/plugin/dbviewer/

修改文件的默认打开方式
window-preference --> General-Editors --> File Associator


以上是关于Eclipse安装各种语法高亮编辑器的主要内容,如果未能解决你的问题,请参考以下文章

常用eclipse插件有哪些

eclipse html插件的下载和安装

eclipse html插件的下载和安装

*nix Eclipse Shell 编辑器

浅谈JDK8相对于JDK7的一些新特性

Eclipse 语法高亮显示:尝试为新文件扩展名指定它,但它不起作用