Next Prev Up Top Contents Index

12.3 Configuring the generic function browser

As with other Common LispWorks tools, choose Works > Tools > Preferences to display the Generic Function Browser Preferences dialog.

Using the options in the Sort panel, you can sort the items in the generic function browser as you can in many of the other Common LispWorks tools.

By Name

Sorts items alphabetically by name. This is the default setting.

By Package

Sorts items alphabetically by package name.

By Method Qualifier

Sorts items by the CLOS qualifier of the method. This groups together before, after, and around methods.

Unsorted

Displays items in the order they are defined in.

For more information on sorting items, see Sorting items in views.

You can also set the process package of the generic function browser, and choose to hide package names in the display, using the Package panel. See Displaying packages for full details.

 


Common LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index