Bookmarks

From RadPHP XE2 Documentation
Jump to: navigation, search

Bookmarks allow you to set a mark on a specific location of your source code and return back later. You have up to 10 bookmarks (0-9).

To set a bookmark

  • Use Ctrl+Shift+ the number of the bookmark you want to set. For example, to set bookmark 2, use Ctrl+Shift+2.
  • Alternately you can right click on the line of code in the editor where you would like to place the bookmark, select Toggle Bookmarks, and select the bookmark you want to set.
  • A green icon Boomark.jpg with the bookmark number will be shown in the gutter.

To remove a bookmark

  • Use Ctrl+Shift+ the number of the bookmark you want to remove. For example, to remove bookmark 2, use Ctrl+Shift+2.
  • Alternately you can right click in the editor, select Toggle Bookmarks, and select the bookmark you want to remove.
  • The green numbered bookmark icon will be removed from the editor gutter

To navigate to a bookmark

  • Use Ctrl+ the bookmark number to navigate to a bookmark. For example, to navigate to bookmark 2, use Ctrl+2.
  • Alternately you can right click in the editor window, select Goto Bookmarks and select the bookmark you wish to go to.
Personal tools