Generic FunctionPackage: ideToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

highlight-selected-editor-tab

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version