Skip to content

Commit 23c1e08

Browse files
author
DelphiDabbler
committed
Updated help topics re recent UI captioning changes
1 parent 205260e commit 23c1e08

File tree

8 files changed

+54
-53
lines changed

8 files changed

+54
-53
lines changed

Src/Help/HTML/dlg_findcompiler.htm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2014, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
1111
*
12-
* Help topic for Find Compiler dialogue box.
12+
* Help topic for Find Compiler(s) dialogue box.
1313
-->
1414
<html>
1515
<head>
1616
<meta http-equiv="Content-Type" content="text-html; charset=Windows-1252">
1717
<title>
18-
Find Compiler Dialogue Box
18+
Find Compiler(s) Dialogue Box
1919
</title>
2020
<link rel="stylesheet" href="../css/codesnip.css" type="text/css">
2121
</head>
@@ -27,12 +27,12 @@
2727
<param name="ALink Name" value="FindCompilerDlg">
2828
</object>
2929
<h1>
30-
<a name="dlg_findcompiler"></a>Find Compiler Dialogue Box
30+
<a name="dlg_findcompiler"></a>Find Compiler(s) Dialogue Box
3131
</h1>
3232
<p>
3333
This dialogue box enables snippets to be searched for by their
3434
relationship with various compilers. It is accessed from the <em>Search |
35-
Find Compiler</em> menu option.
35+
Find Compiler(s)</em> menu option.
3636
</p>
3737
<p>
3838
The dialogue works by applying a search criteria to any or all of a

Src/Help/HTML/dlg_selectroutines.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2006-2012, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2006-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -48,7 +48,7 @@ <h1>
4848
category; by using the <span class="smallcaps">Left</span>,
4949
<span class="smallcaps">Right</span> and
5050
<span class="smallcaps">Enter</span> keys. Alternatively use the
51-
<em>Expand Tree</em> and <em>Collapse Tree</em> buttons on the right of
51+
<em>Expand All</em> and <em>Collapse All</em> buttons on the right of
5252
the dialogue box.
5353
</p>
5454
<p>

Src/Help/HTML/menu_search.htm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2012, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -49,14 +49,14 @@ <h1>
4949
<img alt="Menu icon" src="../images/FindCompiler.gif" class="glyph">
5050
</td>
5151
<td class="item">
52-
Find Compiler<br>
52+
Find Compiler(s)<br>
5353
[<span class="smallcaps">Ctrl+Shift+F</span>]
5454
</td>
5555
<td class="desc">
5656
Finds snippets that either compile, fail to compile or result in
57-
warnings when compiled with specified compilers. Displays the
58-
<a href="dlg_findcompiler.htm">Find Compiler</a> dialogue box where
59-
the search is defined. On completion of a successful search the
57+
warnings when compiled with one or more specified compilers. Displays
58+
the <a href="dlg_findcompiler.htm">Find Compiler(s)</a> dialogue box
59+
where the search is defined. On completion of a successful search the
6060
<a href="overview_pane.htm">Overview Pane</a> shows only the snippets
6161
that match the search criteria.
6262
</td>

Src/Help/HTML/menu_view.htm

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2012, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -167,11 +167,11 @@ <h1>
167167
class="glyph">
168168
</td>
169169
<td class="item">
170-
Collapse Tree Node<br>
170+
Collapse Section<br>
171171
[<span class="smallcaps">Ctrl+Num&nbsp;Sub</span>]
172172
</td>
173173
<td class="desc">
174-
Collapses the selected tree node in the
174+
Collapses the selected section in the
175175
<a href="overview_pane.htm">Overview Pane</a> if possible.
176176
</td>
177177
</tr>
@@ -183,11 +183,11 @@ <h1>
183183
class="glyph">
184184
</td>
185185
<td class="item">
186-
Expand Tree Node<br>
186+
Expand Section<br>
187187
[<span class="smallcaps">Ctrl+Num&nbsp;Plus</span>]
188188
</td>
189189
<td class="desc">
190-
Expands the selected tree node in the
190+
Expands the selected section in the
191191
<a href="overview_pane.htm">Overview Pane</a> if possible.
192192
</td>
193193
</tr>
@@ -196,11 +196,11 @@ <h1>
196196
<img alt="Menu icon" src="../images/CollapseAll.png" class="glyph">
197197
</td>
198198
<td class="item">
199-
Collapse All<br>
199+
Collapse All Sections<br>
200200
[<span class="smallcaps">Shift+Ctrl+Num&nbsp;Sub</span>]
201201
</td>
202202
<td class="desc">
203-
Collapses the whole tree in the
203+
Collapses all sections in the
204204
<a href="overview_pane.htm">Overview Pane</a> so that only the section
205205
headings a visible.
206206
</td>
@@ -210,12 +210,13 @@ <h1>
210210
<img alt="Menu icon" src="../images/ExpandAll.png" class="glyph">
211211
</td>
212212
<td class="item">
213-
Expands All<br>
213+
Expands All Sections<br>
214214
[<span class="smallcaps">Shift+Ctrl+Num&nbsp;Plus</span>]
215215
</td>
216216
<td class="desc">
217-
Expands the whole tree in the
218-
<a href="overview_pane.htm">Overview Pane</a>.
217+
Expands the all sections in the
218+
<a href="overview_pane.htm">Overview Pane</a> so that all snippets are
219+
visible.
219220
</td>
220221
</tr>
221222
</table>

Src/Help/HTML/overview_pane.htm

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2012, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -64,8 +64,8 @@ <h1>
6464
>Ctrl</span> key, the item is displayed in a new tab in the detail pane.
6565
</p>
6666
<p>
67-
The nodes of the tree used to display the routines can be expanded and
68-
collapsed in several ways:
67+
The tree used to display the snippets can be expanded and collapsed in
68+
several ways:
6969
</p>
7070
<ul class="unspaced">
7171
<li>
@@ -79,14 +79,14 @@ <h1>
7979
<li>
8080
Clicking the <img
8181
src="../images/ExpandAll.png"
82-
alt="Expand All toolbar button"
82+
alt="Expand All Sections toolbar button"
8383
class="glyph"
84-
> button in the title of the pane fully expands the tree while clicking
85-
the <img
84+
> button in the title of the pane fully expands all sections, while
85+
clicking the <img
8686
src="../images/CollapseAll.png"
87-
alt="Collapse All toolbar button"
87+
alt="Collapse All Sections toolbar button"
8888
class="glyph"
89-
> button fully collapses the tree.
89+
> button fully collapses all sections.
9090
</li>
9191
<li>
9292
Menu items on the <a href="menu_view.htm">View</a> menu and the overview
@@ -148,9 +148,9 @@ <h2>
148148
Shift+Down
149149
</td>
150150
<td class="desc">
151-
Selects the section header below the selected item and displays the
152-
section's details in the details pane. If the selected item is part of
153-
the last section, its own section header is selected.
151+
Selects the section header below the currently selected item and
152+
displays the section's details in the details pane. If the selected
153+
item is part of the last section, its own section header is selected.
154154
</td>
155155
</tr>
156156
<tr>
@@ -176,15 +176,15 @@ <h2>
176176
<td class="desc">
177177
<ul>
178178
<li>
179-
If a sub item is currently selected, the item's parent node is
180-
selected.
179+
If a snippet item is currently selected, the snippets's section
180+
header is selected.
181181
</li>
182182
<li>
183-
If an expanded section head item is currently selected, it's
184-
section is collapsed.
183+
If an expanded section header is currently selected, its section
184+
is collapsed.
185185
</li>
186186
<li>
187-
If a collapsed section head is currently selected, no action is
187+
If a collapsed section header is currently selected, no action is
188188
taken.
189189
</li>
190190
</ul>
@@ -197,14 +197,15 @@ <h2>
197197
<td class="desc">
198198
<ul>
199199
<li>
200-
If a collapsed section header is selected the section is expanded.
200+
If a collapsed section header is selected the section is expanded
201+
to display all the snippets in the section.
201202
</li>
202203
<li>
203204
If an expanded section header is selected the section's first
204-
child node is selected.
205+
snippet is selected.
205206
</li>
206207
<li>
207-
If a child node or an empty section header is selected no action
208+
If a snippet or an empty section header is selected no action
208209
is taken.
209210
</li>
210211
</ul>
@@ -273,7 +274,7 @@ <h2>
273274
and collapsed state.
274275
</li>
275276
<li>
276-
When a child node is selected no action is taken.
277+
When a snippet is selected no action is taken.
277278
</li>
278279
</ul>
279280
</td>
@@ -283,7 +284,7 @@ <h2>
283284
Ctrl+Num&nbsp;Sub
284285
</td>
285286
<td class="desc">
286-
Collapses an expanded section and selects the section header.
287+
Collapses an expanded section and selects the section header.
287288
</td>
288289
</tr>
289290
<tr>
@@ -313,4 +314,3 @@ <h2>
313314
</table>
314315
</body>
315316
</html>
316-

Src/Help/HTML/quickstart.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2013, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -103,7 +103,7 @@ <h2>
103103
You can search the database for specific words, for snippets that
104104
compile (or don't compile) under certain compilers or for
105105
cross-referenced snippets. Use the <a href="dlg_findtext.htm">Find
106-
Text</a>, <a href="dlg_findcompiler.htm">Find Compiler</a> or
106+
Text</a>, <a href="dlg_findcompiler.htm">Find Compiler(s)</a> or
107107
<a href="dlg_findxrefs.htm">File Cross References</a> dialogue boxes to
108108
perform a search. These dialogues are accessed via the
109109
<a href="menu_search.htm">Search</a> menu.

Src/Help/HTML/task_search.htm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2012, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -62,14 +62,14 @@ <h2>
6262
</h2>
6363
<p>
6464
You can search for snippets that compile, fail to compile or that have not
65-
been tested on certain compilers. Use the
65+
been tested on one or more compilers. Use the
6666
<img
67-
alt="Find Compiler button"
67+
alt="Find Compiler(s) button"
6868
src="../images/FindCompiler.gif"
6969
class="glyph"
70-
> <em>Find Compiler</em> toolbar button (or select <em>Search | Find
70+
> <em>Find Compiler(s)</em> toolbar button (or select <em>Search | Find
7171
Compiler</em>) and enter the search criteria in the
72-
<a href="dlg_findcompiler.htm">Find Compiler Dialogue Box</a>.
72+
<a href="dlg_findcompiler.htm">Find Compiler(s) Dialogue Box</a>.
7373
</p>
7474
<h2>
7575
Cross-reference search

Src/Help/Index.hhk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2013, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -194,7 +194,7 @@
194194
<param name="Local" value="HTML\menu_file.htm">
195195
</OBJECT>
196196
<LI> <OBJECT type="text/sitemap">
197-
<param name="Name" value="find compiler dialogue">
197+
<param name="Name" value="find compiler(s) dialogue">
198198
<param name="Local" value="HTML\dlg_findcompiler.htm">
199199
</OBJECT>
200200
<LI> <OBJECT type="text/sitemap">

0 commit comments

Comments
 (0)