There are many tools available, and you can display them in a number of ways.
You can also control how tools are re-used within the environment. That is, whether an existing Listener window (for example) is raised or a new one created, when you ask for a Listener tool. In this section we will discuss global and per-tool control of reuse.
Choose the Window menu. The bottom component of this menu contains a list of all the windows currently available in the environment. Choosing any item from this list brings the window to the front of the display.
To iconify a window, click the amber minimize button near the left of its title bar, or choose the menu command Window > Minimize Window .
Most tools in the environment are listed in this menu.
The tool is created (if necessary), and displayed. Using this method can be useful you may not remember immediately whether you have an existing instance of a given tool or not.
Accelerators are provided for the popular items on the Tools menu. Each tool accelerator is an alphanumeric key together with platform-specific modifier keys as shown in Tool accelerator keys. You cannot configure these pre-defined tool accelerators.
There is also a keystroke for switching between tool windows in a cyclical fashion, described in Switching between windows.
On Cocoa the modifiers are Ctrl+Command
. For example, Ctrl+Command+L
raises a Listener.
The accelerator keys for each tool are as shown in Tool accelerators
Read how to switch between existing tool windows in a cyclical fashion in Switching between windows.
By default, tools windows are re-used where possible. For example, suppose you already have a Listener window (potentially iconified) but do not have an Inspector window. When you choose Window > Tools > Listener , the existing Listener is displayed. When you choose Window > Tools > Inspector , an Inspector is created and displayed.
You can switch off re-use of tool windows. To do this, first raise the Preferences dialog as described in Setting preferences. In the Preferences dialog under Environment > General > Window Options uncheck the Reuse all tools box and click OK . Now, when you choose Window > Tools > Listener a new Listener is created, regardless of whether one already exists, and other tools behave in the same way.
The setting of Reuse all tools will be retained for your subsequent LispWorks sessions.
When the Reuse all tools option is on, tools windows are reusable by default. However, it is possible to specify that a particular instance of a tool is not reusable. To make your Inspector not reusable, follow these steps:
The Reuse all tools option is persistent, but the per-tool setting Reusable applies only to the current instance of the tool, and it does not affect future sessions.
Most tools have toolbars offering one-click access to frequently-used commands. For example, the Editor has a toolbar for operating on source code.
Figure 3.1 The Editor's source operations toolbar
You may prefer to remove such toolbars. You can control whether a tool displays its toolbars by the option Show Toolbar .
To hide toolbars for a particular type of tool:
You can also customize the toolbar by removing rarely-used buttons, changing the image size, choosing whether an image or text label (or both) is displayed, and adding or removing separators between groups of buttons. To do this on Cocoa, raise the context menu on the toolbar, choose Customize Toolbar... and make your selections in the standard Mac OS X way. You can also use the toolbar's context menu directly to select whether this toolbar's buttons show an icon, or text, or both. To remove a toolbar button on Cocoa, simply select Remove from the context menu.
Note: The functionality of each toolbar is available elsewhere. For example the Editor's source code operations are also available on the Buffer , Definitions and Expression menus.
Choose Window > Clone in a given tool window to make a copy of that tool window. This is useful, for instance, if you wish to have two different views on an object simultaneously, and allows you to have several copies of a tool without having to change its re-use property using the Window > Customize menu.
To manually update any tool, choose Window > Refresh or click .
Updating a tool is a useful way of making a snapshot of an aspect of the environment that you are interested in. For instance, imagine you want to compare a number of instances of a CLOS class against a known instance of the same class using the Inspector. You can do this as follows:
(make-instance 'capi:text-input-pane)
Note: You can use Esc P
in Emacs emulation or Ctrl+Up
in Windows emulation to get the previous Listener command.
LispWorks IDE User Guide (Macintosh version) - 13 Sep 2017