当前位置: 代码迷 >> Eclipse >> 有哪位高手用eclipse+cdt的?有个有关问题。另求C++ Formatter
  详细解决方案

有哪位高手用eclipse+cdt的?有个有关问题。另求C++ Formatter

热度:402   发布时间:2016-04-23 18:55:19.0
有谁用eclipse+cdt的?有个问题。另求C++ Formatter
写java有javadoc
在eclipse中写C++有没相应的Cdoc呢?
有没把C++注释也生成注释文档,甚至html,甚至自动帮助生成注释的工具?
谢谢~!!


另求C++   Formatter!!
E-mail:yihongg001@yahoo.com.cn

------解决方案--------------------
用Astyle,这是一个开源软件,下载
地址:http://umn.dl.sourceforge.net/sourceforge/astyleclipse/astyleclipse-1.0.101.v200610192129.zip

把ZIP文件解压至Eclipse\下,同时中的拷贝net.sourceforge.astyleclipse_1.0.101\astyleclipse.jar至plugins\下,重启Eclipse,此时设置C++ CodeFormat为Astyle,设置Astyle的风格为你所要的风格,(有kr,linux,kde,gnu,ansi几种)在C或C++文件中用 "ctrl+alt+F "就可格式化你的源代码。
  相关解决方案