genexus-mcp 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/publish/GxMcp.Gateway.deps.json +125 -0
- package/publish/GxMcp.Gateway.dll +0 -0
- package/publish/GxMcp.Gateway.exe +0 -0
- package/publish/GxMcp.Gateway.pdb +0 -0
- package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
- package/publish/Newtonsoft.Json.dll +0 -0
- package/publish/System.CodeDom.dll +0 -0
- package/publish/System.Management.dll +0 -0
- package/publish/System.Security.Permissions.dll +0 -0
- package/publish/System.Windows.Extensions.dll +0 -0
- package/publish/config.json +19 -0
- package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
- package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
- package/publish/start_mcp.bat +22 -0
- package/publish/tool_definitions.json +1062 -0
- package/publish/web.config +12 -0
- package/publish/worker/Definitions/APIDefinition.xml +427 -0
- package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
- package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
- package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
- package/publish/worker/Definitions/BASEDefinition.xml +60 -0
- package/publish/worker/Definitions/ContextDefinition.xml +43 -0
- package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
- package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
- package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
- package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
- package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
- package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
- package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
- package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
- package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
- package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
- package/publish/worker/Definitions/DeployDefinition.xml +151 -0
- package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
- package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
- package/publish/worker/Definitions/EXODefinition.xml +1877 -0
- package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
- package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
- package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
- package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
- package/publish/worker/Definitions/FILEDefinition.xml +223 -0
- package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
- package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
- package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
- package/publish/worker/Definitions/Functions.psx +2117 -0
- package/publish/worker/Definitions/GRPDefinition.xml +78 -0
- package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
- package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
- package/publish/worker/Definitions/GxpmConditions.xml +238 -0
- package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
- package/publish/worker/Definitions/IDXDefinition.xml +54 -0
- package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
- package/publish/worker/Definitions/KBDefinition.xml +696 -0
- package/publish/worker/Definitions/LNGDefinition.xml +558 -0
- package/publish/worker/Definitions/MBRDefinition.xml +131 -0
- package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
- package/publish/worker/Definitions/MNUDefinition.xml +334 -0
- package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
- package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
- package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
- package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
- package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
- package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
- package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
- package/publish/worker/Definitions/Prc.Rules.psx +393 -0
- package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
- package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
- package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
- package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
- package/publish/worker/Definitions/SD.Rules.psx +67 -0
- package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
- package/publish/worker/Definitions/SDTDefinition.xml +176 -0
- package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
- package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
- package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
- package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
- package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
- package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
- package/publish/worker/Definitions/Sync.Rules.psx +191 -0
- package/publish/worker/Definitions/TBDDefinition.xml +99 -0
- package/publish/worker/Definitions/TBLDefinition.xml +302 -0
- package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
- package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
- package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
- package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
- package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
- package/publish/worker/Definitions/Trn.Rules.psx +560 -0
- package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
- package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
- package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
- package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
- package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
- package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
- package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
- package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
- package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
- package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
- package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
- package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
- package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
- package/publish/worker/Definitions/XFLDefinition.xml +246 -0
- package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
- package/publish/worker/Definitions/conditions.xml +251 -0
- package/publish/worker/Definitions/conditionsSD.xml +236 -0
- package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
- package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
- package/publish/worker/Definitions/dataprovider.xml +254 -0
- package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
- package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
- package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
- package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
- package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
- package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
- package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
- package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
- package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
- package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
- package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
- package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
- package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
- package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
- package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/events.xml +340 -0
- package/publish/worker/Definitions/eventsSD.xml +331 -0
- package/publish/worker/Definitions/exportDefinition.xml +123 -0
- package/publish/worker/Definitions/formula.xml +215 -0
- package/publish/worker/Definitions/gxtypes.xml +24099 -0
- package/publish/worker/Definitions/importDefinition.xml +148 -0
- package/publish/worker/Definitions/javaDefinition.xml +4733 -0
- package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
- package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
- package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
- package/publish/worker/Definitions/procedures.xml +292 -0
- package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
- package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
- package/publish/worker/Definitions/rules.xml +279 -0
- package/publish/worker/Definitions/rulesSD.xml +253 -0
- package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
- package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
- package/publish/worker/Definitions/trn_src.xml +335 -0
- package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
- package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
- package/publish/worker/GxMcp.Worker.exe +0 -0
- package/publish/worker/GxMcp.Worker.exe.config +76 -0
- package/publish/worker/GxMcp.Worker.pdb +0 -0
- package/publish/worker/Newtonsoft.Json.dll +0 -0
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
<SyntaxLanguage Key="Rules" LanguageDefinitionVersion="4.0" Secure="True" WordContainsAdditionalCharacters="@_"
|
|
2
|
+
SyntaxLanguageTypeName="Artech.FrameworkDE.Text.GenericOutlinerParser, Artech.FrameworkDE"
|
|
3
|
+
xmlns="http://ActiproSoftware/SyntaxEditor/4.0/LanguageDefinition">
|
|
4
|
+
|
|
5
|
+
<!-- String Properties -->
|
|
6
|
+
<Properties>
|
|
7
|
+
<Property Key="Creator" Value="Artech" />
|
|
8
|
+
<Property Key="Copyright" Value="Copyright (c) 2001-2007 Artech. All rights reserved." />
|
|
9
|
+
</Properties>
|
|
10
|
+
|
|
11
|
+
<!-- Triggers -->
|
|
12
|
+
<Triggers>
|
|
13
|
+
<AutoReplaceTrigger Key="AutoReplaceTrigger">
|
|
14
|
+
<AutoReplaceTriggerActivators>
|
|
15
|
+
<AutoReplaceTriggerActivator Character="." />
|
|
16
|
+
</AutoReplaceTriggerActivators>
|
|
17
|
+
<AutoReplaceTriggerValidStates>
|
|
18
|
+
<AutoReplaceTriggerValidState State="DefaultState" />
|
|
19
|
+
</AutoReplaceTriggerValidStates>
|
|
20
|
+
</AutoReplaceTrigger>
|
|
21
|
+
<KeyPressTrigger Key="MemberListTrigger" Character=".">
|
|
22
|
+
<KeyPressTriggerValidStates>
|
|
23
|
+
<KeyPressTriggerValidState State="DefaultState" />
|
|
24
|
+
</KeyPressTriggerValidStates>
|
|
25
|
+
</KeyPressTrigger>
|
|
26
|
+
<KeyPressTrigger Key="OpenBracketInfoTipListTrigger" Character="(">
|
|
27
|
+
<KeyPressTriggerValidStates>
|
|
28
|
+
<KeyPressTriggerValidState State="DefaultState" />
|
|
29
|
+
</KeyPressTriggerValidStates>
|
|
30
|
+
</KeyPressTrigger>
|
|
31
|
+
<KeyPressTrigger Key="ParamSeparatorInfoTipListTrigger" Character=",">
|
|
32
|
+
<KeyPressTriggerValidStates>
|
|
33
|
+
<KeyPressTriggerValidState State="DefaultState" />
|
|
34
|
+
</KeyPressTriggerValidStates>
|
|
35
|
+
</KeyPressTrigger>
|
|
36
|
+
<KeyPressTrigger Key="VariablesListTrigger" Character="&">
|
|
37
|
+
<KeyPressTriggerValidStates>
|
|
38
|
+
<KeyPressTriggerValidState State="DefaultState" />
|
|
39
|
+
</KeyPressTriggerValidStates>
|
|
40
|
+
</KeyPressTrigger>
|
|
41
|
+
</Triggers>
|
|
42
|
+
|
|
43
|
+
<!-- Highlighting Styles -->
|
|
44
|
+
<Styles>
|
|
45
|
+
<!-- Override Built-In Styles -->
|
|
46
|
+
<Style Key="BracketHighlightingStyle"/>
|
|
47
|
+
<Style Key="CollapsibleTextStyle"/>
|
|
48
|
+
<Style Key="CodeSnippetFieldStyle"/>
|
|
49
|
+
<Style Key="CodeSnippetDependentFieldStyle"/>
|
|
50
|
+
<!-- Highlighting Styles -->
|
|
51
|
+
<Style Key="ReservedWordStyle"/>
|
|
52
|
+
<Style Key="KeyWordStyle"/>
|
|
53
|
+
<Style Key="DefWordStyle"/>
|
|
54
|
+
<Style Key="FcnReservedWordStyle"/>
|
|
55
|
+
<Style Key="FcnSomeGenReservedWordStyle"/>
|
|
56
|
+
<Style Key="DeprecatedWordStyle"/>
|
|
57
|
+
<Style Key="VariableReplaceStyle"/>
|
|
58
|
+
<Style Key="VariableStyle"/>
|
|
59
|
+
<Style Key="OperatorStyle"/>
|
|
60
|
+
<Style Key="NumberStyle"/>
|
|
61
|
+
<Style Key="StringDelimiterStyle"/>
|
|
62
|
+
<Style Key="StringDefaultStyle"/>
|
|
63
|
+
<Style Key="CommentDelimiterStyle"/>
|
|
64
|
+
<Style Key="CommentURLStyle"/>
|
|
65
|
+
<Style Key="CommentDefaultStyle"/>
|
|
66
|
+
</Styles>
|
|
67
|
+
|
|
68
|
+
<!-- Macros -->
|
|
69
|
+
<Macros>
|
|
70
|
+
<!-- URL -->
|
|
71
|
+
<Macro Key="URLMacro" Value="https?:// [\w\-]+ (\. [\w\-]+)* (/ [\w\-./?%=]*)?" />
|
|
72
|
+
</Macros>
|
|
73
|
+
|
|
74
|
+
<!-- States -->
|
|
75
|
+
<States>
|
|
76
|
+
<!-- Code -->
|
|
77
|
+
<State Key="DefaultState">
|
|
78
|
+
<!-- Patterns Groups -->
|
|
79
|
+
<PatternGroups>
|
|
80
|
+
<ExplicitPatternGroup Key="CloseRulePatternGroup" TokenKey="CloseRuleToken" PatternValue=";" StartBracket="OpenRulePatternGroup"/>
|
|
81
|
+
<!-- Whitespace -->
|
|
82
|
+
<RegexPatternGroup TokenKey="WhitespaceToken" PatternValue="{WhitespaceMacro}+" IsWhitespace="True" />
|
|
83
|
+
<!-- Line Terminators -->
|
|
84
|
+
<RegexPatternGroup TokenKey="LineTerminatorToken" PatternValue="{LineTerminatorMacro}" IsWhitespace="True" />
|
|
85
|
+
<!-- Brackets -->
|
|
86
|
+
<ExplicitPatternGroup Key="OpenParenthesisPatternGroup" TokenKey="OpenParenthesisToken" PatternValue="(" EndBracket="CloseParenthesisPatternGroup" />
|
|
87
|
+
<ExplicitPatternGroup Key="CloseParenthesisPatternGroup" TokenKey="CloseParenthesisToken" PatternValue=")" StartBracket="OpenParenthesisPatternGroup" />
|
|
88
|
+
<ExplicitPatternGroup Key="OpenCurlyBracePatternGroup" TokenKey="OpenCurlyBraceToken" PatternValue="{" EndBracket="CloseCurlyBracePatternGroup" />
|
|
89
|
+
<ExplicitPatternGroup Key="CloseCurlyBracePatternGroup" TokenKey="CloseCurlyBraceToken" PatternValue="}" StartBracket="OpenCurlyBracePatternGroup" />
|
|
90
|
+
<ExplicitPatternGroup Key="OpenSquareBracePatternGroup" TokenKey="OpenSquareBraceToken" PatternValue="[" EndBracket="CloseSquareBracePatternGroup" />
|
|
91
|
+
<ExplicitPatternGroup Key="CloseSquareBracePatternGroup" TokenKey="CloseSquareBraceToken" PatternValue="]" StartBracket="OpenSquareBracePatternGroup" />
|
|
92
|
+
<!-- Punctuation -->
|
|
93
|
+
<ExplicitPatternGroup TokenKey="PunctuationToken">
|
|
94
|
+
<ExplicitPatterns>
|
|
95
|
+
. , : ;
|
|
96
|
+
</ExplicitPatterns>
|
|
97
|
+
</ExplicitPatternGroup>
|
|
98
|
+
<!-- Null -->
|
|
99
|
+
<ExplicitPatternGroup TokenKey="NullToken" Style="ReservedWordStyle" PatternValue="null" LookAhead="{NonWordMacro}|$" CaseSensitivity="Sensitive" />
|
|
100
|
+
<!-- Reserved Words -->
|
|
101
|
+
<ExplicitPatternGroup TokenKey="IfToken" Style="KeyWordStyle" PatternValue="If" LookAhead="{NonWordMacro}|$"/>
|
|
102
|
+
<ExplicitPatternGroup TokenKey="OtherwiseToken" Style="KeyWordStyle" PatternValue="otherwise" LookAhead="{NonWordMacro}|$"/>
|
|
103
|
+
<ExplicitPatternGroup TokenKey="FcnWordToken" Style="FcnReservedWordStyle" LookAhead="{NonWordMacro}|$" StartsWith="[a-zA-Z]" >
|
|
104
|
+
<ExplicitPatterns>
|
|
105
|
+
After Call Day Month Year Now ServerNow Hour Minute Second DoW CDoW CMonth CtoD
|
|
106
|
+
CtoT DtoC TtoC YMDtoD YMDHMStoT Age TDiff TAdd Ask UDP Rows Cols Time SysTime SysDate ServerTime
|
|
107
|
+
ServerDate UserID UserCls WrkSt Str SubStr Space Len Trim LTrim RTrim Upper Lower NewLine Int Round
|
|
108
|
+
Trunc Random RSeed RGB Color Null NullValue LoadBitmap Val Confirmed Cursor Link Modified Previous Old Create
|
|
109
|
+
ToFormattedString StrSearch StrSearchRev GetEncryptionKey Encrypt64 Decrypt64 Shell IsNull FileExist Today Sleep PadL PadR
|
|
110
|
+
Concat Concat Concat Concat AddMth AddMth AddYr AddYr EoM EoM GXMLines GXGetMLi StrReplace Sum Count Max
|
|
111
|
+
Min Find GetLocation GetSOAPErr GetSOAPErrMsg GetDataStore iif EnumerationDescription EnumerationName SetUserId SetWrkSt
|
|
112
|
+
GetMessageText SetLanguage Format XSLTApply Mod RoundToEven Chr
|
|
113
|
+
</ExplicitPatterns>
|
|
114
|
+
</ExplicitPatternGroup>
|
|
115
|
+
<!-- Identifier -->
|
|
116
|
+
<RegexPatternGroup TokenKey="VariableReplaceToken" Style="VariableReplaceStyle" PatternValue="(\$)({WordMacro})*(\$)" />
|
|
117
|
+
<RegexPatternGroup TokenKey="VariableToken" Style="VariableStyle" PatternValue="(&)({WordMacro})*" />
|
|
118
|
+
<RegexPatternGroup TokenKey="IdentifierToken" PatternValue="(_ | {AlphaMacro})({WordMacro})*" />
|
|
119
|
+
<!-- Operators -->
|
|
120
|
+
<ExplicitPatternGroup TokenKey="OperatorToken" Style="OperatorStyle">
|
|
121
|
+
<ExplicitPatterns>
|
|
122
|
+
=== !==
|
|
123
|
+
== !=
|
|
124
|
+
= !
|
|
125
|
+
++ --
|
|
126
|
+
+= -= *= /= %=
|
|
127
|
+
->
|
|
128
|
+
+ - * / %
|
|
129
|
+
&& ||
|
|
130
|
+
&= |= ^=
|
|
131
|
+
& | ~ ^
|
|
132
|
+
<<= >>=
|
|
133
|
+
<< >>
|
|
134
|
+
<= < >= >
|
|
135
|
+
?
|
|
136
|
+
</ExplicitPatterns>
|
|
137
|
+
</ExplicitPatternGroup>
|
|
138
|
+
<!-- Numbers -->
|
|
139
|
+
<RegexPatternGroup TokenKey="RealNumberToken" Style="NumberStyle" LookAhead="{NonWordMacro}|$">
|
|
140
|
+
<RegexPattern Value="{DigitMacro}* \. {DigitMacro}+ ([Ee] [\+\-]? {DigitMacro}+)? [FfDdMm]?" />
|
|
141
|
+
<RegexPattern Value="{DigitMacro}+ [Ee] [\+\-]? {DigitMacro}+ [FfDdMm]" />
|
|
142
|
+
</RegexPatternGroup>
|
|
143
|
+
<RegexPatternGroup TokenKey="IntegerNumberToken" Style="NumberStyle" PatternValue="{DigitMacro}+ (([Uu]? [Ll]?) | ([Ll]? [Uu]?))" LookAhead="{NonWordMacro}|$" />
|
|
144
|
+
<RegexPatternGroup TokenKey="HexIntegerNumberToken" Style="NumberStyle" PatternValue="0 [xX] {HexDigitMacro}+ (([Uu]? [Ll]?) | ([Ll]? [Uu]?))" LookAhead="{NonWordMacro}|$" />
|
|
145
|
+
</PatternGroups>
|
|
146
|
+
<!-- Child States -->
|
|
147
|
+
<ChildStates>
|
|
148
|
+
<ChildState Key="CharacterState" />
|
|
149
|
+
<ChildState Key="StringState" />
|
|
150
|
+
<ChildState Key="MultiLineCommentState" />
|
|
151
|
+
<ChildState Key="CommentState" />
|
|
152
|
+
</ChildStates>
|
|
153
|
+
</State>
|
|
154
|
+
|
|
155
|
+
<!-- Characters -->
|
|
156
|
+
<State Key="CharacterState" TokenKey="CharacterDefaultToken" Style="StringDefaultStyle">
|
|
157
|
+
<!-- Scopes -->
|
|
158
|
+
<Scopes>
|
|
159
|
+
<Scope>
|
|
160
|
+
<ExplicitPatternGroup Type="StartScope" TokenKey="CharacterStartToken" Style="StringDelimiterStyle" PatternValue="'" />
|
|
161
|
+
<RegexPatternGroup Type="EndScope" TokenKey="CharacterEndToken" Style="StringDelimiterStyle" PatternValue="['\n]" />
|
|
162
|
+
</Scope>
|
|
163
|
+
</Scopes>
|
|
164
|
+
<!-- Patterns Groups -->
|
|
165
|
+
<PatternGroups>
|
|
166
|
+
<RegexPatternGroup TokenKey="CharacterEscapedCharacterToken" PatternValue="\\x {HexDigitMacro}{1,4}" />
|
|
167
|
+
<RegexPatternGroup TokenKey="CharacterEscapedCharacterToken" PatternValue="\\u {HexDigitMacro}{4,4}" />
|
|
168
|
+
<RegexPatternGroup TokenKey="CharacterEscapedCharacterToken" PatternValue="\\U {HexDigitMacro}{8,8}" />
|
|
169
|
+
<RegexPatternGroup TokenKey="CharacterEscapedCharacterToken" PatternValue="\\." />
|
|
170
|
+
<RegexPatternGroup TokenKey="CharacterWhitespaceToken" PatternValue="{WhitespaceMacro}+" IsWhitespace="True" />
|
|
171
|
+
<RegexPatternGroup TokenKey="CharacterWordToken" PatternValue="\w+" />
|
|
172
|
+
<RegexPatternGroup TokenKey="CharacterDefaultToken" PatternValue="[^'\n]" />
|
|
173
|
+
</PatternGroups>
|
|
174
|
+
</State>
|
|
175
|
+
|
|
176
|
+
<!-- Strings -->
|
|
177
|
+
<State Key="StringState" TokenKey="StringDefaultToken" Style="StringDefaultStyle">
|
|
178
|
+
<!-- Scopes -->
|
|
179
|
+
<Scopes>
|
|
180
|
+
<Scope>
|
|
181
|
+
<RegexPatternGroup Type="StartScope" TokenKey="StringStartToken" Style="StringDelimiterStyle" PatternValue="!?\"" />
|
|
182
|
+
<RegexPatternGroup Type="EndScope" TokenKey="StringEndToken" Style="StringDelimiterStyle" PatternValue="[\"\n]" />
|
|
183
|
+
</Scope>
|
|
184
|
+
</Scopes>
|
|
185
|
+
<!-- Patterns Groups -->
|
|
186
|
+
<PatternGroups>
|
|
187
|
+
<RegexPatternGroup TokenKey="StringEscapedCharacterToken" PatternValue="\\x {HexDigitMacro}{1,4}" />
|
|
188
|
+
<RegexPatternGroup TokenKey="StringEscapedCharacterToken" PatternValue="\\u {HexDigitMacro}{4,4}" />
|
|
189
|
+
<RegexPatternGroup TokenKey="StringEscapedCharacterToken" PatternValue="\\U {HexDigitMacro}{8,8}" />
|
|
190
|
+
<RegexPatternGroup TokenKey="StringEscapedCharacterToken" PatternValue="\\[^\"]" />
|
|
191
|
+
<RegexPatternGroup TokenKey="StringWhitespaceToken" PatternValue="{WhitespaceMacro}+" IsWhitespace="True" />
|
|
192
|
+
<RegexPatternGroup TokenKey="StringWordToken" PatternValue="\w+" />
|
|
193
|
+
<RegexPatternGroup TokenKey="StringDefaultToken" PatternValue="[^\"\n]" />
|
|
194
|
+
</PatternGroups>
|
|
195
|
+
</State>
|
|
196
|
+
|
|
197
|
+
<!-- Comments -->
|
|
198
|
+
<State Key="CommentState" TokenKey="CommentDefaultToken" Style="CommentDefaultStyle">
|
|
199
|
+
<!-- Scopes -->
|
|
200
|
+
<Scopes>
|
|
201
|
+
<Scope>
|
|
202
|
+
<ExplicitPatternGroup Type="StartScope" TokenKey="CommentStartToken" Style="CommentDelimiterStyle" PatternValue="//" />
|
|
203
|
+
<RegexPatternGroup Type="EndScope" TokenKey="CommentEndToken" Style="CommentDelimiterStyle" PatternValue="{LineTerminatorMacro}" />
|
|
204
|
+
</Scope>
|
|
205
|
+
</Scopes>
|
|
206
|
+
<!-- Patterns Groups -->
|
|
207
|
+
<PatternGroups>
|
|
208
|
+
<RegexPatternGroup TokenKey="CommentDelimiterToken" Style="CommentDelimiterStyle" PatternValue="//" />
|
|
209
|
+
<RegexPatternGroup TokenKey="CommentWhitespaceToken" PatternValue="{WhitespaceMacro}+" IsWhitespace="True" />
|
|
210
|
+
<RegexPatternGroup TokenKey="CommentURLToken" Style="CommentURLStyle" PatternValue="{URLMacro}" />
|
|
211
|
+
<RegexPatternGroup TokenKey="CommentLineTerminatorToken" PatternValue="{LineTerminatorMacro}" LookAhead="{LineTerminatorWhitespaceMacro}* // [^/]" IsWhitespace="True" />
|
|
212
|
+
<RegexPatternGroup TokenKey="CommentWordToken" PatternValue="\w+" />
|
|
213
|
+
<RegexPatternGroup TokenKey="CommentDefaultToken" PatternValue="{NonLineTerminatorMacro}" />
|
|
214
|
+
</PatternGroups>
|
|
215
|
+
</State>
|
|
216
|
+
|
|
217
|
+
<!-- MultiLine Comments -->
|
|
218
|
+
<State Key="MultiLineCommentState" TokenKey="MultiLineCommentDefaultToken" Style="CommentDefaultStyle">
|
|
219
|
+
<!-- Scopes -->
|
|
220
|
+
<Scopes>
|
|
221
|
+
<Scope BracketHighlight="True">
|
|
222
|
+
<ExplicitPatternGroup Type="StartScope" TokenKey="MultiLineCommentStartToken" Style="CommentDelimiterStyle" PatternValue="/*" />
|
|
223
|
+
<ExplicitPatternGroup Type="EndScope" TokenKey="MultiLineCommentEndToken" Style="CommentDelimiterStyle" PatternValue="*/" />
|
|
224
|
+
</Scope>
|
|
225
|
+
</Scopes>
|
|
226
|
+
<!-- Patterns Groups -->
|
|
227
|
+
<PatternGroups>
|
|
228
|
+
<RegexPatternGroup TokenKey="MultiLineCommentWhitespaceToken" PatternValue="{WhitespaceMacro}+" IsWhitespace="True" />
|
|
229
|
+
<RegexPatternGroup TokenKey="MultiLineCommentLineTerminatorToken" PatternValue="{LineTerminatorMacro}" IsWhitespace="True" />
|
|
230
|
+
<RegexPatternGroup TokenKey="MultiLineCommentURLToken" Style="CommentURLStyle" PatternValue="{URLMacro}" />
|
|
231
|
+
<RegexPatternGroup TokenKey="MultiLineCommentWordToken" PatternValue="\w+" />
|
|
232
|
+
<RegexPatternGroup TokenKey="MultiLineCommentDefaultToken" PatternValue="[^*]" />
|
|
233
|
+
</PatternGroups>
|
|
234
|
+
</State>
|
|
235
|
+
|
|
236
|
+
</States>
|
|
237
|
+
|
|
238
|
+
</SyntaxLanguage>
|
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='HELPGENSETTINGS'>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>HELPGENSETTINGS</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop>
|
|
9
|
+
<Id>HelpGeneratorLanguage</Id>
|
|
10
|
+
<Name>Language</Name>
|
|
11
|
+
<Type>Custom</Type>
|
|
12
|
+
<CustomType>Artech.Packages.HelpGenerator.Options.Types.HelpGeneratorLanguageType, Artech.Packages.HelpGenerator, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
13
|
+
<Metadata>
|
|
14
|
+
<Value name='customDefaultResolver'>Artech.Packages.HelpGenerator.Options.Resolvers.HelpGeneratorLanguageTypeDefaultResolver, Artech.Packages.HelpGenerator, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
15
|
+
</Metadata>
|
|
16
|
+
</Prop>
|
|
17
|
+
<Prop>
|
|
18
|
+
<Id>HelpGeneratorObjectsOptions</Id>
|
|
19
|
+
<Name>Objects Options</Name>
|
|
20
|
+
<Type>Combo</Type>
|
|
21
|
+
<Default>idHGObjOpt_AllObjects</Default>
|
|
22
|
+
<Values>
|
|
23
|
+
<Value id='idHGObjOpt_AllObjects' desc='Generate help for all objects'/>
|
|
24
|
+
<Value id='idHGObjOpt_UpdObjects' desc='Only for objects modified after last help generation'/>
|
|
25
|
+
</Values>
|
|
26
|
+
</Prop>
|
|
27
|
+
<Prop>
|
|
28
|
+
<Id>HelpGeneratorType</Id>
|
|
29
|
+
<Name>Generation Type</Name>
|
|
30
|
+
<Type>Combo</Type>
|
|
31
|
+
<Default>HelpGeneratorTypeHtml</Default>
|
|
32
|
+
<Values>
|
|
33
|
+
<Value id='HelpGeneratorTypeCHM' desc='CHM'/>
|
|
34
|
+
<Value id='HelpGeneratorTypeHtml' desc='HTML'/>
|
|
35
|
+
</Values>
|
|
36
|
+
<Metadata>
|
|
37
|
+
<Value name='customDefaultResolver'>Artech.Packages.HelpGenerator.Resolvers.HelpGeneratorTypeDefaultResolver, Artech.Packages.HelpGenerator, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
38
|
+
</Metadata>
|
|
39
|
+
</Prop>
|
|
40
|
+
<Group hidden='1'>
|
|
41
|
+
<Id>HelpGeneratorCHMSettings</Id>
|
|
42
|
+
<Name>CHM Generation Settings</Name>
|
|
43
|
+
<Type>Group</Type>
|
|
44
|
+
<Dependencies>
|
|
45
|
+
<Depend type='Apply'>
|
|
46
|
+
<Cond>value(HelpGeneratorType) == HelpGeneratorTypeCHM</Cond>
|
|
47
|
+
<Condition>
|
|
48
|
+
<Expression>
|
|
49
|
+
<Type>Comparison</Type>
|
|
50
|
+
<Operator>Equal</Operator>
|
|
51
|
+
<PropName>HelpGeneratorType</PropName>
|
|
52
|
+
<Value>HelpGeneratorTypeCHM</Value>
|
|
53
|
+
</Expression>
|
|
54
|
+
</Condition>
|
|
55
|
+
</Depend>
|
|
56
|
+
</Dependencies>
|
|
57
|
+
<Children>
|
|
58
|
+
<Prop hidden='1'>
|
|
59
|
+
<Id>HelpGeneratorCHMCompiler</Id>
|
|
60
|
+
<Name>CHM Compiler Path</Name>
|
|
61
|
+
<Type>Custom</Type>
|
|
62
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ExeFileType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
63
|
+
<Options>
|
|
64
|
+
<Option type='Required'/>
|
|
65
|
+
</Options>
|
|
66
|
+
</Prop>
|
|
67
|
+
<Prop hidden='1'>
|
|
68
|
+
<Id>ChmIncludeFullTextSearch</Id>
|
|
69
|
+
<Name>Include full-text search</Name>
|
|
70
|
+
<Type>Boolean</Type>
|
|
71
|
+
<Default>false</Default>
|
|
72
|
+
</Prop>
|
|
73
|
+
<Prop hidden='1'>
|
|
74
|
+
<Id>ChmCustomMainPage</Id>
|
|
75
|
+
<Name>Custom main Html page</Name>
|
|
76
|
+
<Type>Text</Type>
|
|
77
|
+
</Prop>
|
|
78
|
+
<Prop hidden='1'>
|
|
79
|
+
<Id>ChmCustomContent</Id>
|
|
80
|
+
<Name>Custom content path</Name>
|
|
81
|
+
<Type>Text</Type>
|
|
82
|
+
</Prop>
|
|
83
|
+
<Prop hidden='1'>
|
|
84
|
+
<Id>ChmCustomIndex</Id>
|
|
85
|
+
<Name>Custom index path</Name>
|
|
86
|
+
<Type>Text</Type>
|
|
87
|
+
</Prop>
|
|
88
|
+
</Children>
|
|
89
|
+
</Group>
|
|
90
|
+
<Group>
|
|
91
|
+
<Id>HelpHtmlPageProperties</Id>
|
|
92
|
+
<Name>Html Page Properties</Name>
|
|
93
|
+
<Type>Group</Type>
|
|
94
|
+
<Children>
|
|
95
|
+
<Prop>
|
|
96
|
+
<Id>HelpHtmlPageIncludeTitle</Id>
|
|
97
|
+
<Name>Include description as page title</Name>
|
|
98
|
+
<Description>Include the object description in the header of the generated page.</Description>
|
|
99
|
+
<Type>Boolean</Type>
|
|
100
|
+
<Default>false</Default>
|
|
101
|
+
</Prop>
|
|
102
|
+
<Prop>
|
|
103
|
+
<Id>HelpHtmlPageCss</Id>
|
|
104
|
+
<Name>Include CSS</Name>
|
|
105
|
+
<Description>Define the cascade style sheet name to be include in each html generated page.</Description>
|
|
106
|
+
<Type>Text</Type>
|
|
107
|
+
</Prop>
|
|
108
|
+
<Group>
|
|
109
|
+
<Id>HelpHtmlPageSeeAlso</Id>
|
|
110
|
+
<Name>See Also Configuration</Name>
|
|
111
|
+
<Type>Group</Type>
|
|
112
|
+
<Children>
|
|
113
|
+
<Prop>
|
|
114
|
+
<Id>HelpHtmlPageIncludeVarRef</Id>
|
|
115
|
+
<Name>Include Variables References</Name>
|
|
116
|
+
<Type>Boolean</Type>
|
|
117
|
+
<Default>false</Default>
|
|
118
|
+
</Prop>
|
|
119
|
+
<Prop>
|
|
120
|
+
<Id>HelpHtmlPageIncludeAttRef</Id>
|
|
121
|
+
<Name>Include Attributes/Domains References</Name>
|
|
122
|
+
<Type>Boolean</Type>
|
|
123
|
+
<Default>false</Default>
|
|
124
|
+
</Prop>
|
|
125
|
+
<Prop>
|
|
126
|
+
<Id>HelpHtmlPageIncludeObjRef</Id>
|
|
127
|
+
<Name>Include Object References</Name>
|
|
128
|
+
<Type>Boolean</Type>
|
|
129
|
+
<Default>false</Default>
|
|
130
|
+
</Prop>
|
|
131
|
+
<Prop>
|
|
132
|
+
<Id>HelpHtmlPageSeeAlsoText</Id>
|
|
133
|
+
<Name>See Also Text</Name>
|
|
134
|
+
<Type>Text</Type>
|
|
135
|
+
<Dependencies>
|
|
136
|
+
<Depend type='Readonly'>
|
|
137
|
+
<Cond>(value(HelpHtmlPageIncludeVarRef) == false) and ((value(HelpHtmlPageIncludeAttRef) == false) and (value(HelpHtmlPageIncludeObjRef) == false))</Cond>
|
|
138
|
+
<Condition>
|
|
139
|
+
<Expression>
|
|
140
|
+
<Type>BooleanExpression</Type>
|
|
141
|
+
<FirstPart>
|
|
142
|
+
<Expression>
|
|
143
|
+
<Type>Comparison</Type>
|
|
144
|
+
<Operator>Equal</Operator>
|
|
145
|
+
<PropName>HelpHtmlPageIncludeVarRef</PropName>
|
|
146
|
+
<Value>false</Value>
|
|
147
|
+
</Expression>
|
|
148
|
+
</FirstPart>
|
|
149
|
+
<Operator>and</Operator>
|
|
150
|
+
<SecondPart>
|
|
151
|
+
<Expression>
|
|
152
|
+
<Type>BooleanExpression</Type>
|
|
153
|
+
<FirstPart>
|
|
154
|
+
<Expression>
|
|
155
|
+
<Type>Comparison</Type>
|
|
156
|
+
<Operator>Equal</Operator>
|
|
157
|
+
<PropName>HelpHtmlPageIncludeAttRef</PropName>
|
|
158
|
+
<Value>false</Value>
|
|
159
|
+
</Expression>
|
|
160
|
+
</FirstPart>
|
|
161
|
+
<Operator>and</Operator>
|
|
162
|
+
<SecondPart>
|
|
163
|
+
<Expression>
|
|
164
|
+
<Type>Comparison</Type>
|
|
165
|
+
<Operator>Equal</Operator>
|
|
166
|
+
<PropName>HelpHtmlPageIncludeObjRef</PropName>
|
|
167
|
+
<Value>false</Value>
|
|
168
|
+
</Expression>
|
|
169
|
+
</SecondPart>
|
|
170
|
+
</Expression>
|
|
171
|
+
</SecondPart>
|
|
172
|
+
</Expression>
|
|
173
|
+
</Condition>
|
|
174
|
+
</Depend>
|
|
175
|
+
</Dependencies>
|
|
176
|
+
</Prop>
|
|
177
|
+
<Prop>
|
|
178
|
+
<Id>HelpHtmlPageSeeAlsoFormat</Id>
|
|
179
|
+
<Name>Format</Name>
|
|
180
|
+
<Type>Combo</Type>
|
|
181
|
+
<Default>idHLPSeeAlsoFormatTable</Default>
|
|
182
|
+
<Values>
|
|
183
|
+
<Value id='idHLPSeeAlsoFormatTable' desc='Links in a table'/>
|
|
184
|
+
<Value id='idHLPSeeAlsoFormatList' desc='Comma separated list'/>
|
|
185
|
+
</Values>
|
|
186
|
+
<Dependencies>
|
|
187
|
+
<Depend type='Readonly'>
|
|
188
|
+
<Cond>(value(HelpHtmlPageIncludeVarRef) == false) and ((value(HelpHtmlPageIncludeAttRef) == false) and (value(HelpHtmlPageIncludeObjRef) == false))</Cond>
|
|
189
|
+
<Condition>
|
|
190
|
+
<Expression>
|
|
191
|
+
<Type>BooleanExpression</Type>
|
|
192
|
+
<FirstPart>
|
|
193
|
+
<Expression>
|
|
194
|
+
<Type>Comparison</Type>
|
|
195
|
+
<Operator>Equal</Operator>
|
|
196
|
+
<PropName>HelpHtmlPageIncludeVarRef</PropName>
|
|
197
|
+
<Value>false</Value>
|
|
198
|
+
</Expression>
|
|
199
|
+
</FirstPart>
|
|
200
|
+
<Operator>and</Operator>
|
|
201
|
+
<SecondPart>
|
|
202
|
+
<Expression>
|
|
203
|
+
<Type>BooleanExpression</Type>
|
|
204
|
+
<FirstPart>
|
|
205
|
+
<Expression>
|
|
206
|
+
<Type>Comparison</Type>
|
|
207
|
+
<Operator>Equal</Operator>
|
|
208
|
+
<PropName>HelpHtmlPageIncludeAttRef</PropName>
|
|
209
|
+
<Value>false</Value>
|
|
210
|
+
</Expression>
|
|
211
|
+
</FirstPart>
|
|
212
|
+
<Operator>and</Operator>
|
|
213
|
+
<SecondPart>
|
|
214
|
+
<Expression>
|
|
215
|
+
<Type>Comparison</Type>
|
|
216
|
+
<Operator>Equal</Operator>
|
|
217
|
+
<PropName>HelpHtmlPageIncludeObjRef</PropName>
|
|
218
|
+
<Value>false</Value>
|
|
219
|
+
</Expression>
|
|
220
|
+
</SecondPart>
|
|
221
|
+
</Expression>
|
|
222
|
+
</SecondPart>
|
|
223
|
+
</Expression>
|
|
224
|
+
</Condition>
|
|
225
|
+
</Depend>
|
|
226
|
+
</Dependencies>
|
|
227
|
+
</Prop>
|
|
228
|
+
<Prop>
|
|
229
|
+
<Id>HelpHtmlPageSeeAlsoTableColumns</Id>
|
|
230
|
+
<Name>Table Columns Count</Name>
|
|
231
|
+
<Type>Combo Int</Type>
|
|
232
|
+
<Default>1</Default>
|
|
233
|
+
<Values>
|
|
234
|
+
<Value id='1' desc='1'/>
|
|
235
|
+
<Value id='2' desc='2'/>
|
|
236
|
+
<Value id='3' desc='3'/>
|
|
237
|
+
<Value id='4' desc='4'/>
|
|
238
|
+
<Value id='5' desc='5'/>
|
|
239
|
+
<Value id='6' desc='6'/>
|
|
240
|
+
</Values>
|
|
241
|
+
<Dependencies>
|
|
242
|
+
<Depend type='Readonly'>
|
|
243
|
+
<Cond>(value(HelpHtmlPageIncludeVarRef) == false) and ((value(HelpHtmlPageIncludeAttRef) == false) and (value(HelpHtmlPageIncludeObjRef) == false))</Cond>
|
|
244
|
+
<Condition>
|
|
245
|
+
<Expression>
|
|
246
|
+
<Type>BooleanExpression</Type>
|
|
247
|
+
<FirstPart>
|
|
248
|
+
<Expression>
|
|
249
|
+
<Type>Comparison</Type>
|
|
250
|
+
<Operator>Equal</Operator>
|
|
251
|
+
<PropName>HelpHtmlPageIncludeVarRef</PropName>
|
|
252
|
+
<Value>false</Value>
|
|
253
|
+
</Expression>
|
|
254
|
+
</FirstPart>
|
|
255
|
+
<Operator>and</Operator>
|
|
256
|
+
<SecondPart>
|
|
257
|
+
<Expression>
|
|
258
|
+
<Type>BooleanExpression</Type>
|
|
259
|
+
<FirstPart>
|
|
260
|
+
<Expression>
|
|
261
|
+
<Type>Comparison</Type>
|
|
262
|
+
<Operator>Equal</Operator>
|
|
263
|
+
<PropName>HelpHtmlPageIncludeAttRef</PropName>
|
|
264
|
+
<Value>false</Value>
|
|
265
|
+
</Expression>
|
|
266
|
+
</FirstPart>
|
|
267
|
+
<Operator>and</Operator>
|
|
268
|
+
<SecondPart>
|
|
269
|
+
<Expression>
|
|
270
|
+
<Type>Comparison</Type>
|
|
271
|
+
<Operator>Equal</Operator>
|
|
272
|
+
<PropName>HelpHtmlPageIncludeObjRef</PropName>
|
|
273
|
+
<Value>false</Value>
|
|
274
|
+
</Expression>
|
|
275
|
+
</SecondPart>
|
|
276
|
+
</Expression>
|
|
277
|
+
</SecondPart>
|
|
278
|
+
</Expression>
|
|
279
|
+
</Condition>
|
|
280
|
+
</Depend>
|
|
281
|
+
<Depend type='Not Show'>
|
|
282
|
+
<Cond>value(HelpHtmlPageSeeAlsoFormat) == idHLPSeeAlsoFormatList</Cond>
|
|
283
|
+
<Condition>
|
|
284
|
+
<Expression>
|
|
285
|
+
<Type>Comparison</Type>
|
|
286
|
+
<Operator>Equal</Operator>
|
|
287
|
+
<PropName>HelpHtmlPageSeeAlsoFormat</PropName>
|
|
288
|
+
<Value>idHLPSeeAlsoFormatList</Value>
|
|
289
|
+
</Expression>
|
|
290
|
+
</Condition>
|
|
291
|
+
</Depend>
|
|
292
|
+
</Dependencies>
|
|
293
|
+
</Prop>
|
|
294
|
+
</Children>
|
|
295
|
+
</Group>
|
|
296
|
+
</Children>
|
|
297
|
+
</Group>
|
|
298
|
+
</Children>
|
|
299
|
+
</Group>
|
|
300
|
+
</Object>
|
|
301
|
+
<Object id='HELPIMPSETTINGS'>
|
|
302
|
+
<Group>
|
|
303
|
+
<Name>HELPIMPSETTINGS</Name>
|
|
304
|
+
<Type>Main</Type>
|
|
305
|
+
<Children>
|
|
306
|
+
<Prop>
|
|
307
|
+
<Id>HelpImportLanguage</Id>
|
|
308
|
+
<Name>Language</Name>
|
|
309
|
+
<Type>Custom</Type>
|
|
310
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LanguageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
311
|
+
<Metadata>
|
|
312
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.KBLanguageDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
313
|
+
</Metadata>
|
|
314
|
+
</Prop>
|
|
315
|
+
</Children>
|
|
316
|
+
</Group>
|
|
317
|
+
</Object>
|
|
318
|
+
</Content>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='IDX'>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>IDX</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop hidden='1'>
|
|
9
|
+
<Id>HelpKeyword</Id>
|
|
10
|
+
<Name>HelpKeyword</Name>
|
|
11
|
+
<Type>Integer</Type>
|
|
12
|
+
<Dependencies>
|
|
13
|
+
<Depend type='Default'>
|
|
14
|
+
<Value>6</Value>
|
|
15
|
+
</Depend>
|
|
16
|
+
</Dependencies>
|
|
17
|
+
<Options>
|
|
18
|
+
<Option type='Not Show'/>
|
|
19
|
+
</Options>
|
|
20
|
+
</Prop>
|
|
21
|
+
<Prop>
|
|
22
|
+
<Id>IDXSTOAREA</Id>
|
|
23
|
+
<Name>Storage area</Name>
|
|
24
|
+
<Description>Storage area</Description>
|
|
25
|
+
<Type>Text</Type>
|
|
26
|
+
</Prop>
|
|
27
|
+
<Prop>
|
|
28
|
+
<Id>IDXINISIZE</Id>
|
|
29
|
+
<Name>Initial size</Name>
|
|
30
|
+
<Description>Initial size</Description>
|
|
31
|
+
<Type>Integer</Type>
|
|
32
|
+
</Prop>
|
|
33
|
+
<Prop>
|
|
34
|
+
<Id>IDXFEXTENT</Id>
|
|
35
|
+
<Name>First extent size</Name>
|
|
36
|
+
<Description>First extent size</Description>
|
|
37
|
+
<Type>Integer</Type>
|
|
38
|
+
</Prop>
|
|
39
|
+
<Prop>
|
|
40
|
+
<Id>IDXNEXTENT</Id>
|
|
41
|
+
<Name>Next extents percentage increase</Name>
|
|
42
|
+
<Description>Next extents percentage increase</Description>
|
|
43
|
+
<Type>Integer</Type>
|
|
44
|
+
</Prop>
|
|
45
|
+
<Prop>
|
|
46
|
+
<Id>IDXMINEXTENT</Id>
|
|
47
|
+
<Name>Minimum number of extents</Name>
|
|
48
|
+
<Description>Minimum number of extents</Description>
|
|
49
|
+
<Type>Integer</Type>
|
|
50
|
+
</Prop>
|
|
51
|
+
</Children>
|
|
52
|
+
</Group>
|
|
53
|
+
</Object>
|
|
54
|
+
</Content>
|