Previous Next
Keyboard navigation in Lists

In each list of any SNiFF+ tool, you can quickly navigate to entries by clicking into the list, then typing the name of the entry you wish to find. Each consecutive keystroke immediately causes the list to position to the next matched entry.
To find the class
Button in the Symbol List:

  1. In the Project Tree, choose Context menu > Select From All Projects.
  2. From the Symbol Type drop-down, select class (by default All Symbols is selected).
  3. In the Modifier drop-down, make sure All Modifiers is selected.
  4. Click into the Symbol List.
  5. Press the <b> key.
    The list is positioned to the first entry that starts with an
    `b' .
  6. Press the <u> key.
    As you can see, the class Button is highlighted because it is matched by the
    `bu' you entered.
Notes on keyboard navigation
  • You can restart searches by pressing <ESC> .

  • If the pressed key does not match any entry, you will be warned by a beep.

  • The cursor keys can also be used for navigating in a list.

  • Pressing <Return> on a highlighted entry in a list has the same effect as double clicking that entry, i.e., the highlighted symbol definition will be loaded into a Source Editor.