|
在IntelliJ IDEA中整合使用SourceFormatX原始碼美化工具 |
|
|
|
|
|
在IntelliJ IDEA中整合使用SourceFormatX原始碼美化工具
下面的用法說明詳細講述了如何將 SourceFormatX 原始碼美化工具的命令列工具整合到 IntelliJ IDEA 整合開發環境中並在其內快速美化和縮排 Java 原始碼與程式碼檔案。我們使用的是 IntelliJ IDEA 3.0 試用版,如果您使用的是 IntelliJ IDEA 的新版本或者舊版本,某些功能可能會和我們的描述與截圖略有不同。
|
Add a Tool Menu that will invoke SourceFormatX formatter
1. Click "Options" -> "External Tools".
2. Click "Add..." button, then click "External Tools".
3. Please fill in the form as show below: (Assuming you installed SourceFormatX code beautifier in C:\Program Files\SourceFormatX\)
- Name: SourceFormatX
- Description: Format Current File With SourceFormatX
- Program: C:\Program Files\SourceFormatX\SourceFormatX.exe
- Parameters: "$FilePath$"
- Working Directory: C:\Program Files\SourceFormatX\
4. Click "OK" button to save settings.
Add a keymapping so you can invoke SourceFormatX using Ctrl+T
1. Click "Options" -> "Keymap".
2. Click the default keymap, then press "Copy". Name your new keymap something like My Keymap.
3. In the "Action" column, expand the External Tools tree node, select the "Shortcuts" cell in the "SourceFormatX" row.
4. Then, please define your keymap as show below:
You may now invoke SourceFormatX command line tool by two ways:
1. Using Ctrl+T
2. By clicking "Tools" -> "SourceFormatX".
不要再浪費時間手工整理原始碼了!現在就下載 SourceFormatX 原始碼美化工具來體會全自動快速整理程式碼的快樂吧!
|