<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
* ***** BEGIN LICENSE BLOCK *****
*
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Original Code is menu_view.htm
*
* The Initial Developer of the Original Code is Peter Johnson
* (http://www.delphidabbler.com/).
*
* Portions created by the Initial Developer are Copyright (C) 2005-2009 Peter
* Johnson. All Rights Reserved.
*
* ***** END LICENSE BLOCK *****
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text-html; charset=Windows-1252">
<title>
View Menu
</title>
<link rel="stylesheet" href="../css/codesnip.css" type="text/css">
</head>
<body>
<h1>
<a name="menu_view"></a>View Menu
</h1>
<p>
The View menu contains the following options:
</p>
<table class="menu" cellspacing="1" cellpadding="0">
<tr>
<td class="img">
<img alt="Menu icon" src="../images/GoBack.gif" class="glyph">
</td>
<td class="item">
Previous <span class="smallcaps">(Alt+Left)</span>
</td>
<td class="desc">
Shows the previously displayed page (snippet, category etc.) in the
<a href="detail_pane.htm">Detail Pane</a>.
</td>
</tr>
<tr>
<td class="img">
<img alt="Menu icon" src="../images/GoForward.gif" class="glyph">
</td>
<td class="item">
Next <span class="smallcaps">(Alt+Right)</span>
</td>
<td class="desc">
Displays the next page in the <a href="detail_pane.htm">Detail
Pane</a>. Only available if <em> Previous</em> has been selected at
least once.
</td>
</tr>
<tr>
<td class="img">
<img alt="Menu icon" src="../images/Welcome.gif" class="glyph">
</td>
<td class="item">
Welcome Page <span class="smallcaps">(Alt+Home)</span>
</td>
<td class="desc">
Redisplays the "welcome page" that is shown at start-up.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Categorised Snippets
</td>
<td class="desc">
Displays snippets grouped by category in the
<a href="overview_pane.htm">Overview Pane</a>.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Alphabetical Snippets
</td>
<td class="desc">
Displays snippets in alphabetical order, grouped by initial letter
in the <a href="overview_pane.htm">Overview Pane</a>.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Snippets by Kind
</td>
<td class="desc">
Displays snippets grouped by kind in the
<a href="overview_pane.htm">Overview Pane</a>: i.e. routine, type,
constant or <a href="snippet_freeform.htm">freeform</a>.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Detailed Information
</td>
<td class="desc">
Displays the <a href="detail_information.htm">Information Tab</a> in
the <a href="detail_pane.htm">Detail Pane</a>. This tab shows
information about the selected snippet or category.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Compiler Check
</td>
<td class="desc">
Shows the <a href="detail_compilerchecks.htm">Compiler Checks Tab</a>
within the <a href="detail_pane.htm">Detail Pane</a>. This page
enables a selected snippet to be test compiled in all available
compilers.
</td>
</tr>
<tr>
<td class="img">
<img alt="Menu icon" src="../images/ViewUnit.gif" class="glyph">
</td>
<td class="item">
Test Unit
</td>
<td class="desc">
Displays a dialog box that shows source code of the unit used to test
compile the selected snippet. This option is not available if the
snippet is freeform.
</td>
</tr>
<tr>
<td class="img">
<img
alt="Menu icon"
src="../images/Dependencies.gif"
class="glyph">
</td>
<td class="item">
Dependencies <span class="smallcaps">(Ctrl+D)</span>
</td>
<td class="desc">
Displays a <a href="dlg_dependencies.htm">dialog box</a> that
recursively shows all the snippets on which the selected snippet
depends.
</td>
</tr>
<tr>
<td class="img">
<img
alt="Menu icon"
src="../images/Collapse.gif"
class="glyph">
</td>
<td class="item">
Collapse Tree Node <span class="smallcaps">(Ctrl+Num Sub)</span>
</td>
<td class="desc">
Collapses the selected tree node in the
<a href="overview_pane.htm">Overview Pane</a> if possible.
</td>
</tr>
<tr>
<td class="img">
<img
alt="Menu icon"
src="../images/Expand.gif"
class="glyph">
</td>
<td class="item">
Expand Tree Node <span class="smallcaps">(Ctrl+Num Plus)</span>
</td>
<td class="desc">
Expands the selected tree node in the
<a href="overview_pane.htm">Overview Pane</a> if possible.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Collapse All <span class="smallcaps">(Shift+Ctrl+Num Sub)</span>
</td>
<td class="desc">
Collapses the whole tree in the
<a href="overview_pane.htm">Overview Pane</a> so that only the section
headings a visible.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Expands All <span class="smallcaps">(Shift+Ctrl+Num Plus)</span>
</td>
<td class="desc">
Expands the whole tree in the
<a href="overview_pane.htm">Overview Pane</a>.
</td>
</tr>
</table>
<p>
Return to the <a href="main_menu.htm">main menu</a>.
</p>
</body>
</html>