Skip to content

Commit 4fe8af4

Browse files
author
delphidabbler
committed
Correct and edit export and import dialogue box help topics
1 parent 173ee8a commit 4fe8af4

File tree

2 files changed

+12
-44
lines changed

2 files changed

+12
-44
lines changed

Src/Help/HTML/dlg_export.htm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ <h1>
3939
<p>
4040
You specify the snippets to be exported by checking the required snippets
4141
in the <em>Select snippets to be exported</em> check list box. Only user
42-
defined snippets are listed and any user defined snippet that is selected
43-
in the main display when the dialogue box is displayed is pre-selected.
44-
Checking or unchecking a category selects or deselects all the snippets in
45-
that category. At least one snippet must be selected.
42+
defined snippets are listed. Any user defined snippet that is selected in
43+
the main display is pre-selected in the list. Checking or unchecking a
44+
category selects or deselects all the snippets in that category. At least
45+
one snippet must be selected.
4646
</p>
4747
<p>
4848
Next you specify the name of the export file by entering it in the
@@ -54,7 +54,7 @@ <h1>
5454
<p>
5555
Click the <em>OK</em> button to export the snippets. If no snippet is
5656
selected or no file name is specified then an error message is displayed
57-
and the dialogue box is not closed. The export can be aborted by clicking
57+
and the dialogue box remains open. The export can be aborted by clicking
5858
the <em>Cancel</em> button.
5959
</p>
6060
</body>

Src/Help/HTML/dlg_import.htm

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -63,43 +63,11 @@ <h2>
6363
Files exported from <em>CodeSnip</em> usually have a .csexp extension.
6464
</p>
6565
<p>
66-
Once a suitable file has be specified click the <em>Next</em> button to
66+
Once a suitable file has been specified click the <em>Next</em> button to
6767
load the file and move to the next page of the wizard. The database is
6868
not updated at this stage, so if you made a mistake you can return to this
6969
page and choose another file.
7070
</p>
71-
<h2>
72-
&quot;User information&quot; page
73-
</h2>
74-
<p>
75-
<strong>Note:</strong> This page is not shown if the selected import file
76-
does not contain any user information.
77-
</p>
78-
<p>
79-
The <em>User information</em> page simply displays any information that
80-
the person who created the file provided. There are three items of
81-
information that may be present:
82-
</p>
83-
<ol>
84-
<li>
85-
<em>Name</em> - the name or nickname of the person who created the file.
86-
</li>
87-
<li>
88-
<em>Email</em> - the email address of the person who created the file.
89-
</li>
90-
<li>
91-
<em>Comments</em> - any comments about the content of the file.
92-
</li>
93-
</ol>
94-
<p>
95-
Any of these items of information can be empty. Comments are for
96-
information only but the name and email will be added to the end of the
97-
imported snippet's <em>Extra</em> information field. This will be in the
98-
form &quot;Contributed by Name &ltEmail&gt;&quot;.
99-
</p>
100-
<p>
101-
Click <em>Next</em> to go to the next page.
102-
</p>
10371
<h2>
10472
&quot;Edit import and update database&quot; page
10573
</h2>
@@ -119,7 +87,7 @@ <h2>
11987
</li>
12088
<li>
12189
<em>Import Using Name</em><br>
122-
This is that name that will be used for the snippet when it is imported.
90+
This is the name that will be used for the snippet when it is imported.
12391
If there is already a snippet in your database with the same name as
12492
that given in the <em>Snippet Name</em> column, the entry in this column
12593
will have been altered to make it unique in your database. Any names in
@@ -136,11 +104,11 @@ <h2>
136104
<p>
137105
Selecting one of the rows in the grid copies the snippet name from the
138106
<em>Import Using Name</em> column into the <em>Selected Snippet</em> edit
139-
control. You can rename the snippet by entering a new name here then
140-
clicking the <em>Rename</em> button. The new name is validated before
141-
being displayed in the grid. You can't use the name of a snippet that is
142-
already in your user database or is the name one of the other snippets in
143-
the import list.
107+
control. You can rename the snippet by entering a new name in the edit
108+
control then clicking the <em>Rename</em> button. The new name is
109+
validated before being displayed in the grid. You can't use the name of a
110+
snippet that is already in your user database or is the name of another
111+
snippet in the import list.
144112
</p>
145113
<p>
146114
When you are ready to perform the import click the <em>Update</em> button

0 commit comments

Comments
 (0)