|
Integrate SourceFormatX Into EditPad |
|
| |
|
|
Format Source Code within EditPad
The following instructions allow you to format, beautify and indent the current open source code file
in EditPad Text Editor using
SourceFormatX code formatter command line tool. We
used a free trial version of EditPad Pro Version 6.1.2, so if you use an older or even a newer version
then several screenshots or menu items may differ from our description.
|
Add a Tool Menu that will invoke SourceFormatX
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".
Like to format source code automatically? Download SourceFormatX to format and beautify all your source code!
|