Friday, July 3, 2009

Bookmarks in Adobe Flex 3 Builder

Today I'm trying to work with bookmarks.
It's easy =)

Bookmarks

All bookmarks are displayed and managed in the Bookmarks view (Window > Other Views > General > Bookmarks), as the following example shows:

Bookmarks tab

Add a bookmark to a line of code or a resource

  1. Open a file in the editor, and then locate and select the line of code to add a bookmark to.
  2. From the main menu, select Edit > Add Bookmark.
  3. Enter the bookmark name, and click OK.
  4. A bookmark icon ( ) is added next to the line of code.
  5. The resource, as shown in the Flex Navigator view, does not indicate that it was marked. You can view and manage all bookmarks in the Bookmarks view.

Delete a bookmark

  1. In the Bookmarks view, select the bookmark to delete.
  2. Right-click (Windows) or Control-click (Mac OS) the bookmark and select Delete.

1 comments:

Igor R said...

cool :) nice to know it

Post a Comment