3 Creating Application Software
3.3 Outline of MotoPlus IDE
3-4
HW1484528
HW1484528
3.3 Outline of MotoPlus IDE
The left pane of MotoPlus IDE contains the project tree. This lists all
source files, header files, and library files that will be compiled when the
project is built. To edit a file that is in the project tree, double-click the
filename, then the contents of the file appears as a new tab in the source
editor window. See fig. 3-1 “Main interface for MotoPlus IDE” .
Fig. 3-1: Main interface for MotoPlus IDE
Right-click on the project tree to show the following options:
1. Remove a file from the project
2. Create sub-folders to organize files (click and drag files to move them
to a new folder)
3. Add files to the project (new or existing)
4. Add MotoPlus libraries to the project
5. Compile the code and build your program
The source editor has the following features:
• Automatic syntax highlighting of keywords
• Automatic indenting
• Undo/redo up to 50 actions
• Tab for each open document for easy navigation between files
• Right-click menu to instantly open the header file that has been
included
• Search for text in the entire project