|
在EditPad中整合使用SourceFormatX原始碼美化工具 |
|
|
|
|
|
在EditPad中整合使用SourceFormatX原始碼美化工具
下面的用法說明詳細講述了如何將 SourceFormatX 原始碼美化工具的命令列工具整合到 EditPad Text Editor 程式編輯器中並在其內快速美化和縮排原始碼與程式碼檔案。我們使用的是 EditPad 6.1.2 試用版,如果您使用的是 EditPad 的新版本或者舊版本,某些功能可能會和我們的描述與截圖略有不同。
|
Add a Tool Menu that will invoke SourceFormatX code formatter
1. Click "Tools" -> "Configure Tools...".
2. Click the "New" button to add a new user tool.
3. Fill in the form as show below: (Assuming you installed SourceFormatX formatter in C:\Program Files\SourceFormatX\)
- Caption: SourceFormatX
- Hint: (Leave blank)
- Shortcut Key: Ctrl+Shift+T
- Command Line: "C:\Program Files\SourceFormatX\SourceFormatX.exe" "%FILE%"
- Working Folder: "%PATH%"
- File Types: Any file
4. Click "OK" to save settings.
You may now invoke SourceFormatX command line tool by two ways:
1. Using Ctrl+Shift+T
2. By clicking "Tools" -> "SourceFormatX".
不要再浪費時間手工整理原始碼了!現在就下載 SourceFormatX 原始碼美化工具來體會全自動快速整理程式碼的快樂吧!
|