All Manuals > LispWorks IDE User Guide > 19 The Symbol Browser

NextPrevUpTopContentsIndex

19.2 Description of the Symbol Browser

Figure 19.1 The Symbol Browser

The Symbol Browser has five main areas.

19.2.1 Search Settings

The main search setting is the Regexp: box.

Enter a string or regular expression in the Regexp: box and press Return or click the button. This will match symbol names of interned symbols in a similar way to apropos, except that it is a case-insensitive regular expression match.

The remainder of this section describes the other search settings.

19.2.1.1 Packages

By default symbols in all packages are listed, but you can restrict the search to certain packages by clicking the Select Packages... button. This raises a dialog which you use in just the same way as the Profiler's Selected Packages dialog - see Choosing packages for instructions.

When you have selected packages only those symbols whose home package is amongst the selected packages are shown, unless Accessibility (see Accessibility) is set to All , in which case symbols inherited by the selected packages are also shown.

19.2.1.2 Type

By default all symbols found are displayed but you can restrict this to functions, classes, structures, variables, constants, keywords or others (meaning the complement of all these subsets). If you wish to see, for instance, only those symbols with a function or macro definition then select Functions in the Type option pane.

19.2.1.3 Accessibility

You can also restrict the display to just those symbols which are present, external or internal in their home package. Select the appropriate item in the Accessibility option pane:

All

Show all accessible symbols in the selected packages

Present

Show all present symbols in the selected packages

Externals Only

Show only external symbols in the selected packages

Internals Only

Show only internal symbols in the selected packages

19.2.2 Filter area

The filter area allows you to filter the display of the symbols list in the same way as other tools. See Filtering information for details.

19.2.3 Symbols list

The symbols list displays the matched symbol names alongside the name of their home package. You can sort the list by clicking on the Home Package or Name header at the top of each column.

Select an item in the symbols list to display information about the symbol in the Description and Documentation areas, or to perform an operation on it. You may select multiple symbols, but in this case only the description and documentation for the first selected symbol is displayed.

You can transfer the selected symbol or symbols to other tools, for example by Symbol > Listen or Symbol > Inspect .

To unintern the selected symbol or symbols, choose Symbol > Unintern... .

19.2.4 Description area

When you select an item in the Symbols list, various properties of that symbol are displayed in the Description area as appropriate. These can include:

Home Package:

The name of the symbol's home package and an indication of whether it is external or internal

Name:

The symbol name

Definitions:

The dspec class names for any definitions known to the system

Visible In:

The names of the packages (other than the home package) that the symbol is visible in

Function:

The function or macro function

Lambda List:

The lambda list of the function or macro, if known to the system

Plist:

The symbol plist, if non-nil

Value:

The value of a variable or constant

Class:

The class name, representing the class object

Select an item in the Description list to perform an operation on it. For example, if the symbol has a class definition, you can select the Class: item and do Description > Listen to transfer the class object to the Listener tool.

19.2.5 Documentation area

When you select an item in the Symbols list, documentation known to the system is displayed in the Documentation area.

Note: the documentation shown is that returned by the Common Lisp function documentation.


LispWorks IDE User Guide (Macintosh version) - 13 Sep 2017

NextPrevUpTopContentsIndex