User Interface > Menus and Actions
Menu Bar Navigation
File Menu Actions
| Name |
Description |
Shortcut |
| New File |
Create a new file. |
|
| New Folder |
Create a new folder. |
|
| Open File... |
Open a file. |
|
| Save |
Save the content of the current editor. Disabled if the editor does not contain unsaved changes. |
Ctrl + S |
| Save As... |
Save the content of the current editor under a new name. |
|
| Save All |
Save the content of all editors with unsaved changes. Disabled if no editor contains unsaved changes. |
Ctrl + Shift + S |
| Exit |
Exit CoBuilder. |
|
View Menu Actions
| Name |
Description |
Shortcut |
| Repository |
Open Repository View. |
|
Project Menu Actions
| Name |
Description |
Shortcut |
| New Project |
Create a new Project and close the current project. |
|
| Open Project... |
Show a dialog that can be used to select an existing project. |
|
| Save Project As |
Save the current project under a new location. |
|
| Close Project |
Close the current project. |
|
| Configuration |
Open the current project configuration page (Open builder.xml of the current project in Editor). |
|
Build Menu Actions
| Name |
Description |
Shortcut |
| Build |
Build the currently selected project. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files. |
|
| Rebuild |
Rebuild all files of the current project. |
|
| Clean |
Delete the intermediate files of the project target. |
|
Debug Menu Actions
| Name |
Description |
Shortcut |
| Debug |
Open Codebuger to debug the current project. |
|
About Menu Actions
| Name |
Description |
Shortcut |
| About CoBuilder |
Display CoBuilder version number and license information. |
|
|
|