NextPrevUpTopContentsIndex

16.6 Configuring the Inspector

The Inspector Preferences dialog lists a number of different display options in its default general view. These include the standard options for sorting items in the main list and displaying package information, together with some additional options specific to the Inspector.

Figure 16.6 The General tab of the Inspector Preferences dialog

Choose the sort option that you require from those listed in the Sort panel:

By Item

Sorts items alphabetically according to the printed representation of the item.

By Name

Sorts items alphabetically according to their names. This is the default setting.

By Package

Sorts items alphabetically according to the packages of the name field.

Unsorted

Leaves items unsorted. This displays them in the order they were originally defined.

In the Package panel, specify the name of the process package for the Inspector. Select Show Package Names if you want package names to be displayed in the Inspector. See Displaying packages for more details.

The Maximum panel contains options to let you configure the amount of information displayed in the Inspector.

Choose a value from the Attribute Length drop-down list box to limit the length of any attributes displayed in the main list (that is, the contents of the first column in the list). The default value is 100 characters, and the minimum allowable value is 20 characters.

Choose a value from the Items drop-down list box to limit the number of items displayed in the main list. By default, 500 items are shown.

If you inspect an object that has more than the maximum number of items, then the excess items are grouped together in a list which itself becomes the last item displayed in the main list. Double-clicking on this inspects the remaining items for the object.

If necessary, the Inspector splits any remaining items into several lists, all linked together in this fashion. For instance, if you limit the maximum number of items to 10, and inspect an object with 24 items, the Inspector displays the first 10, together with an 11th entry, which is a list containing the next ten items. Double-clicking on this shows the next ten items, together with an 11th entry, which is a list containing the last four items. This is illustrated in Displaying an object with more items than can be displayed below.

Figure 16.7 Displaying an object with more items than can be displayed


Common LispWorks User Guide (Macintosh version) - 5 Jul 2006

NextPrevUpTopContentsIndex