作者IMonster (Yujou)
站内Programming
标题Re: [问题] 关於VC++的SourceCode Formatter
时间Thu Mar 27 20:18:45 2008
※ 引述《machette (:()》之铭言:
: 我用SourceFormatX觉得不错, 但遇到下面MS的macro会有问题
: BEGIN_MESSAGE_MAP( ... , ... )
: ON_NOTIFY_REFLECT(...)
: ...
: END_MESSAGE_MAP()
: 会变成:
: BEGIN_MESSAGE_MAP( ... , ... )ON_NOTIFY_REFLECT(...)...END_MESSAGE_MAP()
: 我找不到相关的设定, 能改吗?
: 或是有人有推荐用的SourceCode "Formatter"吗?
: 谢谢
我这几天刚好也在找
目前我用过两个 Astyle, GC
(批次处理的话我是自己写个python去执行)
AStyle:
http://astyle.sourceforge.net/
C++ Code Export: (底层用的是GC)
http://www.topshareware.com/C++-Code-Export-download-42942.htm
GC (Great Code)
http://sourceforge.net/projects/gcgreatcode/
刚刚又找到一个新的 改天试试看
UniveralIndent
http://sourceforge.net/projects/universalindent/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.229.116.64