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 function
pico in the Symbol List:

  1. In the Project Tree, choose Context menu > Select From All Projects.
  2. Clear the Signature check box.
  3. Press the Filters... button.
In the Filters dialog
  1. In the SymbolTypes tab, clear the struct check box and then select the function check box.
  2. In the Modifier tab, make sure all modifiers are selected.
  3. Press Ok to apply the settings and close the dialog.
In the Symbol Browser
  1. Click into the Symbol List.
  2. Press the <p> key.
    As you can see, the function
    packbuf is highlighted because it is matched by the `p' you entered.
  3. Press the <i> key.
    The function
    pico is now highlighted, since it is the first symbol matched by "pi" .
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 on that entry, i.e., the highlighted symbol definition will be loaded into a Source Editor.