You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/Help/HTML/about_swag.htm
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,24 +28,34 @@ <h1>
28
28
</h1>
29
29
<p>
30
30
SWAG is a collection of source code and program examples for the Pascal
31
-
programming language that was maintained up to the end of 1997.
31
+
programming language that was maintained up to the end of 1997. Each chunk
32
+
of source code or example is known as a <em>packet</em>.
32
33
</p>
33
34
<p>
34
-
Although the SWAG database is old it is extensive and some of the code is
35
+
Although the SWAG database is old, it is extensive and some of the code is
35
36
still relevant for today's programs.
36
37
</p>
37
38
<p>
38
39
<em>CodeSnip</em> provides the
39
40
<ahref="dlg_swagimport.htm">SWAG Import Wizard</a> that enables you to
40
-
browse a local copy of the SWAG database and import any of its snippets
41
-
into your snippets database.
41
+
browse a local copy of the SWAG database and convert any of its packets
42
+
into snippets that can be imported into your local snippets database
42
43
</p>
43
44
<p>
44
45
You can download the database from the <a
45
46
href="https://github.com/delphidabbler/swag"
46
47
class="weblink"
47
48
target="_blank"
48
-
><code>delphidabbler/swag</code></a> project on GitHub. Go to the <em>releases</em> tab and download the latest version. Unpack the zip file into an empty folder then run the SWAG Import Wizard and navigate to the folder where you extracted the zip file contents.
49
+
><code>delphidabbler/swag</code></a> project on GitHub. Go to the
50
+
<em>releases</em> tab and download the latest supported version†.
51
+
Unpack the zip file into an empty folder then run the SWAG Import Wizard
52
+
and navigate to the <code>swag</code> sub-directory of the folder where
53
+
you extracted the zip file . The wizard reads the database and guides you
54
+
through the import process.
55
+
</p>
56
+
<p>
57
+
† The first page of the SWAG Import Wizard specifies which versions
0 commit comments