Build Menu
- Compile - compile selected object. If a folder is selected, compile all sources in that folder that are uncompiled or have been modified since the last compilation.
- Compile All - recursively compile (compile all uncompiled or out-of-date files in a folder and all its sub-folders).
- Build - force compilation of all classes, whether current or not.
- Build All - recursively build; build a folder and all its subfolders.
- Clean - delete all
.class
files in the selected package.- Clean All - recursively delete all
.class
files in the selected package and its sub-packages.- Stop Compilation - stop the current compilation process.
- Next Error - jump to the next error in the Output Window.
- Previous Error - jump to the previous error in the Output Window.
- Set Arguments - set command line arguments to be passed to an executed application. (May also be set in the
Arguments
property under the Execution tab of the property sheet of the class).- Execute - execute the selected object.
Contents | Prev | Next | Index |