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
ListExplorer does not display the code of encrypted Lisp functions.
To display the code of a Lisp function
- Do one of the following:
- On the ribbon, click XtraTools > Utilities > Lisp Explorer.
- On the menu, click XtraTools > Utilities > Lisp Explorer.
- Type LispExplorer.
- In the dialog box, in Location, select Library.
- Click Browse.
- Select the folder containing the Lisp files and click Specify folder. The Files section displays the list of Lisp files in the selected folder.
- In Files, click the file name. The Functions section displays the functions contained in the selected file.
- Click a function to display its source code.
- 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
- Use Search to search for a text inside the displayed function.
To load a Lisp file:
- Do one of the following:
- On the ribbon, click XtraTools > Utilities > Lisp Explorer.
- On the menu, click XtraTools > Utilities > Lisp Explorer.
- Type LispExplorer.
- In the dialog box, in Location, select Library.
- Click in Browse.
- Select the folder containing the Lisp files and click Specify folder. The Files section displays the list of Lisp files in the selected folder.
- In Files, click the Lisp file name.
- Click Load.
To display Lisp commands, functions and variables defined in the application:
- Do one of the following:
- On the ribbon, click XtraTools > Utilities > Lisp Explorer.
- On the menu, click XtraTools > Utilities > Lisp Explorer.
- Type LispExplorer.
- In the dialog box, in Location, select Loaded.
- In Type, select Commands, Functions or Variables.
Click a column name in the title bar to sort the list alphabetically. - Optionally, you can export the list to a .dmp file. To export:
- Click Export.
- 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