Source insight4.0上配置Astyle
Posted seamoon23
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Source insight4.0上配置Astyle相关的知识,希望对你有一定的参考价值。
1、在Souce insight上选择Tools->Custom Commands,点击Add,输入Astyle,点击OK。
2、在Run中输入C:AStyleinAStyle.exe --style=ansi -S -N -L -xC80 -z2 --convert-tabs -H -p -U --align-pointer=name --quiet --suffix=none %f
3、在Source insight选择Options->Menu Assignments,在Command中选择Astyle,在Menu中选择View,在Menu Contents中选择Toolbars,然后点击Insert
点击Insert,点击OK,完成。
4、在Source insight中选择Options->Key Assignments,在Command中选择Astyle,点击Assign New Key,然后输入一个快捷键
以上是关于Source insight4.0上配置Astyle的主要内容,如果未能解决你的问题,请参考以下文章
关于在ubuntu下将vim配置成source insight