<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
*
* Copyright (C) 2005-2012, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* Help topic describing Tools menu.
-->
<html>
<head>
<meta
http-equiv="Content-Type"
content="text-html; charset=Windows-1252">
<title>
Tools Menu
</title>
<link
rel="stylesheet"
href="../css/codesnip.css"
type="text/css">
</head>
<body>
<h1>
<a
name="menu_tools"></a>Tools Menu
</h1>
<p>
The Tools menu contains the following options:
</p>
<table class="menu" cellspacing="1" cellpadding="0">
<tr>
<td class="img">
<img
alt="Menu icon"
src="../images/Preferences.gif"
class="glyph">
</td>
<td class="item">
Preferences
</td>
<td class="desc">
Displays the <a
href="dlg_preferences.htm">Preferences</a> dialogue box where the
user can configure various aspects of the application.
</td>
</tr>
<tr>
<td class="img">
<img
alt="Menu icon"
src="../images/ConfigCompilers.gif"
class="glyph">
</td>
<td class="item">
Configure Compilers
</td>
<td class="desc">
Displays the <a
href="dlg_configcompilers.htm">Configure Compilers</a> dialogue box
where the compilers used in test compilations are specified.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Proxy Server
</td>
<td class="desc">
Enables <em>CodeSnip</em> to be configured to use a proxy server when
accessing the internet. Details of the proxy are entered in the <a
href="dlg_proxyserver.htm"
>Proxy Server Configuration</a> dialogue box that is displayed.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Check For Program Updates
</td>
<td class="desc">
Checks if an updated version of <em>CodeSnip</em> is available.
The <a
href="dlg_programupdates.htm"
>Check For Program Updates</a> dialogue box is displayed which checks
online for any updates and reports if one is available.
</td>
</tr>
<tr>
<td class="img">
<img
alt="Menu icon"
src="../images/BugReport.gif"
class="glyph">
</td>
<td class="item">
Report Bug Online
</td>
<td class="desc">
Displays the <a href="dlg_userbugreport.htm">Bug Report Dialogue
Box</a>. This is used to access the <em>CodeSnip</em> bug tracker.
</td>
</tr>
<tr>
<td class="img">
</td>
<td class="item">
Register CodeSnip
</td>
<td class="desc">
Displays the <a
href="dlg_register.htm">Registration Wizard</a> that enables the
program to be registered online. Registration is not compulsory, but
is appreciated.<br>
<strong>Note:</strong> This menu item only appears if <em>
CodeSnip</em> has not been registered.
</td>
</tr>
</table>
<p>
Return to the <a
href="main_menu.htm">main menu</a>.
</p>
</body>
</html>