To
|
Press
|
---|---|
Open the UNICOM Intelligence Developer Documentation Library
|
F1
|
To
|
Press
|
---|---|
Create a new file.
|
Ctrl+N
|
Create a new workspace.
|
Ctrl+W
|
Open an existing file.
|
Ctrl+O
|
Save the current file.
|
Ctrl+S
|
Close the current file.
|
Ctrl+F4
|
Print the current file.
|
Ctrl+P
|
To
|
Press
|
---|---|
Cut the selection in the Edit pane and copy it to the Windows clipboard. Note that this applies to the Edit window only. If you want to cut text from one of the other panes (for example, the Properties pane), select the text and right-click. Then choose the Cut command on the shortcut menu.
|
Ctrl+X
|
Copy the selection in the Edit pane to the Windows clipboard. Note that this applies to the Edit window only. If you want to copy text from one of the other panes (for example, the Properties pane), select the text and right-click. Then choose the Copy command on the shortcut menu.
|
Ctrl+C
|
Delete the line of code where the cursor is placed.
|
Ctrl+D
|
Paste the contents of the Windows clipboard at the current cursor position.
|
Ctrl+V
|
Undo the last change you made to the current file.
|
Ctrl+Z
|
Redo the last change that you canceled using Undo.
|
Ctrl+Y
|
Show the Find pane to find text in the document, or in all open documents.
|
Ctrl+F
|
Find the next instance of the text entered in the Find pane.
|
F3
|
Show the Replace pane to replace text with other text in the document, or in all open documents.
|
Ctrl+H
|
Open the Go To Line dialog box to jump to a line number in the document.
|
Ctrl+G
|
Select all text in the document.
|
Ctrl+A
|
Increase the indent of a line.
|
Ctrl+Shift+I
|
Decrease the indent of a line.
|
Ctrl+Shift+D
|
Insert comment marks around a line.
|
Place the cursor on the appropriate line and press Ctrl+Shift+C
|
Remove comment marks around a line.
|
Place the cursor on the appropriate line and press Ctrl+Shift+U
|
Insert a bookmark or remove an existing bookmark.
|
Place the cursor on the appropriate line and press Ctrl+Shift+B
|
Move to the next bookmark in the current file.
|
Ctrl+Shift+N
|
Move back to the previous bookmark in the current file.
|
Ctrl+Shift+P
|
Remove all bookmarks from the current file.
|
Ctrl+Shift+A
|
To
|
Press
|
---|---|
Switch between the Metadata section and the Routing section in an interview script (.mdd) file.
|
Ctrl+PageUp/PageDown
|
Switch to the file in the Edit pane that was previously the current file.
|
Ctrl+Tab (You can use Ctrl+Tab to alternate between two files. Also note that pressing Ctrl+Tab and then releasing Tab displays a dialog box in which you can use the Tab and arrow keys to select any open file or pane.)
|
Switch to the previous file in the Edit pane.
|
Ctrl+Shift+Tab
|
To
|
Press
|
---|---|
Show or hide the Workspace pane
|
Alt+0
|
Show or hide the Types pane
|
Alt+1
|
Show or hide the Functions pane
|
Alt+2
|
Show or hide the Breakpoints pane
|
Alt+3
|
Show or hide the Locals pane
|
Alt+4
|
Show or hide the Expressions pane
|
Alt+5
|
Show or hide the Output pane
|
Alt+6
|
Show or hide the Metadata pane
|
Alt+7
|
Show or hide the Auto Answer pane
|
Alt+8
|
Show or hide the Browser pane
|
Alt+9
|
Show or hide the Question Repository pane
|
Alt+F1
|
Show or hide the Library pane
|
Alt+F2
|
Show or hide the Gallery pane
|
Alt+F3
|
To
|
Press
|
---|---|
Insert a macro.
|
Type the macro name and any arguments followed by Ctrl+M
|
To
|
Press
|
Press
|
---|---|---|
Open the autosuggest list
|
Ctrl+Space
|
|
Close the autosuggest list
|
Esc
|
|
Navigate the autosuggest list
|
Down arrow, Up arrow, Page up, Page down, or type the first letter to jump to items that start with that letter.
|
|
Insert into the script the item that is selected in the autosuggest list
|
One of:
|
|
▪space
|
||
▪.
|
dot
|
|
▪(
|
left parenthesis
|
|
▪Tab
|
|
|
▪Enter
|
|
|
Display a list of all the questions defined in the metadata section of an interview script (.mdd) file
|
Ctrl+Q
|
|
Display a list of all the sub questions for a question in an interview script (.mdd) file
|
Type the question name (or select using Ctrl+Q), type a dot (.) followed by Ctrl+Q
|
|
Display the category list for a categorical question in an interview script (.mdd) file
|
Type the question name (or select using Ctrl+Q), type a dot (.) followed by Ctrl+R
|
To
|
Press
|
---|---|
Start running a script in debugging mode
|
F5
|
Start running an interview script (.mdd) file in Auto Answer mode
|
F6
|
Start running a script without debugging
|
Ctrl+F5
|
Stop the script that is running
|
Shift+F5
|
Restart a script in debugging mode after its execution has been stopped
|
Ctrl+Shift+F5
|
Step through the script one line of code at a time
|
F10
|
Insert or remove a breakpoint on the current line
|
Ctrl+B or F9
|
Remove all breakpoints from the current script
|
Ctrl+Shift+F9
|
Close the error message box
|
Esc
|