Saturday, July 3, 2010

What Button Available in 'Tool' Toolbar?

If a project has been configured to be compilable (Project Settings dialog) the build toolbar may be used to execute compile/build functions on the files associated with the active project.

The Build toolbar includes the following items:

presents Project Settings dialog
 * Build Mode
sets Build mode to "Debug" or "Release"
 * Compile
saves the active document if needed and then compiles it. If a compiler is not selected or the compiler options are not set for the project the Select Compiler dialog is displayed, then the Project Settings dialog is displayed and then the Compile process is started.
 * Build
saves the active document if needed and builds the project target(s). If the compiler is not set for the project or project settings are not saved it will work in the same way as the Compile command.
 * Stop Build
stops running build process
 * Run App
runs the application created with the selected compiler or invokes the build process first if the application does not yet exist
 * Rebuild All
removes all files created by the compiler and then builds the project
 * Commands
presents a popup menu with a variable number of items depending on the compiler configuration that is used and which commands are set for this compiler's configuration

* Please note: These features are only supported in UEStudio, and not in UltraEdit.