Project Menus

Project Menu
- Open Project...: open a dialog box to find a project
to load. There will be a prompt to save the current project if it has
been modified.
- Save Project: save the current project information to
the disk.
- Save Project as...: save the current project under a
new name. Normally it is a good idea to keep each project in a separate
directory.
- New Project...: close the current project and open
another.
- Add File...: open a dialog box to select a source
file to add to the project file list.
- Remove File: remove the highlighted file from the
project file list. The file is not deleted from the computer.
- New Source File...: open a dialog box to create a new source file.
The new source file will be added to the project file list and will be opened
in the editor.
- New Inform Box...: open a dialog box to create a new Inform Box file.
The new Inform Box file will be added to the project file list and will be
opened in the Inform Box Editor.
Build Menu
- Build Project: any modified source files or project data is saved
to the disk. The project is then compiled and linked. If
Autoload is
checked and the emulator is open, the project will be loaded if possible,
- Recreate Header: a project.h file is automatically built by Debug4x
for library projects. A header file is not built for other project
types. This menu can force the creation of the header file without building
the full project. This can be useful in large projects or when a
single file will be compiled
instead of the entire project.