|
在CodeGuide中整合使用SourceFormatX原始碼美化工具 |
|
|
|
|
|
在CodeGuide中整合使用SourceFormatX原始碼美化工具
下面的用法說明詳細講述了如何將 SourceFormatX 原始碼美化工具的命令列工具整合到 CodeGuide Java IDE 程式編輯器中並在其內快速美化和縮排Java原始碼與程式碼檔案。我們使用的是 CodeGuide Version 6.0 試用版,如果您使用的是 CodeGuide 的新版本或者舊版本,某些功能可能會和我們的描述與截圖略有不同。
|
Add a Tool Menu that will invoke SourceFormatX
1. Click "Tools" -> "Configure Tools...".
2. Then, fill in the form as show below: (Assuming you installed SourceFormatX in C:\Program Files\SourceFormatX\)
- Name: SourceFormatX
- Kind: Tool for files
- Executable: "C:\Program Files\SourceFormatX\SourceFormatX.exe"
- Working Directory: "C:\Program Files\SourceFormatX\"
- Arguments: "$FILE_PATH$"
- File patterns: *.*
- Behavior: Default
3. Click "OK" button to save settings.
You may now invoke SourceFormatX command line tool by this way:
1. By clicking "Tools" -> "SourceFormatX".
不要再浪費時間手工整理原始碼了!現在就下載 SourceFormatX 原始碼美化工具來體會全自動快速整理程式碼的快樂吧!
|