User manual

Your STVD graphical environment UM0036
44/385 Doc ID 7705 Rev 11
This section provides a description of Editor window features, including:
Editor window contextual menu
Editing features
Customizing editor features
For more information about using the Editor window during debugging, refer to Editor debug
actions on page 169.
The integrated Editor windows are client windows that float in the main application window
(see Figure 14 on page 35). When an Editor window is maximized, any other open Editor
windows are hidden and the name of the open application file contained in the maximized
editor window is shown across the top of the STVD main application window. Editor
windows for any open files can be accessed by clicking on them in the Window menu.
Note: The text editor in STVD 3.2 and later versions is adapted from the Scintilla text editor.
Figure 17. Scintilla text editor copyright notice
Supported file types
Any ASCII text file can be loaded into the text editor. The Editor is able to distinguish and
color-code the source code (for example, comments, keywords, functions, variables) for the
file types listed in Table 15 .
In addition to syntax highlighting, it provides advanced, language-specific features such as
auto-completion for C and Assembler source files, and parameter information for source
files in Assembler.
© Copyright 1998-2003 by Neil Hodgson (neilh@scintilla.org) All Rights Reserved.
Permission to use, copy, modify, and distribute the Scintilla software and its documentation
for any purpose and without fee is hereby granted, provided that the above copyright
notice appears in all copies and that both that copyright notice and this permission notice
appear in supporting documentation. NEIL HODGSON DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
Table 15. Editor supported file formats
Language Supported file extensions
Assembler *.asm, *.s, *.S, *.inc
C-language *.c, *.h