Setting Bookmarks

You can use bookmarks to mark single or multiple source-code lines you want to quickly identify and access.

This section provides instructions for setting and clearing bookmarks and navigating between bookmarks.

Start of instruction setTo set bookmarks

  1. Position the cursor anywhere in the source-code line you want to mark.

  2. From the Edit or context menu, choose Advanced > Toggle Bookmark.

    Or:
    Press the CTRL+ALT+B toggle.

    A square appears to the left of the specified source-code which indicates the bookmark set as shown in the following example for line 0050:

    graphics/pgm_bookmark.png

  3. Repeat Steps 1 and 2 if you want to mark additional lines.

Start of instruction setTo clear a single bookmark

  1. Position the cursor anywhere in the source-code line you want to unmark.

  2. From the Edit or context menu, choose Advanced > Toggle Bookmark.

    Or:
    Press the CTRL+ALT+B toggle.

    The bookmark indicator disappears for the specified line.

Start of instruction setTo clear all bookmarks

  • From the Edit or context menu, choose Advanced > Clear Bookmarks.

    Or:
    Press CTRL+ALT+L.

    All bookmark indicators disappear.

Start of instruction setTo go to the next bookmark

  • From the Edit or context menu, choose Advanced > Next Bookmark.

    Or:
    Press CTRL+ALT+N.

Start of instruction setTo go to the previous bookmark

  • From the Edit or context menu, choose Advanced > Previous Bookmark.

    Or:
    Press CTRL+ALT+P.