| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: configuration
A configuration option that indicates which IDE commands are present
as buttons on the main IDE toolbar (which is the toolbar to the left
of the Components toolbar).
The current development configuration is the value of (configuration
*ide-system*)
. (See configuration and *ide-system*
.)
The value is a list of keywords with names similar to the IDE menu-bar commands to which they correspond. The special value :gap is used to indicate where a vertical separator bar should appear between buttons on the toolbar. The initial value is:
(:new :save :open :save-all :gap :incremental-compile :load :gap :new-project :run-project :new-form :stop)
The allowable values are:
(:apropos :breakpoint :breakpoint-status :browse-class :find-debug-prompt :find-definition :find-in-file :gap :graph-subclasses :graph-superclasses :incremental-compile :inspect :load :macroexpand :new :new-form :new-project :open :print :profile :profile-status :quick-symbol-info :run-project :save :save-all :stop :trace :trace-status :unbreakpoint :unbreakpoint-all :unprofile :unprofile-all :untrace :untrace-all :windows-help)
The extended toolbar (displayed with the View | Extended Toolbar menu command) will contain all of the commands that are not on the main toolbar.
This option may be set programmatically by calling (setf standard-toolbar-icons). Alternately, the value may be modified interactively by dragging icons between the main toolbar and the extended toolbar in the following way:
Commands can similarly be moved from the main toolbar to the extended toolbar, or within one of the toolbars. (The Components toolbar may not be modified.)
The value may also be modified in the inspector by using the Tools | Inspect System Data | IDE Configuration Options command.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |