7.4

Table Of Contents
Add/Remove Comments
Use: To:
CTRL+SHIFT+/
Add the comment character (%) to the start of each line of the selected block of code, or if no block is cur-
rently selected, to the start of the line indicated by the current pointer position.
CTRL+SHIFT+.
(period)
Remove the comment character (%) from the start of each line of the selected block of code, or if no block is
currently selected, from the start of the line indicated by the current pointer position.
Indent Code
Use: To:
CTRL+SHIFT+I
Indent the current line or selected region of code. You set the number of spaces to advance with each indent
in the Block indent box of the User Options dialog box.
CTRL+SHIFT+U
Move the current line or selected region of code towards the left one indent. You set the number of spaces to
move with each indent in the Block indent box of the User Options dialog box.
Search
Use: To:
CTRL+F Display the Find Text dialog box.
F3 Find again.
CTRL+R Replace.
Jump to a Specific Line
Use: To:
ALT+G Display the Go to Line dialog box. This shortcut functions only when the current pointer position is in the Code area.
Use Bookmarks
Use: To:
CTRL+SHIFT+
digit
Set or remove a bookmark, where digit is the number (0 through 9) of that bookmark. If the bookmark is
already set, this sequence removes it. Otherwise it sets the bookmark at the current pointer position.
CTRL+digit Jump to a bookmark, where digit is the number (0 through 9) of the bookmark to which you want to jump.
Execute a Program
Use: To:
F9
Run the program to completion. If breakpoints occur before the end of the program, the properties of those break-
points may mean execution stops before reaching the end of the program.
F4
Execute the program forward to the line indicated by the current cursor position. If breakpoints occur before the pro-
gram reaches the pointer position, the properties of those breakpoints may mean execution stops before reaching
the pointer position.
F8 Execute only the current line of the program.
CTRL+F2 Exit the current execution of the program.
Keyboard Shortcuts
©2010 Objectif Lune Inc - 695 -