|
28 | 28 | </h1>
|
29 | 29 | <p>
|
30 | 30 | Use this dialogue box to find snippets that are referenced by the
|
31 |
| - currently selected snippet and / or those snippets reference that snippet. |
32 |
| - The dialogue is displayed from the <em>Search | Find Cross Refs</em> menu |
33 |
| - option. |
| 31 | + currently selected snippet and / or those snippets that reference the |
| 32 | + snippet. The dialogue is displayed from the <em>Search | Find Cross |
| 33 | + Refs</em> menu option. |
34 | 34 | </p>
|
35 | 35 | <p>
|
36 |
| - The search can be customised by checking or clearing the following check |
| 36 | + The dialogue enables two kinds of cross-references to be found: |
| 37 | + </p> |
| 38 | + <ol> |
| 39 | + <li> |
| 40 | + Snippet dependencies, which are snippets that the selected snippet |
| 41 | + depends upon in order to compile. Alternatively the search can find |
| 42 | + snippets that depend on the selected one. |
| 43 | + </li> |
| 44 | + <li> |
| 45 | + "See also" references, which are snippets that are related to |
| 46 | + the selected snippet conceptually. Such snippets are not necessarily |
| 47 | + needed to compile the selected snippet. Alternatively the search can |
| 48 | + find snippets that refer to the selected one as a "see also" |
| 49 | + snippet. |
| 50 | + </li> |
| 51 | + </ol> |
| 52 | + <p> |
| 53 | + The search is customised by checking or clearing the following check |
37 | 54 | boxes:
|
38 | 55 | </p>
|
39 | 56 | <ul>
|
40 | 57 | <li>
|
41 |
| - <em>Search for required snippets</em>. Selecting this option causes |
42 |
| - all snippets that are needed to compile the selected snippet to be |
43 |
| - included in the search result. If the related <em>Search |
44 |
| - recursively</em> box is checked the search continues through the found |
45 |
| - snippets. |
| 58 | + <p> |
| 59 | + <em>Search for required snippets</em> |
| 60 | + </p> |
| 61 | + <p> |
| 62 | + Selecting this option includes all snippets that the selected snippet |
| 63 | + depends upon in the search result. |
| 64 | + </p> |
| 65 | + <p> |
| 66 | + If the related <em>Search recursively</em> box is checked the search |
| 67 | + is applied recursively to all the found snippets. |
| 68 | + </p> |
46 | 69 | </li>
|
47 | 70 | <li>
|
48 |
| - <em>Search for snippets that depend on this one</em>. Choose this option |
49 |
| - to include in the search results all snippets that depend upon (i.e. |
50 |
| - require) this one. |
| 71 | + <p> |
| 72 | + <em>Search for snippets that depend on this one</em> |
| 73 | + </p> |
| 74 | + <p> |
| 75 | + Choose this option to include in the search results all snippets that |
| 76 | + depend upon this one. |
| 77 | + </p> |
51 | 78 | </li>
|
52 | 79 | <li>
|
53 |
| - <em>Search for "see also" cross references</em>. This option |
54 |
| - includes snippets referenced as "see also" to be included in |
55 |
| - the search result. These snippets are not necessarily needed to compile |
56 |
| - the selected snippet, but are related to it conceptually. Again, |
57 |
| - checking the related <em>Search recursively</em> check box causes the |
58 |
| - search to recurse through the found "see also" cross |
59 |
| - references. |
| 80 | + <p> |
| 81 | + <em>Search for "see also" cross references</em> |
| 82 | + </p> |
| 83 | + <p> |
| 84 | + This option includes all snippets referenced as "see also" |
| 85 | + in the search result. |
| 86 | + </p> |
| 87 | + <p> |
| 88 | + Checking the related <em>Search recursively</em> check box causes the |
| 89 | + search to recurse through all the found snippets' "see also" |
| 90 | + cross references. |
| 91 | + </p> |
60 | 92 | </li>
|
61 | 93 | <li>
|
62 |
| - <em>Search for snippets that cross-reference this one</em>. Choose this |
63 |
| - option to include in the search results all snippets that |
64 |
| - cross-reference this one. |
| 94 | + <p> |
| 95 | + <em>Search for snippets that cross-reference this one</em> |
| 96 | + </p> |
| 97 | + <p> |
| 98 | + Choose this option to include all snippets that cross-reference this |
| 99 | + one in the search results. |
| 100 | + </p> |
65 | 101 | </li>
|
66 | 102 | <li>
|
67 |
| - <em>Include "xxxx" in search</em> (where xxxx is the name of |
68 |
| - the selected snippet). Checking this box simply includes the selected |
69 |
| - snippet in the search results. |
| 103 | + <p> |
| 104 | + <em>Include "xxxx" in search</em> (where xxxx is the name of |
| 105 | + the selected snippet). |
| 106 | + </p> |
| 107 | + <p> |
| 108 | + Checking this box simply includes the selected snippet in the search |
| 109 | + results. |
| 110 | + </p> |
70 | 111 | </li>
|
71 | 112 | </ul>
|
72 | 113 | <p>
|
73 | 114 | You must check at least one of the <em>Search for required snippets</em>
|
74 | 115 | or <em>Search for "see also" cross references</em> options.
|
75 | 116 | </p>
|
76 | 117 | <p>
|
77 |
| - <strong>NOTE:</strong> Any cross references selected using this dialogue |
78 |
| - box will replace any search results that were previously displayed. A |
| 118 | + <strong>Note:</strong> Snippets selected by the use of this dialogue box |
| 119 | + will replace any search results that were previously displayed. A |
79 | 120 | message to this effect will be displayed in the dialogue box if it is
|
80 |
| - displayed when search results are being displayed. |
| 121 | + opened while a previous search is active. |
81 | 122 | </p>
|
82 | 123 | </body>
|
83 | 124 | </html>
|
0 commit comments