Skip to content

Commit d090c2e

Browse files
committed
Updated documentation for 6.0.1 release.
1 parent 4ae5e79 commit d090c2e

File tree

141 files changed

+1337
-870
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+1337
-870
lines changed

Documentation/CodeGen.chm

-38 Bytes
Binary file not shown.

Documentation/CodeGen.hsmx

0 Bytes
Binary file not shown.

docs/css/topics/style.css

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,8 @@ a[name],a[id] {
139139
}
140140
@media screen {
141141
.nsa-wrapper {
142+
height: 100%;
142143
overflow: hidden;
143-
position: absolute;
144-
top: 0;
145-
left: 0;
146-
bottom: 0;
147-
right: 0;
148144
display: flex;
149145
flex-direction: column;
150146
}
@@ -274,110 +270,113 @@ a[name],a[id] {
274270
font-weight: bold;
275271
}
276272
.ts25 {
273+
font-family: 'Cascadia Mono';
274+
}
275+
.ts26 {
277276
font-family: 'Courier New';
278277
font-style: italic;
279278
color: #c00000;
280279
}
281-
.ts26 {
280+
.ts27 {
282281
font-family: 'Segoe UI';
283282
font-style: italic;
284283
color: #c00000;
285284
}
286-
.ts27 {
285+
.ts28 {
287286
font-family: 'Segoe UI';
288287
font-size: 14pt;
289288
}
290-
.ts28 {
289+
.ts29 {
291290
font-family: 'Courier New';
292291
font-weight: bold;
293292
color: #00b050;
294293
}
295-
.ts29 {
294+
.ts30 {
296295
font-family: 'Courier New';
297296
font-weight: bold;
298297
color: #c00000;
299298
}
300-
.ts30 {
299+
.ts31 {
301300
font-family: 'Courier New';
302301
font-weight: bold;
303302
color: #0070c0;
304303
}
305-
.ts31 {
304+
.ts32 {
306305
font-family: 'Segoe UI';
307306
font-size: 18pt;
308307
font-weight: bold;
309308
}
310-
.ts32 {
309+
.ts33 {
311310
font-family: 'Courier New';
312311
color: #00b050;
313312
}
314-
.ts33 {
313+
.ts34 {
315314
font-family: Consolas;
316315
}
317-
.ts34 {
316+
.ts35 {
318317
font-weight: bold;
319318
}
320-
.ts35 {
319+
.ts36 {
321320
font-family: 'Segoe UI';
322321
font-weight: bold;
323322
font-style: italic;
324323
}
325-
.ts36 {
324+
.ts37 {
326325
font-family: Consolas;
327326
}
328-
.ts37 {
327+
.ts38 {
329328
font-family: Consolas;
330329
color: Blue;
331330
}
332-
.ts38 {
331+
.ts39 {
333332
font-family: Consolas;
334333
color: Black;
335334
}
336-
.ts39 {
335+
.ts40 {
337336
font-family: Consolas;
338337
color: Green;
339338
}
340-
.ts40 {
339+
.ts41 {
341340
font-family: Consolas;
342341
color: #2b91af;
343342
}
344-
.ts41 {
343+
.ts42 {
345344
font-family: Consolas;
346345
font-weight: bold;
347346
color: #080;
348347
}
349-
.ts42 {
348+
.ts43 {
350349
font-family: Consolas;
351350
color: #a31515;
352351
}
353-
.ts43 {
352+
.ts44 {
354353
font-family: Consolas;
355354
}
356-
.ts44 {
355+
.ts45 {
357356
font-family: 'Courier New';
358357
color: Green;
359358
}
360-
.ts45 {
359+
.ts46 {
361360
font-family: Consolas;
362361
color: Blue;
363362
}
364-
.ts46 {
363+
.ts47 {
365364
font-family: Consolas;
366365
}
367-
.ts47 {
366+
.ts48 {
368367
font-family: Consolas;
369368
color: #00b0f0;
370369
}
371-
.ts48 {
370+
.ts49 {
372371
font-family: Consolas;
373372
font-weight: bold;
374373
color: #00b050;
375374
}
376-
.ts49 {
375+
.ts50 {
377376
font-family: Consolas;
378377
color: #2b91af;
379378
}
380-
.ts50 {
379+
.ts51 {
381380
font-family: Consolas;
382381
font-weight: bold;
383382
color: #080;

docs/css/ui/jquery-ui-1.13.2.custom.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.htm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<meta charset="windows-1252" />
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<meta name="generator" content="HelpSmith 9.8 (Build 23.918)" />
10-
<link type="text/css" rel="stylesheet" href="css/index.css?2f01eb41" />
11-
<link type="text/css" rel="stylesheet" href="css/indexu.css?56cd242c" />
12-
<script type="text/javascript" src="js/jquery-3.6.0.min.js"></script>
13-
<script type="text/javascript" src="js/core.min.js?2f01eb41"></script>
14-
<script type="text/javascript" src="js/settings.js?56cd242c"></script>
15-
<script type="text/javascript" src="js/index.min.js?2f01eb41"></script>
16-
<script type="text/javascript" src="js/topic-table.min.js?56cd242c"></script>
9+
<meta name="generator" content="HelpSmith 9.8 (Build 23.1026)" />
10+
<link type="text/css" rel="stylesheet" href="css/index.css?adb9c364" />
11+
<link type="text/css" rel="stylesheet" href="css/indexu.css?6ccb83cd" />
12+
<script type="text/javascript" src="js/jquery-3.7.1.min.js"></script>
13+
<script type="text/javascript" src="js/core.min.js?adb9c364"></script>
14+
<script type="text/javascript" src="js/settings.js?6ccb83cd"></script>
15+
<script type="text/javascript" src="js/index.min.js?adb9c364"></script>
16+
<script type="text/javascript" src="js/topic-table.min.js?6ccb83cd"></script>
1717
<!-- Web Help IndexPage -->
1818

1919

docs/js/index.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/jquery-3.7.1.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/jquery-ui-1.13.2.custom.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)