View Menu
The View Menu contains commands that display or hide windows. The
commands on the menu are:
- Console --
Displays the Console window.
- Manage Windows --
Displays a submenu of window-management choices, mostly affecting the
currently-selected window. Among the choices are
-
Iconize: Turns the currently selected IDE window into an icon.
This may be useful for getting an IDE window out of the way
temporarily without actually closing it. See state.
-
Restore: If the selected IDE window is maximized, unmaximizes
that window. Otherwise returns an iconized IDE window (if any) to its
previous state (normal or maximized). See state.
-
Maximize: Resizes the selected window so that it fills the
screen, or to some other area as determined by a track-limits method.
See state.
-
Destroy: Closes the selected window. This command calls
close to guarantee
that the window is closed, whereas File | Close Window calls user-close, where
particular user-close methods may instead
decide to merely hide the window or do nothing.
-
Bury:
Moves the frontmost IDE window to the back. This may be
useful for getting a window out of the way without actually closing
it.
-
Unbury: Moves the backmost IDE window to the front. This may be
useful for retrieving a window shortly after burying it.
-
Show Second: Moves the IDE window that is just behind the
frontmost window to the front. The keyboard shortcut
(
Ctrl-Alt-J) is handy for quickly switching back
and forth between two IDE windows.
-
Show Third: Moves the third-frontmost IDE window to the front.
The keyboard shortcut (
Ctrl-Alt-K) is handy for
quickly switching between three IDE windows.
-
Show Fourth: Moves the fourth-frontmost IDE window to the
front. The keyboard shortcut (
Ctrl-Alt-L) is handy
for quickly switching between four IDE windows.
- New Listener --
Opens a listener as an additional pane in the Debug window. The new
listener will run in a separate thread, named
Listener
X where X is a number. You can close the new
listener with the
File | Close
Pane while the listener is the selected
window, or by clicking on the close box (the control labelled with an
X in the upper right).
- Toolbars --
Toggles between displaying and hiding the toolbars on the Project
Window. Checked if they are currently displayed.
- Status Bar --
Toggles displaying and hiding the status bar on the Project
Window. Command is checked if the status bar is currently visible.
- Background Window -- This command (on Windows only)
displays a background window below IDE windows to prevent displays
from other applications from showing through. Clicking right over the
background window displays a menu showing other visible IDE windows
and allowing the background window to be maximized (to cover the
screen) or unmaximized (just big enough to be a background for windows
other than the Project Window). Also on that menu is a Save All
command with the same effect as the Save All command on the
File menu. On GTK,
the background window is always there.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.