User manual
UM0036 Your STVD graphical environment
Doc ID 7705 Rev 11 43/385
Depending on the element that you select in the Workspace window (workspace, project,
folder, file), you will also find in the contextual menu the commands listed in Table 14.
3.5 Editor windows
STVD’s integrated text editor helps you edit source files by providing advanced editing and
navigation features. In addition, its full integration into the STVD environment makes it a
powerful tool during debugging for controlling and viewing the execution of your application.
Table 14. Window-specific contextual menu commands
Command Description
Workspace contextual menu
Add new Project to
Workspace
Opens the New Project Wizard, which leads you through the process of
setting up a new project in the current workspace (see Creating new projects
on page 80).
Insert Project into
Workspace
Opens browse window from which you can search for existing project files
(.stp, .mak) to insert in the current workspace (see Loading an existing
project on page 80).
Project contextual menu
Build
Compiles, assembles and links the source code in the selected project (see
Build commands on page 158).
Clean
Removes files generated by previous builds of the selected project (see Build
commands on page 158).
New folder
Opens the dialog box for creating a new folder (see Build commands on
page 158).
Add Files to Project
Opens a browse window from which you can search for existing source (.c,
.cpp, .cxx, .s, .spp, .asm) and include files (.h, .hpp, .hxx, .inc) to
insert in the current project (see Adding and removing folders and files on
page 83).
Set as active project
In a workspace that contains more than one project, this command allows you
to select the project that you want to build, debug or program to your
microcontroller.
Remove from
Workspace
Deletes the selected project from the workspace (see Adding and removing
folders and files on page 83).
File and Folder contextual menus
Add Files to Folder
Opens a browse window from which you can search for existing source (.c,
.cpp, .cxx, .s, .spp, .asm) and include files (.h, .hpp, .hxx,
.inc) to
insert in the selected folder.
Remove from
Project
Deletes the selected folder from the project. For more information about these
commands, refer to Adding and removing folders and files on page 83.
Open Opens the selected file so you can view it in the Editor window.
Compile
Compiles the selected file. This command is not available for object files in the
Include and External Dependencies folders (see Build commands on
page 158).