| |||
| Home > Editing Source Code > Navigating text > 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:
Bookmarks are placed on a line so you can only have one bookmark on a line at one time.
Bookmarks cannot be given a name.
To add a bookmark:
Move the text insertion point to the location in the text you want to mark.
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).
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.