Share
 
 

To Work with Bookmarks (Visual LISP IDE)

Bookmarks allow you to quickly navigate between lines of AutoLISP code when working in the Visual LISP IDE.

Note: The Visual LISP IDE is available on Windows only.

To add a bookmark

  1. In the Visual LISP text editor, move the cursor to the location you want to place a bookmark.
  2. Click Search Bookmarks Toggle Bookmark.

    Bookmarks may also be inserted automatically when using Find to search for text.

To move the cursor from one bookmark to the next

Do one of the following:

  • In Visual LISP, click Search Bookmarks Next Bookmark to move the cursor to the next bookmark in the bookmark ring.
  • In Visual LISP, click Search Bookmarks Previous Bookmark to move the cursor to the previous bookmark in the bookmark ring.

To move the cursor and select text between bookmarks

Do one of the following:

  • In Visual LISP, click Search Bookmarks Select to Next Bookmark to select the text between the current location and the next bookmark.
  • In Visual LISP, click Search Bookmarks Select to Previous Bookmark to select the text between the current location and the previous bookmark.

To remove a bookmark

  • In the Visual LISP text editor, move the cursor to the bookmarked location.
  • Click Search Bookmarks Toggle Bookmark.

To remove all bookmarks in the current text editor window

  • In Visual LISP, click Search Bookmarks Clear All Bookmarks.

Was this information helpful?