Editor Help

Use the editor to create files containing your programs. The editor has several features that simplify editing of Scheme programs, including automatic parenthesis highlighting, automatic indentation, movement by S-expression, and integration with the REPL.

Just below the menu of the editor is a one-line text area where the editor normally displays the line and character position of the cursor. This area is also used when searching for text within the file and when displaying the source of syntax errors.

Common Key Bindings

The REPL and the Editor share a set of common key bindings for cursor movement and editing. These bindings are described on a separate page.

Key Bindings Specific to the Editor

KeyAction
Alt+aSave file as...
Alt+sSave file
Alt+gSave the file and load it into the REPL
Alt+<Move to beginning of buffer
Alt+>Move to end of buffer