| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: ide-configuration
Returns whether closing the current project will automatically close any unmodified editor buffers that are displaying files of the project. Note that the current project is closed automatically whenever a new project is created or an existing project is opened.
The default value is nil
, since it may be
disconcerting if editor buffers disappear unexpectedly, but turning
this option on can be useful for automatically clearing away editor
buffers that are not in current use. An editor buffer that has
unsaved changes is not closed in either case.
This option appears on the Project tab of the Options dialog (displayed with Tools | Options), and may also be set by calling the setf of this function.
(setf (close-project-close-editor-buffers (configuration *ide-system*)) t)
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 |