|
在Eclipse中整合使用SourceFormatX原始碼美化工具 |
|
|
|
|
|
在Eclipse中整合使用SourceFormatX原始碼美化工具
下面的用法說明詳細講述了如何將 SourceFormatX 原始碼美化工具的命令列工具整合到 Eclipse Java IDE 整合開發環境中並在其內快速美化和縮排 Java 和 C/C++ 原始碼與程式碼檔案。我們使用的是 Eclipse 3.1 免費版,如果您使用的是 Eclipse 的新版本或者舊版本,某些功能可能會和我們的描述與截圖略有不同。
|
Add a Tool Menu that will invoke SourceFormatX
1. Click "Run" -> "External Tools" -> "External Tools...".
2. Please fill in the form as show below: (Assuming you installed SourceFormatX code beautifier in C:\Program Files\SourceFormatX\)
- Name: SourceFormatX
- Location: C:\Program Files\SourceFormatX\SourceFormatX.exe
- Working Directory: C:\Program Files\SourceFormatX
- Arguments: "${resource_loc}"
3. Select "Refresh" page, set the settings as show below:
4. Click "Apply" button to save settings, then click "Close" button to close dialog box.
You may now invoke SourceFormatX command line tool by this way:
1. By clicking "Run" -> "External Tools" -> "SourceFormatX".
不要再浪費時間手工整理原始碼了!現在就下載 SourceFormatX 原始碼美化工具來體會全自動快速整理程式碼的快樂吧!
|