summaryrefslogtreecommitdiffstats
path: root/indenters/__TODO/uigui_csstidy.ini
blob: 2cca15a57262d889ca3b95af62f836528ad5e733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[header]
categories=General
cfgFileParameterEnding=" "
configFilename=
fileTypes=*.css
indenterFileName=csstidy
indenterName=CSSTidy (CSS)
inputFileName=indentinput
inputFileParameter=
manual=http://csstidy.sourceforge.net/usage.php
outputFileName=indentoutput
outputFileParameter=
parameterOrder=ipo
showHelpParameter=
stringparaminquotes=false
useCfgFileParameter=
version=1.3

[Add Timestamp]
Category=0
Description=<html>Add Timestamp.</html>
EditorType=boolean
TrueFalse="--timestamp=true|--timestamp=false"
ValueDefault=0

[Allow HTML in templates]
Category=0
Description=<html>Allow HTML in templates.</html>
EditorType=boolean
TrueFalse="--allow_html_in_templates=true|--allow_html_in_templates=false"
ValueDefault=1

[Case for properties]
Category=0
Choices="--case_properties=0|--case_properties=1|--case_properties=2"
Description=<html><pre>  0 - None.<br>  1 - Lowercase.<br>  2 - Uppercase.</pre></html>
EditorType=multiple
Enabled=false
ValueDefault=1

[Compress colors]
Category=0
Description=<html>Compress colors.</html>
EditorType=boolean
TrueFalse="--compress_colors=true|--compress_colors=false"
ValueDefault=1

[Compress font-weight]
Category=0
Description=<html>Compress font weight.</html>
EditorType=boolean
TrueFalse="--compress_font=true|--compress_font=false"
ValueDefault=1

[Lowercase selectors]
Category=0
Description=<html>Lowercase selectors names needed for XHTML.</html>
EditorType=boolean
TrueFalse="--lowercase_s=true|--lowercase_s=false"
ValueDefault=0

[Optimise shorthands]
Category=0
Choices="--optimise_shorthands=0|--optimise_shorthands=1|--optimise_shorthands=2"
Description=<html><pre>  0 - Do not optimise.<br>  1 - Safe optimisations.<br>  2 - All optimisations.</pre></html>
EditorType=multiple
Enabled=false
ValueDefault=1

[Preserve CSS]
Category=0
Description="<html>Save comments, hacks, etc.<br>Most optimisations can NOT be applied if this is enabled.</html>"
EditorType=boolean
TrueFalse="--preserve_css=true|--preserve_css=false"
ValueDefault=0

[Regroup selectors]
Category=0
Choices="--merge_selectors=0|--merge_selectors=1|--merge_selectors=2"
Description="<html><pre>  0 - Do not change anything<br>  1 - Only seperate selectors (split at , )<br>  2 - Merge selectors with the same properties (fast)</pre></html>"
EditorType=multiple
Enabled=false
ValueDefault=2

[Remove last semikolon]
Category=0
Description="<html>Remove last ;</html>"
EditorType=boolean
TrueFalse="--remove_last_;=true|--remove_last_;=false"
ValueDefault=0

[Remove unnecessary backslashes]
Category=0
Description=<html>Remove backslashes.</html>
EditorType=boolean
TrueFalse="--remove_bslash=true|--remove_bslash=false"
ValueDefault=1

[Sort properties]
Category=0
Description=<html>Sort properties.</html>
EditorType=boolean
TrueFalse="--sort_properties=true|--sort_properties=false"
ValueDefault=0

[Sort selectors %28caution%29]
Category=0
Description=<html><strong>Attention:</strong> This may change the behavior of your CSS code!</html>
EditorType=boolean
TrueFalse="--sort_selectors=true|--sort_selectors=false"
ValueDefault=0

[Template]
Category=0
Choices="--template=highest|--template=high|--template=default|--template=low"
Description="<html><pre>  Highest - No readability, smallest size.<br>  High - Moderate readability, smaller size.<br>  Default - balance between readability and size.<br>  Low - Higher readability.</pre></html>"
EditorType=multiple
Enabled=false
ValueDefault=2