6.5.4. Using bookmarks

You can add or remove bookmarks in any of your text files using the facilities built into the CodeWarrior IDE editor. Bookmarks are similar to markers in that they set places in the code you can jump to. However, they differ from markers:

Adding a bookmark

To add a bookmark:

  1. Move the text insertion point to the location in the text you want to mark.

  2. Type Ctrl+F2.

    A bookmark (shown as a small blue icon) is placed at the beginning of the line containing the text insertion point (Figure 6.13).

    Figure 6.13. Editor window containing a bookmark

    Editor window containing a bookmark

To remove a bookmark

To remove a bookmark, move the text insertion point to a position in the line containing the bookmark and type Ctrl+F2. The bookmark is removed.

To jump to a bookmark

To jump to the next bookmark in a file, type F2. To jump to the previous bookmark in a file, type Shift+F2. The bookmark search will wrap to the beginning of the file when it reaches the end of the file.

Copyright © 1999-2001, 2005-2007 ARM Limited. All rights reserved.ARM DUI 0065G
Non-Confidential