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
This is a holding page for the forthcomming Array Utilities Unit.
35
-
</p>
36
-
<!-- <p>
37
34
This unit, named <code>DelphiDabbler.Lib.ArrayUtils.pas</code>, provides a single Delphi Pascal "Advanced" record, <var>TArrayUtils</var>, that provides operations upon and information about generic arrays.
38
35
</p>
39
36
<h3>
@@ -47,19 +44,19 @@ <h3>
47
44
</h3>
48
45
<p>
49
46
Each method of <var>TArrayUtils</var> has example code included in the method's online documentation. The same example code is included in the download.
50
-
</p> -->
47
+
</p>
51
48
</div>
52
49
</section>
53
50
54
-
<!-- <section class="panel panel-default">
51
+
<sectionclass="panel panel-default">
55
52
<divclass="panel-heading">
56
53
<h2class="panel-title">
57
54
Get The Code
58
55
</h2>
59
56
</div>
60
57
<divclass="panel-body">
61
58
<p>
62
-
You can download the latest version of the <em>{{page.title}}</em> directly from GitHub as <code>{{ dl-file }}</code>.
59
+
You can download the latest version of the <em>{{page.title}}</em> from GitHub as <code>{{ dl-file }}</code>.
63
60
</p>
64
61
<pclass="text-center">
65
62
<aclass="btn btn-primary" role="button" href="{{ dl-url }}" aria-label="Go to GitHub and download latest version">Download <spanclass="hidden-xs">release </span>v{{ page.version }}<spanclass="hidden-xs"> from GitHub</span></a>
@@ -68,9 +65,9 @@ <h2 class="panel-title">
68
65
The <em>{{ page.title }}</em> source code is hosted in the <ahref="{{ page.repo-url }}" aria-label="Link to the ddablib/arrayutils repository on GitHub"><code>ddablib/arrayutils</code></a> GitHub repository. You can <code>git clone</code> or fork the repository as required.
69
66
</p>
70
67
</div>
71
-
</section> -->
68
+
</section>
72
69
73
-
<!-- <section class="panel panel-default">
70
+
<sectionclass="panel panel-default">
74
71
<divclass="panel-heading">
75
72
<h2class="panel-title">
76
73
Installation
@@ -101,7 +98,7 @@ <h2 class="panel-title">
101
98
In addition to the above files you will find the <em>DUnit</em> tests for <code>DelphiDabbler.Lib.ArrayUtils.pas</code> in the <code>Test</code> sub-directory and the example code in the <code>Demos</code> directory.
102
99
</p>
103
100
<p>
104
-
There are three possible ways to use the unit.
101
+
There are four possible ways to use the unit.
105
102
</p>
106
103
<olclass="wide">
107
104
<li>
@@ -113,11 +110,14 @@ <h2 class="panel-title">
113
110
<li>
114
111
For maximum portability you can add the unit to a Delphi design time package. If you need help doing this <ahref="{{ site.data.core.install-to-ide-link }}" aria-title="see a tip on working with design time packages">see here</a>.
115
112
</li>
113
+
<li>
114
+
If you use Git you can add the <ahref="https://github.com/ddablib/arrayutils"><code>ddablib/arrayutils</code></a> GitHub repository as a Git submodule and add it to your project. Obviously, it's safer if you fork the repo and use your copy, just in case <code>ddablib/arrayutils</code> ever goes away.
115
+
</li>
116
116
</ol>
117
117
</div>
118
-
</section> -->
118
+
</section>
119
119
120
-
<!-- <section class="panel panel-default">
120
+
<sectionclass="panel panel-default">
121
121
<divclass="panel-heading">
122
122
<h2class="panel-title">
123
123
Documentation
@@ -134,17 +134,17 @@ <h2 class="panel-title">
134
134
Change log: <code><ahref="https://github.com/ddablib/arrayutils/blob/main/CHANGELOG.md" aria-title="View the change log in Markdown format">CHANGELOG.md</a></code>.
135
135
</p>
136
136
</div>
137
-
</section> -->
137
+
</section>
138
138
139
-
<!-- <section class="panel panel-default">
139
+
<sectionclass="panel panel-default">
140
140
<divclass="panel-heading">
141
141
<h2class="panel-title" id="feedback">
142
142
Feedback & Queries
143
143
</h2>
144
144
</div>
145
145
<divclass="panel-body">
146
146
<p>
147
-
If you find any bugs or want to suggest a new feature please report them using the <em>{{page.title}}</em> <a href="https://github.com/ddablib/arrayutils/issues">issue tracker</a>.
147
+
If you find any bugs or want to suggest a new feature please use the <em>{{page.title}}</em><ahref="https://github.com/ddablib/arrayutils/issues">issue tracker</a>.
148
148
</p>
149
149
<p>
150
150
If you have created a bug fix or have implemented a new feature please open a pull request for it.
Should you have any queries about using the unit please read the <ahref="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <ahref="https://github.com/orgs/ddablib/discussions">discussion group</a>.
0 commit comments