Version 6.3.13 for Windows
 —  Editors  —

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:

  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

Start of instruction setTo go to the next bookmark

Start of instruction setTo go to the previous bookmark

Top of page