| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: ide-configuration
This option has an effect on the Microsoft Windows platform only.
Returns the value of the move-ide-windows-on-screen-resize property of
ide-configuration. The current IDE
configuration is the value of (configuration
*ide-system*)
; (see configuration and *ide-system*
).
If this option is true, and the use-ide-parent-window property is true, and the IDE is maximized, and then the screen size changes while the IDE is running, then the IDE will move and resize its tool windows for the new screen size. (Otherwise nothing is done.) Each window will be moved and resized to where it was when IDE options were most recently saved at the new screen resolution, if such a value has been saved, or else to the default position and size for the new resolution.
Even when this property is nil
, starting up
the IDE will still restore the IDE tool windows to where they were
when options were saved at the current screen resolution, since the
options file remembers a distinct set of locations for each screen
resolution.
This option is implemented with screen-resolution-changed methods.
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 |