1[Config]
2keys=ProfileName,OutputFormat,RequestTimeout,StartingDir,recurse,Exclusions,scanOrderBy,scanQoQ,scanBuiltInFunc,showScopeInfo,highlightClientScopes,ClientScopes
3 4 5 6[ProfileName]
7label=Profile Name
8type=text
9 10 11; Basic Settings
12 13[OutputFormat]
14label=Output Format
15type=select
16options=HTML,WDDX,XML
17 18[RequestTimeout]
19label=Request Timeout
20type=text
21hint=Override the Request Timeout setting. Set to 'default' to ignore.
22 23 24; Directory Settings
25 26[StartingDir]
27label=Starting Directory
28type=text
29hint=Absolute path or mapping. No ending slash required.
30 31[recurse]
32label=Recurse sub-directories?
33type=boolean
34hint=Set to true to scan inside sub-directories.
35 36[Exclusions]
37label=Exclusions
38type=text
39hint=A regular expression specifying which files/directories to exclude.
40 41 42; Scanner Flags
43 44[scanOrderBy]
45label=Scan ORDER BY?
46type=boolean
47hint=Set to false to exclude ORDER BY clauses from scanning.
48 49[scanQoQ]
50label=Scan Query of Queries?
51type=boolean
52hint=Set to false to exclude Queries with dbtype="query" from scanning.
53 54[scanBuiltInFunc]
55label=Scan Built-in Functions?
56type=boolean
57hint=Set to false to exclude functions like Now(), Round(...), ArrayLen(...), etc.
58 59 60; Result Options
61 62[showScopeInfo]
63label=Show Scope Info?
64type=boolean
65hint=Set to true to provide information about scopes which variables are in.
66 67[highlightClientScopes]
68label=Highlight Client Scopes?
69type=boolean
70hint=Set to true to highlight queries which contain client scoped variables.
71 72[ClientScopes]
73label=Client Scopes
74type=text
75hint=A list of scopes which can be directly set by clients.
76 77