Skip to content

Commit 1e465bc

Browse files
2.22 release
1 parent 59c338a commit 1e465bc

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/Help_ZH-CN/XSHelp.hmxp

+11-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
<task-config-value name="table_of_contents">Table of Contents</task-config-value>
3535
</task-config-group>
3636
</export-task>
37+
<export-task name="Publish as HTM" format="HTM">
38+
<task-config-group name="settings">
39+
<task-config-value name="outputfile">..\..\artifacts\DocChinese\HTML\index.html</task-config-value>
40+
<task-config-value name="skin">..\help\XSharp_WebHelp.hmskin</task-config-value>
41+
<task-config-value name="make3include">HTML</task-config-value>
42+
<task-config-value name="make3includeskin">OPT_PARENTHOME,OPT_TOPICFOOTER,OPT_WEBFONTS</task-config-value>
43+
<task-config-value name="make3status">*</task-config-value>
44+
</task-config-group>
45+
</export-task>
3746
</export-tasks>
3847
</export-task-group>
3948
</export-task-groups>
@@ -479,7 +488,7 @@
479488
</body>
480489
</html>]]></config-value>
481490
<config-value name="googleanalytics">UA-68123763-1</config-value>
482-
<config-value name="outputfile">..\..\artifacts\Help\HTML\index.html</config-value>
491+
<config-value name="outputfile">..\..\artifacts\DocChinese\HTML\index.html</config-value>
483492
<config-value name="highlighthotspots">1</config-value>
484493
<config-value name="skin">..\help\XSharp_WebHelp.hmskin</config-value>
485494
<config-value name="searcheditor">0</config-value>
@@ -639,7 +648,7 @@
639648
<config-group name="user">
640649
<config-group name="robert">
641650
<config-group name="project">
642-
<config-value name="lastexport">0</config-value>
651+
<config-value name="lastexport">3</config-value>
643652
</config-group>
644653
<config-group name="report">
645654
<config-value name="type">6</config-value>

src/Tests/General/Program.prg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FUNCTION Start as void
2-
? Version()
2+
DbCreate("C:\Test\test.", {{"Name","C",20,0},{"Age","N",3,0},{ "DOB","D",8,0}})
3+
DbUseArea(.T.,, "C:\Test\test.")
34
RETURN
45

56

0 commit comments

Comments
 (0)