| Item | Shortcut | Description |
| Compile | Compiles the active document using the selected toolkit. | |
| Build | Builds the current project. All source files are compiled and resultant object files are combined to generate an output (Hex Format) file. | |
| Goto Next Error | F4 | Goes to the next error line in the source file. |
| Goto Prev Error | SHIFT + F4 | Goes to the previous error line in the source file. |
| Start Debug | Starts debugger/simulator | |
| Download | CTRL + D | Downloads the output of the current project to a target board. |