All Manuals > LispWorks IDE User Guide > 26 The System Browser

26.6 Examining systems in the text view

The text view allows you to list the parent system, subsystems and files in the current system in one view, and gives you an easy way of changing the current system. Choose the Text tab to display this view. The System Browser appears as shown in Displaying loaded systems using the text view below.

Displaying loaded systems using the text view

The System Browser contains the areas described below when in the text view.

26.6.1 System area

As with the tree view, the current system is shown here. See 26.5.1 System area for details about this area.

26.6.2 Parent system area

This area lists any parent systems of the current system. Note that every system apart from ALL-SYSTEMS must have at least one parent.

Double-click on any item in this list to make it the current system. Its name is printed in the System area.

26.6.3 Subsystems area

This area lists any systems which are subsystems of the current system.

Double-click on any item in this list to make it the current system. Its name is shown in the System area.

26.6.4 Files area

This area lists any files which are members of the current system. Source files containing either Lisp or non-Lisp code (such as C code which is loaded via the Foreign Language Interface) are listed in this area.

26.6.5 File description area

The Description: area displays information about any system member selected in the Files area. If no such member is selected, information about the current system (the one named in the System area) is shown instead. The same pieces of information are shown as in the tree view. See 26.5.3 Description area for details. As with other views, items selected in this area can be operated on using commands in the Description menu.


LispWorks IDE User Guide (Unix version) - 01 Dec 2021 19:37:23