CS+ can automatically start a build when one of the following events occurs (rapid build function).
When any one of the following files that are added to the project is updated: |
When you have edited and saved the C source file, C++ source file, assembler source file and header file that are added to the debug-dedicated project |
When a C source file, C++ source file, assembler source file, or header file has been added to or removed from the debug-dedicated project |
If a rapid build is enabled, it is possible to perform a build in parallel with the above operations.
To enable/disable a rapid build, select [Rapid Build] from the [Build] menu. A rapid build is enabled by default.
When an external text editor is used, check the [Observe registered files changing] check box on the [General - Build] category in the Option dialog box to enable this function. |
After editing source files, it is recommend to save frequently by pressing the [Ctrl] + [S] key. |
Enable/Disable setting of the rapid build applies to the entire project (main project and subprojects). |