eclipse 增加cpp 语法高亮插件

由于用于Android开发的Eclipse 不支持cpp 语法高亮,

只要增加如下的插件即可实现漂亮的cpp 语法高亮.

1.下载jar 插件. http://gstaff.org/colorEditor/download.html  下载页面

2.安装插件. 非常简单 直接复制到c:/apps/eclipse/plugins.  重启Eclipse 即可.



Installation is simple.

  1. Drop the jar into your Eclipse plugins directory. (No need to unzip if you're using > Eclise 3.1). For example c:/apps/eclipse/plugins.
  2. Restart Eclipse, once Eclipse is restarted you should be able to use the colorEditor by selecting a file. If there is already a default editor for the file you would like to edit you can right mouse click and choose Open With | Syntax Coloring Editor

附送截图

原文地址:https://www.cnblogs.com/yuzaipiaofei/p/4124099.html