Skip to content

Commit 8ec8400

Browse files
author
delphidabbler
committed
Edit and correct detail and overview pane help topics
1 parent 4736019 commit 8ec8400

File tree

2 files changed

+27
-39
lines changed

2 files changed

+27
-39
lines changed

Src/Help/HTML/detail_pane.htm

Lines changed: 14 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>
3232
Tabs
3333
</h2>
3434
<p>
35-
Information is be displayed in one or more tabs. Items selected in the
35+
Information is displayed in one or more tabs. Items selected in the
3636
<a href="overview_pane.htm">Overview pane</a> are normally displayed in
3737
the currently selected tab, overwriting previous contents. This behaviour
3838
can be changed as follows:
@@ -63,7 +63,7 @@ <h2>
6363
</li>
6464
</ul>
6565
<p>
66-
When more than one tab is displayed you can quickly cycle through them
66+
When multiple tabs are displayed you can quickly cycle through them
6767
from left to right by pressing <span class="smallcaps">Ctrl+Tab</span> or
6868
from right to left using <span class="smallcaps">Shift+Ctrl+Tab</span>.
6969
</p>
@@ -74,7 +74,7 @@ <h2>
7474
<li>
7575
Close the selected tab using <em>Close Tab</em> menu option displayed on
7676
the <a href="menu_view.htm">View</a> menu, the detail pane's context
77-
menu and any tab's context menu. Alternatively press
77+
menu or any tab's context menu. Alternatively press
7878
<span class="smallcaps">Ctrl+F4</span>.
7979
</li>
8080
<li>
@@ -150,8 +150,8 @@ <h3>
150150
</li>
151151
</ul>
152152
<div>
153-
This information is not displayed for user-defined snippets. In the
154-
place of the images is a link that can be clicked to edit the snippet.
153+
This information is not displayed for user-defined snippets. Instead
154+
there is a link that can be clicked to edit the snippet.
155155
</div>
156156
</li>
157157
<li>
@@ -215,15 +215,15 @@ <h3>
215215
<p>
216216
Selecting a section header (a category, an intial letter or a <a
217217
href="snippet_kinds.htm"
218-
>snippet kind</a> in the <a
218+
>snippet kind</a>) in the <a
219219
href="overview_pane.htm"
220220
>Overview Pane</a> causes a table to be displayed in the detail pane that
221-
lists the name of the snippets contained in the section, along with their
221+
lists the names of the snippets contained in the section, along with their
222222
descriptions. Following a search, the listed snippets are just those
223223
contained in the current database selection, if any.
224224
</p>
225225
<p>
226-
Snippet names are links that, when clicked, displays the chosen snippet
226+
Snippet names are links that, when clicked, display the chosen snippet
227227
in the detail pane.
228228
</p>
229229
<p>
@@ -242,18 +242,18 @@ <h3>
242242
Database Update View
243243
</h3>
244244
<p>
245-
When the database has been updated, all open tabs are closed and a new tab
246-
created that simply informs that the database has been updated
247-
successfully.
245+
When the main DelphiDabbler Snippets database has been installed or
246+
updated, all open tabs are closed and a new tab is created that simply
247+
informs that the database has been updated successfully.
248248
</p>
249249
<h3>
250250
Empty Tab View
251251
</h3>
252252
<p>
253253
When a new tab is created (<em>View | New Tab</em> or <span
254254
class="smallcaps"
255-
>Ctrl+T</span>, nothing is displayed except &quot;Empty Tab&quot; in light
256-
grey.
255+
>Ctrl+T</span>), nothing is displayed except &quot;Empty Tab&quot; in
256+
light grey.
257257
</p>
258258
<h2>
259259
View History
@@ -277,7 +277,7 @@ <h2>
277277
>Alt+Right</span>.
278278
</p>
279279
<p>
280-
You can also jump directly to some recent views by selecting its name from
280+
You can also jump directly to a recent view by selecting its name from
281281
the drop-down menus adjacent to the <img
282282
alt="Previous button"
283283
src="../Images/GoBack.png"
@@ -292,22 +292,6 @@ <h2>
292292
Deleting or editing an existing snippet or category will clear the
293293
history.
294294
</p>
295-
<h2>
296-
Snippet and Category Links
297-
</h2>
298-
<p>
299-
Links to snippets or categories may be displayed as part of snippet or
300-
section contents views.
301-
</p>
302-
<p>
303-
Clicking a snippet link displays a snippet view for that snippet in the
304-
current tab of the details pane, Clicking a category link causes a
305-
section contents view to be displayed for the contents of the category,
306-
again in the current tab.
307-
</p>
308-
<p>
309-
Views displayed in this way are added to the history list.
310-
</p>
311295
</body>
312296
</html>
313297

Src/Help/HTML/overview_pane.htm

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>
2222
</h1>
2323
<p>
2424
This pane appears on the left hand side of the main window. It lists all
25-
the snippets in the database, grouped under section headers, which appear
25+
the snippets in the database grouped under section headers, which appear
2626
in bold. Snippets can be grouped in three ways:
2727
</p>
28-
<ol class="unspaced">
28+
<ol class="spaced">
2929
<li>
3030
by category, using the <em>Categorised</em> tab;
3131
</li>
@@ -96,7 +96,7 @@ <h1>
9696
</ul>
9797
<p>
9898
You can configure whether the overview pane tree view appears fully
99-
expanded or fully collapsed by using the <a
99+
expanded or fully collapsed on start-up by using the <a
100100
href="dlg_prefs_display.htm"
101101
>Display</a> tab of the <a
102102
href="dlg_preferences.htm"
@@ -155,15 +155,15 @@ <h2>
155155
Ctrl+Up
156156
</td>
157157
<td class="desc">
158-
Scrolls up the tree, without changing the selected item.
158+
Scrolls the tree up, without changing the selected item.
159159
</td>
160160
</tr>
161161
<tr>
162162
<td class="item smallcaps">
163163
Ctrl+Down
164164
</td>
165165
<td class="desc">
166-
Scrolls down the tree, without changing the selected item.
166+
Scrolls the tree down, without changing the selected item.
167167
</td>
168168
</tr>
169169
<tr>
@@ -277,16 +277,20 @@ <h2>
277277
</td>
278278
</tr>
279279
<tr>
280-
<td class="item smallcaps">
281-
Ctrl+Num&nbsp;Sub
280+
<td class="item">
281+
<span class="smallcaps">Num&nbsp;Sub</span><br>
282+
&nbsp;&nbsp;or<br>
283+
<span class="smallcaps">Ctrl+Num&nbsp;Sub</span>
282284
</td>
283285
<td class="desc">
284286
Collapses an expanded section and selects the section header.
285287
</td>
286288
</tr>
287289
<tr>
288-
<td class="item smallcaps">
289-
Ctrl+Num&nbsp;Plus
290+
<td class="item">
291+
<span class="smallcaps">Num&nbsp;Plus</span><br>
292+
&nbsp;&nbsp;or<br>
293+
<span class="smallcaps">Ctrl+Num&nbsp;Plus</span>
290294
</td>
291295
<td class="desc">
292296
Expands a collapsed section.

0 commit comments

Comments
 (0)