如何使用程式碼美化器Uncrustify (How to use code beautifier Uncrustify)

pamxy發表於2013-07-25

轉自:http://www.cnblogs.com/muzizongheng/archive/2013/07/04/3170864.html

1.下載NodePad++,

2.選擇選單Plugins/Plugin Manager/Show Plugin Manager
3.勾選UniversalIndentGUI,點選Install
4.下載uncrustify
5.整合uncrustify到Visual Studio裡:
1)選擇Tools/External Tools...
2) 點選Add,記得勾選Use Output window
     Title:uncrustify;
     Command:路徑\uncrustify.exe; 
     Arguments:-c 路徑\你的配置檔案.cfg --no-backup  $(ItemPath)
     

6.利用NodePad++來修改Uncrustify的配置:
1)選擇選單Plugins/UniversalIndentGUI/Show Parameter Settings,開啟Uncrustify的配置介面
2)用NodePad++來開啟一個測試的C++檔案或者C#檔案
3)在UniversalIndentGUI配置裡修改相應引數,選擇選單Plugins/UniversalIndentGUI/Indent text,  檢視測試檔案的程式碼風格是否符合你的要求, 修改相應配置項直到你滿意為止。 
4)到NodePad++的安裝目錄C:\Program Files (x86)\Notepad++\plugins\uigui\config,把uncrustify.cfg的內容拷貝到vs裡uncrustify的配置檔案裡。

相關文章