<!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 dlg_findcompiler.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>
Find Compiler Dialog Box
</title>
<link rel="stylesheet" href="../css/codesnip.css" type="text/css">
</head>
<body>
<object
type="application/x-oleobject"
classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e"
>
<param name="ALink Name" value="FindCompilerDlg">
</object>
<h1>
<a name="dlg_findcompiler"></a>
<img alt="Menu icon" src="../images/FindCompiler.gif" class="glyph">
Find Compiler Dialog Box
</h1>
<p>
This dialog box enables snippets to be searched for by their relationship
with various compilers. The dialog is accessed from the <em>Search |
Compiler</em> menu option.
</p>
<p>
The dialog works by applying a search criteria to any or all of a
selection of compilers. Choose the criteria you wish to search on in the
<em>Criteria</em> drop down list. The possible criteria are:
</p>
<ul class="unspaced">
<li>
<em>Compiles</em> - finds snippets that compile OK, with or without
warnings.
</li>
<li>
<em>Compiles with no warnings</em> - finds snippets that compile
without warnings.
</li>
<li>
<em>Compiles with warings</em> - finds snippets that compile with
warnings.
</li>
<li>
<em>Does not compile</em> - finds snippets that do not compile.
</li>
<li>
<em>Not tested</em> - finds snippets that have not been tested.
</li>
</ul>
<p>
Having selected the criteria, choose the compilers you need to test
against by checking those required in the <em>Compilers</em> check list.
Use the <em>Select All</em> and <em>Clear All</em> buttons to set or
clear all check marks.
</p>
<p>
Finally choose wether to search for snippets that match the criteria for
any or all compilers. Do this by selecting the required radio button in
the <em>Search logic</em> group box.
</p>
<p>
Note that you must select at least one compiler.
</p>
</body>
</html>