Using the Lisp Explorer

Use the LispExplorer to display information about Lisp commands, variables, and functions defined in the application.

The LispExplorer allows the following:

  • Display a list of available Lisp functions

  • Display the code of a Lisp function

  • Load Lisp files in the application

  • Search for a text inside the code

  • Display Lisp commands, functions and variables defined in the application

  • Export the list of Lisp commands, functions and variables defined in the application

tip ListExplorer does not display the code of encrypted Lisp functions.

To display the code of a Lisp function

  1. Do one of the following:

    • On the ribbon, click XtraTools > Utilities > Lisp Explorer.

    • On the menu, click XtraTools > Utilities > Lisp Explorer.

    • Type LispExplorer.

  2. In the dialog box, in Location, select Library.

  3. Click Browse.

  4. Select the folder containing the Lisp files and click Specify folder. The Files section displays the list of Lisp files in the selected folder.

  5. In Files, click the file name. The Functions section displays the functions contained in the selected file.

  6. Click a function to display its source code.

  7. Optionally, use the Display as option to control how the function will be displayed.

    • Header Only: Displays only the function header

    • Function Only: Displays only the function code

    • Both: Displays the function header and the code

  8. Use Search to search for a text inside the displayed function.

To load a Lisp file:

  1. Do one of the following:

    • On the ribbon, click XtraTools > Utilities > Lisp Explorer.

    • On the menu, click XtraTools > Utilities > Lisp Explorer.

    • Type LispExplorer.

  2. In the dialog box, in Location, select Library.

  3. Click in Browse.

  4. Select the folder containing the Lisp files and click Specify folder. The Files section displays the list of Lisp files in the selected folder.

  5. In Files, click the Lisp file name.

  6. Click Load.

To display Lisp commands, functions and variables defined in the application:

  1. Do one of the following:

    • On the ribbon, click XtraTools > Utilities > Lisp Explorer.

    • On the menu, click XtraTools > Utilities > Lisp Explorer.

    • Type LispExplorer.

  2. In the dialog box, in Location, select Loaded.

  3. In Type, select Commands, Functions or Variables.

    tip Click a column name in the title bar to sort the list alphabetically.

  4. Optionally, you can export the list to a .dmp file. To export:

    1. Click Export.

    2. In the dialog box, specify the file where to store the file and click Save.

Access

Command: LispExplorer

Menu: XtraTools > Utilities > LispExplorer

Ribbon: XtraTools > Utilities > LispExplorer

Parent Topic

Utilities