VO Source Editor Extensions
Return to Introduction  Previous page  Next page
VOPP provides some useful extensions to the VO source editor:

Key
Description
Ctrl-Alt-I
Indent source code
Ctrl-Alt-P
Print formatted source code
F6
Token select (i.e. select text from this token to the matching token)
Ctrl-G
Show list of entities loaded in editor and Go to selected one
Ctrl-F
Show Find dialog
Ctrl-H
Show Replace dialog
Ctrl-B
Comment block of code with //
Ctrl-U
Uncomment block of code commented with //
Ctrl-Delete
Delete word to the right
Ctrl-Backspace
Delete word to the left
Ctrl-Alt-T
Toggle AutoType
Ctrl-Alt-B
System Builder
Ctrl-Alt-S
Single App Build
Ctrl-Alt-M
Import Assistant
Ctrl-Alt-A
AutoExport Configuration
Ctrl-Alt-R
Project Copy
Ctrl-Alt-O
Export Explorer
Ctrl-Alt-C
Calculator
Ctrl-Alt-L
VOPP Plus!
Ctrl-Alt-G
Language Assistant
Ctrl-Alt-D
DBF Utility
Ctrl-Alt-X
AutoExport current project


VOPP also supplies an additional context menu that can be called up using Ctrl-Right mouse click (configured in VOPP Plus!):



Indenting
If no text is selected Indent will expand all collapsed entities and indent the complete contents of the editor. If text is selected Indent will only operate on that section of code.

Token Select
Position the cursor to the left of an opening token and press F6. Text will be selected up to the matching token. Opening token: single/double quote, left parentheses, left brace {, left square bracket [ .


© Piko Computing Consultants, 1998-2002