|
Integrate SourceFormatX Into Dev-C++ |
|
| |
|
|
Format Source Code within Dev-C++
The following instructions allow you to format and indent the current open C/C++ source code file
in Dev-C++ (DevC++) using
SourceFormatX C/C++ Code Formatter command line tool.
We used a free version of Dev-C++ Version 4.9.9.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 Formatter
1. Click "Tools" -> "Configure Tools...".
2. Click the "Add" button to add a new tool.
3. Assuming you installed SourceFormatX in C:\Program Files\SourceFormatX\, fill in the form as show below:
- Title: SourceFormatX
- Program: C:\Program Files\SourceFormatX\SourceFormatX.exe
- Working Directory: C:\Program Files\SourceFormatX\
- Parameters: "<SOURCENAME>"
4. Click "OK" button to save settings.
You may now invoke SourceFormatX command line tool by this way:
1. By clicking "Tools" -> "SourceFormatX".
Don't waste time on formatting C/C++ code manually any more! Download SourceFormatX formatter to format C and C++ code!
|