| New, open and revert to saved |
| Save, Save As and
add the current editor buffer to the current project
(leds will use the project, module declaration and the file name to
create the new file on the right director of the curent project) |
| Undo and Redo |
| Find & Replace and Goto line |
|
- Execute the build for the project
- left click will execute the external build
(defined on the project.properties.build) - right click will popup a menu with all the build targets for the current project
(defined on the project.properties.targets)
- Runs the project
- left click will execute the external execute
(defined on the project.properties.build) - right click will popup a menu with all the runnable targets for the current project
(defined on the project.properties.targets)
- Interrupts (not implemented)
|
| Quick find (backwards and forward)
if threre is any selected text on the current buffer it will be
copied to the find combo box before starting the search
the find combo box stores the recent find strings |
| Selected syntax highlight (D and Makefile) |