<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
* $Rev$
* $Date$
*
* ***** 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-2012 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.png" class="glyph">
</td>
<td class="item">
Previous<br>
[<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.png" class="glyph">
</td>
<td class="item">
Next<br>
[<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.png" class="glyph">
</td>
<td class="item">
Welcome Page<br>
[<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">
<img alt="Menu icon" src="../images/NewTab.png" class="glyph">
</td>
<td class="item">
New Tab<br>
[<span class="smallcaps">Ctrl+T</span>]
</td>
<td class="desc">
Opens a new empty tab in the
<a href="detail_pane.htm">Detail Pane</a>.
</td>
</tr>
<tr>
<td class="img">
<img alt="Menu icon" src="../images/CloseTab.png" class="glyph">
</td>
<td class="item">
Close Tab<br>
[<span class="smallcaps">Ctrl+F4</span>] or
[<span class="smallcaps">Ctrl+W</span>]
</td>
<td class="desc">
Closes the current selected tab, if any, in the
<a href="detail_pane.htm">Detail Pane</a>.
</td>
</tr>
<tr>
<td class="img">
<img
alt="Menu icon"
src="../images/Dependencies.png"
class="glyph">
</td>
<td class="item">
Dependencies<br>
[<span class="smallcaps">Ctrl+D</span>]
</td>
<td class="desc">
Displays a tabbed <a href="dlg_dependencies.htm">dialogue box</a> that
recursively shows all the snippets on which the selected snippet
depends, along with all the snippets that directly depend on it.
</td>
</tr>
<tr>
<td class="img">
<img
alt="Menu icon"
src="../images/Collapse.gif"
class="glyph">
</td>
<td class="item">
Collapse Tree Node<br>
[<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<br>
[<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<br>
[<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<br>
[<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>