| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: ide-configuration
Returns whether the IDE editor will always highlight the tab of the currently-selected buffer. This IDE configuration option is enabled by default because otherwise the visual indication of the currently selected tab is rather subtle.
This option does not appear on the Tools | Options dialog, but it does appear in the list of all IDE configuration options that is shown in the inspector by the Tools | Inspect System Data | IDE Configuration Options menu command.
Here is how to turn the option off programmatically:
(setf (highlight-selected-editor-tab (configuration *ide-system*)) nil)
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 |