Skip to content

Commit 620eebd

Browse files
committed
Merge branch 'feature/issue#14-fix-dependencies-dlg' into develop
2 parents ebc6997 + ea5acb3 commit 620eebd

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

Src/Help/HTML/dlg_dependencies.htm

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,18 @@ <h1>
2929
<p>
3030
This dialogue box is displayed by choosing the <em>View |
3131
Dependencies</em> menu item or by pressing
32-
<span class="smallcaps">Ctrl+D</span>. It has two tabs:
33-
<em>Depends Upon</em> and <em>Required By</em>.
32+
<span class="smallcaps">Ctrl+D</span>.
3433
</p>
3534
<h2>
36-
<em>Depends Upon</em> Tab
35+
Tabs
3736
</h2>
37+
<p>
38+
The dialogue box has two tabs: <em>Depends Upon</em> and <em>Required
39+
By</em>.
40+
</p>
41+
<h3>
42+
<em>Depends Upon</em> Tab
43+
</h3>
3844
<p>
3945
If the selected snippet has dependencies (i.e. snippets it depends upon in
4046
order to compile) a tree of snippets is displayed that shows the direct
@@ -47,13 +53,27 @@ <h2>
4753
error message is displayed. Such a dependency indicates there is an error
4854
in the database.
4955
</p>
50-
<h2>
56+
<h3>
5157
<em>Required By</em> Tab
52-
</h2>
58+
</h3>
5359
<p>
5460
This tab displays a simple list of snippets that immediately depend on the
5561
selected snippet. Again, if there are no snippets to list, a message is
5662
displayed to that effect.
5763
</p>
64+
<h2>
65+
<em>Select &amp; Close</em> button
66+
</h2>
67+
<p>
68+
This button appears to the left of the <em>Close</em> and <em>Help</em>
69+
buttons. It's purpose is to select the snippets listed on the currently
70+
active tab and to display that selection when the dialogue box is closed.
71+
If the active tab lists no snippets then the button is disabled.
72+
</p>
73+
<p>
74+
<strong class="warning">Warning:</strong> Any selection made using this
75+
button will replace any search results that were previously displayed. No
76+
warning will be displayed.
77+
</p>
5878
</body>
5979
</html>

0 commit comments

Comments
 (0)