This pane appears on the left hand side of the main window. It lists all the snippets in the database. Snippets can be grouped in three ways: by category, using the Categorised tab, alphabetically, using the Alphabetical tab or by snippet kind using the Snippet Kind tab.
Selecting an item in the overview pane causes detailed information about it to appear in the Detail Pane's Information tab. Selecting a snippet displays a description and its source code while selecting a section heading lists all the currently selected routines in the section along with their descriptions.
The nodes of the tree used to display the routines can be expanded and
collapsed using the
or
buttons in the title of the pane, or by using the various expand and
collapse options on the View menu.
You can confgure how the overview pane's display appears when the program starts by using the General tab of the Preferences dialog box (accessed via the Tools | Preferences menu option). The pane can either display all items or just the section headers.
The following keyboard shortcuts can be used when the overview pane has focus.
| Up | Moves to previous entry in tree and displays it. |
| Down | Moves to next entry in tree and displays it. |
| Ctrl+Up | Jumps to previous section and selects and displays the header node. If the current node is already in the last section the last section header is selected. |
| Ctrl+Down | Jumps to next section and selects and displays the header node. If the current node is already in the first section the first section header is selected. |
| Left | When on a sub item moves to section header node and displays it. When on an expanded section header collapses the section. Does nothing when on a collapsed section header node. |
| Right | When on a collapsed section header, expands it. When on an expanded section header moves to first child node and displays it. Does nothing when on a child node. |
| Page Up | Jumps up one page in tree and displays the newly selected item. |
| Page Down | Jumps down one page in tree and displays the newly selected item. |
| Home, Ctrl+Home | Selects and displays the first item in the tree. |
| End, Ctrl+End | Selects and displays the last item in the tree. |
| Return | Toggles a section header node between expanded and collapsed state. Does nothing when a snippet item is selected. |
| Ctrl+NUM SUB | Collapses an expanded selection and selects the section header. |
| Ctrl+NUM PLUS | Expands a collapsed section. |
| Shift+Ctrl+NUM SUB | Collapses all sections in the tree. |
| Shift+Ctrl+NUM PLUS | Fully expands the tree. |