【转】SourceInsight 中集成Artistic Style 格式化代码

下载地址php

http://sourceforge.net/project/showfiles.php?group_id=2319l.net

Windows平台下也有好多人都喜欢用SourceInsight编辑C/C++程序,
可是SourceInsight没有提供对代码格式化的功能,
若是将Artistic Style集成到SourceInsight中,那就能够为它扩展出代码格式化的功能了。get

假定AStyle.exe的目录是“C:\ArtisticStyle\”,在该目录下有一个“c.opt”文件是用来保存配置的文件。
下面简要地介绍下Artistic Style集成到SourceInsight中的方法。
1. 打开你的SourceInsight, 选择菜单“Options-->Custom Commands-->Add”, 输入Artistic Style(能够随便输入一个名字)。
2. Run中输入: C:\ArtisticStyle\Astyle.exe --options=c.opt %f
3. Dir留空,将Iconic Window, Capture Output, Parse Links in OutPut, File,then Line 四项前打上勾。
4. 而后点对话框中右侧的按钮“Menu”, Menu--->Menu-->View--><end of menu>, 右侧Insert, OK.
5. 此时在SourceInsight中的View菜单下多了个Style的子菜单选项,能够用它来对单个C/C++文件进行格式化。io

相关文章
相关标签/搜索