annotate indenters/uigui_astyle.ini @ 773:cc0fc2cd7611

Updated bcpp to the most recent version from 2009/06/30 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1050 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 03 May 2011 20:25:39 +0000
parents 0b7602d246e4
children 6691df78dd5c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
477
ce6cd144159d Because no values are written back to the uigui ini files anymore since version 0.8.0, the section/group names are no longer reordered nor renamed. So I do not use a "%20" prepended to the section name "[header]".
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 463
diff changeset
1 [header]
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
2 categories=Predefined Style|Tab and Bracket|Indentation|Padding|Formatting|Other
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3 cfgFileParameterEnding=cr
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
4 configFilename=.astylerc
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
5 fileTypes=*.cpp|*.c|*.cu|*.h|*.hpp|*.inl|*.hh|*.cs|*.java
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
6 indenterFileName=astyle
463
cd6ca4a1dc2b [add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 335
diff changeset
7 indenterName=Artistic Style (C, C++, C#, JAVA)
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
8 inputFileName=indentinput
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
9 inputFileParameter=
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
10 manual=http://astyle.sourceforge.net/astyle.html
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
11 outputFileName=indentinput
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
12 outputFileParameter=none
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
13 parameterOrder=ipo
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
14 showHelpParameter=-h
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
15 stringparaminquotes=false
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
16 useCfgFileParameter="--options="
773
cc0fc2cd7611 Updated bcpp to the most recent version from 2009/06/30
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 741
diff changeset
17 version=2.01
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
18
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
19 [predefined style]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
20 Category=0
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
21 Choices="--style=allman|--style=ansi|--style=bsd|--style=gnu|--style=java|--style=k/r|--style=linux|--style=stroustrup|--style=whitesmith|--style=banner|--style=horstmann|--style=1tbs"
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
22 Description=<html>Sets the general style.</html>
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
23 EditorType=multiple
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
24 Enabled=false
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
25 ValueDefault=2
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
26
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
27 [indent spaces]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
28 CallName="--indent=spaces="
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
29 Category=1
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
30 Description=<html>Indent using # spaces per indent</html>
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
31 EditorType=numeric
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
32 Enabled=false
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
33 MaxVal=20
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
34 MinVal=2
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
35 ValueDefault=4
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
36
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
37 [indent tab]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
38 CallName="--indent=tab="
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
39 Category=1
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
40 Description=<html>Indent using tab characters. Treat each tab as # spaces</html>
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
41 EditorType=numeric
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
42 Enabled=false
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
43 MaxVal=20
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
44 MinVal=2
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
45 ValueDefault=4
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
46
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
47 [force indent tab]
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
48 CallName="--indent=force-tab="
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
49 Category=1
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
50 Description="<html>Indent using tab characters. Treat each tab as # spaces. Uses tabs as indents where --indent=tab prefers to use spaces such as inside multi-line statements. </html>"
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
51 EditorType=numeric
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
52 Enabled=false
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
53 MaxVal=20
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
54 MinVal=2
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
55 ValueDefault=4
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
56
477
ce6cd144159d Because no values are written back to the uigui ini files anymore since version 0.8.0, the section/group names are no longer reordered nor renamed. So I do not use a "%20" prepended to the section name "[header]".
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 463
diff changeset
57 [bracket style]
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
58 Category=1
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
59 Choices="--brackets=break|--brackets=attach|--brackets=linux|--brackets=stroustrup|--brackets=horstmann"
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
60 ChoicesReadable=Break brackets|Attach brackets|Break brackets Linux like
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
61 Description=<html>Sets the bracket style.</html>
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
62 EditorType=multiple
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
63 Enabled=false
335
cdfe2e05e7f3 - Due to changes for a operating system which makes use of user rights and restrictions, the user made settings for the indenter are no longer stored in the uigui ini but the IndentHandler writes these values as indenter config files into the users home config dir. During initialization of IndentHandler that file is loaded.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
64 ValueDefault=0
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
65
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
66 [indent classes]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
67 Category=2
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
68 Description=<html>Indent 'class' and 'struct' blocks so that the blocks 'public:', 'protected:' and 'private:' are indented. The struct blocks are indented only if an access modifier is declared somewhere in the struct. The entire block is indented. This option is effective for C++ files only.</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
69 EditorType=boolean
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
70 TrueFalse=--indent-classes|
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
71 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
72
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
73 [indent switches]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
74 Category=2
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
75 Description=<html>Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block. The entire case block is indented.</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
76 EditorType=boolean
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
77 TrueFalse=--indent-switches|
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
78 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
79
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
80 [indent cases]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
81 Category=2
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
82 Description=<html>Indent 'case X:' blocks from the 'case X:' headers. Case statements not enclosed in blocks are NOT indented.</html>
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
83 EditorType=boolean
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
84 TrueFalse=--indent-cases|
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
85 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
86
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
87 [indent brackets]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
88 Category=2
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
89 Description=<html>Add extra indentation to brackets. This is the option used for Whitesmith and Banner style formatting/indenting. If both ‑‑indent‑brackets and ‑‑indent‑blocks are used the result will be ‑‑indent‑blocks. This option will be ignored if used with a predefined style.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
90 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
91 TrueFalse=--indent-brackets|
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
92 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
93
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
94 [indent blocks]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
95 Category=2
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
96 Description=<html>Add extra indentation to blocks within a function. The opening bracket for namespaces, classes, and functions is not indented. This is the option used for GNU style formatting/indenting. This option will be ignored if used with a predefined style.</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
97 EditorType=boolean
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
98 TrueFalse=--indent-blocks|
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
99 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
100
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
101 [indent namespaces]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
102 Category=2
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
103 Description=<html>Add extra indentation to namespaces.</html>
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
104 EditorType=boolean
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
105 TrueFalse=--indent-namespaces|
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
106 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
107
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
108 [indent labels]
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
109 Category=2
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
110 Description=<html>Add extra indentation to labels so they appear 1 indent less than the current indentation, rather than being flushed to the left (the default).</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
111 EditorType=boolean
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
112 TrueFalse=--indent-labels|
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
113 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
114
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
115 [indent preprocessor]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
116 Category=2
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
117 Description=<html>Indent multi-line preprocessor definitions. Should be used with --convert-tabs for proper results. Does a pretty good job but can not perform miracles in obfuscated preprocessor definitions. Without this option the preprocessor statements remain unchanged.</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
118 EditorType=boolean
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
119 TrueFalse=--indent-preprocessor|
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
120 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
121
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
122 [indent comments]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
123 Category=2
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
124 Description=<html>Indent C++ comments beginning in column one. By default C++ comments beginning in column one are not indented. This option will allow the comments to be indented with the code. </html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
125 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
126 TrueFalse=--indent-col1-comments|
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
127 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
128
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
129 [max-instatement-indent]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
130 CallName="--max-instatement-indent="
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
131 Category=2
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
132 Description=<html>Indent a maximum of # spaces in a continuous statement, relative to the previous line (e.g. ‑‑max‑instatement‑indent=40). # must be less than 80. If no # is set, the default value of 40 will be used. A maximum of less than two indent lengths will be ignored.</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
133 EditorType=numeric
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
134 Enabled=false
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
135 MaxVal=79
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
136 MinVal=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
137 ValueDefault=40
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
138
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
139 [min-conditional-indent]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
140 CallName="--min-conditional-indent="
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
141 Category=2
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
142 Description=<html>Set the minimal indent that is added when a header is built of multiple-lines. This indent makes helps to easily separate the header from the command statements that follow. The value for # must be less than 40. The default setting for this option is twice the current indent (e.g. --min-conditional-indent=8).</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
143 EditorType=numeric
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
144 Enabled=false
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
145 MaxVal=39
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
146 MinVal=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
147 ValueDefault=8
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
148
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
149 [break-blocks]
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
150 Category=3
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
151 Description=<html>Pad empty lines around header blocks (e.g. 'if' 'while'...). Be sure to read the Supplemental Documentation before using this option.</html>
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
152 EditorType=boolean
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
153 TrueFalse=--break-blocks|
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
154 ValueDefault=0
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
155
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
156 [break-blocks-all]
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
157 Category=3
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
158 Description=<html>Pad empty lines around header blocks (e.g. 'if' 'while'...). Treat closing header blocks (e.g. 'else' 'catch') as stand-alone blocks. Be sure to read the Supplemental Documentation before using this option.</html>
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
159 EditorType=boolean
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
160 TrueFalse="--break-blocks=all|"
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
161 ValueDefault=0
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
162
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
163 [pad-oper]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
164 Category=3
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
165 Description=<html>Insert space padding around operators. Operators inside brackets [] are not padded. Note that there is no option to unpad. Once padded they stay padded.</html>
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
166 EditorType=boolean
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
167 TrueFalse="--pad-oper|"
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
168 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
169
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
170 [pad-paren]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
171 Category=3
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
172 Description=<html>Insert space padding around parenthesis on both the outside and the inside. Any end of line comments will remain in the original column, if possible.</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
173 EditorType=boolean
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
174 TrueFalse="--pad-paren|"
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
175 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
176
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
177 [pad-paren-out]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
178 Category=3
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
179 Description=<html>Insert space padding around parenthesis on the outside only. Any end of line comments will remain in the original column, if possible. This can be used with unpad-paren below to remove unwanted spaces.</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
180 EditorType=boolean
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
181 TrueFalse="--pad-paren-out|"
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
182 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
183
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
184 [pad-paren-in]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
185 Category=3
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
186 Description="<html>Insert space padding around parenthesis on the inside only. Any end of line comments will remain in the original column, if possible. This can be used with unpad-paren below to remove unwanted spaces.</html>"
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
187 EditorType=boolean
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
188 TrueFalse="--pad-paren-in|"
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
189 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
190
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
191 [pad-header]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
192 Category=3
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
193 Description=<html>Insert space padding after paren headers only (e.g. 'if', 'for', 'while'...). Any end of line comments will remain in the original column, if possible. This can be used with unpad-paren to remove unwanted spaces.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
194 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
195 TrueFalse=--pad-header|
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
196 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
197
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
198 [unpad-paren]
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
199 Category=3
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
200 Description="<html>Remove extra space padding around parenthesis on the inside and outside. Any end of line comments will remain in the original column, if possible. This option can be used in combination with the paren padding options pad‑paren, pad‑paren‑out, pad‑paren‑in, and pad‑header above. Only padding that has not been requested by other options will be removed.</html>"
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
201 EditorType=boolean
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
202 TrueFalse="--unpad-paren|"
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
203 ValueDefault=0
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
204
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
205 [delete-empty-lines]
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
206 Category=3
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
207 Description=<html>Delete empty lines within a function or method. Empty lines outside of functions or methods are NOT deleted. If used with break-blocks or break-blocks=all it will delete all lines EXCEPT the lines added by the break-blocks options.</html>
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
208 EditorType=boolean
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
209 TrueFalse=--delete-empty-lines|
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
210 ValueDefault=0
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
211
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
212 [fill-empty-lines]
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
213 Category=3
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
214 Description=<html>Fill empty lines with the white space of the previous line</html>
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
215 EditorType=boolean
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
216 TrueFalse=--fill-empty-lines|
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
217 ValueDefault=0
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
218
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
219 [brackets-break-closing]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
220 Category=4
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
221 Description=<html>When used with --brackets=attach, --brackets=linux, or --brackets=stroustrup, this breaks closing headers (e.g. 'else', 'catch', ...) from their immediately preceding closing brackets. Closing header brackets are always broken with broken brackets, horstmann brackets, indented blocks, and indented brackets.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
222 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
223 TrueFalse="-y|"
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
224 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
225
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
226 [break-elseifs]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
227 Category=4
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
228 Description=<html>Break "else if" header combinations into separate lines. This option has no effect if keep-one-line-statements is used, the "else if" statements will remain as they are. If this option is NOT used, "else if" header combinations will be placed on a single line.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
229 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
230 TrueFalse=--break-elseifs|
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
231 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
232
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
233 [add-brackets]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
234 Category=4
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
235 Description=<html>Add brackets to unbracketed one line conditional statements (e.g. 'if', 'for', 'while'...). The statement must be on a single line. The brackets will be added according to the currently requested predefined style or bracket type. If no style or bracket type is requested the brackets will be attached. If --add-one-line-brackets is also used the result will be one line brackets.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
236 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
237 TrueFalse=--add-brackets|
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
238 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
239
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
240 [add-one-line-brackets]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
241 Category=4
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
242 Description=<html>Add one line brackets to unbracketed one line conditional statements (e.g. 'if', 'for', 'while'...). The statement must be on a single line. The option implies --keep-one-line-blocks and will not break the one line blocks.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
243 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
244 TrueFalse=--add-one-line-brackets|
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
245 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
246
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
247 [one-line-keep-blocks]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
248 Category=4
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
249 Description=<html>Don't break one-line blocks</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
250 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
251 TrueFalse="--keep-one-line-blocks|"
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
252 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
253
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
254 [one-line-keep-statements]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
255 Category=4
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
256 Description=<html>Dont break complex statements and multiple statements residing on a single line.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
257 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
258 TrueFalse="--keep-one-line-statements|"
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
259 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
260
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
261 [convert-tabs]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
262 Category=4
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
263 Description=<html>Converts tabs into spaces in the non-indentation part of the line. The number of spaces inserted will maintain the spacing of the tab. The current setting for spaces per tab is used. It may not produce the expected results if convert-tabs is used when changing spaces per tab. Tabs are not replaced in quotes.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
264 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
265 TrueFalse=--convert-tabs|
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
266 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
267
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
268 [align-pointer]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
269 Category=4
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
270 Choices="--align-pointer=type|--align-pointer=middle|--align-pointer=name"
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
271 Description=<html>Attach a pointer or reference operator (* or &) to either the variable type (left) or variable name (right), or place it between the type and name. The spacing between the type and name will be preserved, if possible. This option is effective for C/C++ files only.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
272 EditorType=multiple
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
273 Enabled=false
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
274 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
275
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
276 [override-language]
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
277 Category=4
591
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
278 Choices="--mode=c|--mode=java|--mode=cs"
c68594389601 Adapted the ini file for AStyle for version 1.22.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 590
diff changeset
279 Description=<html>Indent a C or C++ or Java or CSharp file. The option is set from the file extension for each file. You can override the setting with this entry. It allows the formatter to identify language specific syntax such as C classes and C templates.</html>
326
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
280 EditorType=multiple
e7794962feec renamed the "data" dir into "indenters"
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
281 Enabled=false
335
cdfe2e05e7f3 - Due to changes for a operating system which makes use of user rights and restrictions, the user made settings for the indenter are no longer stored in the uigui ini but the IndentHandler writes these values as indenter config files into the users home config dir. During initialization of IndentHandler that file is loaded.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 326
diff changeset
282 ValueDefault=0
741
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
283
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
284 [nosuffix]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
285 Category=5
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
286 Description=<html>Do not retain a backup of the original file. The original file is purged after it is formatted.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
287 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
288 TrueFalse=--suffix=none|
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
289 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
290
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
291 [errors-to-stdout]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
292 Category=5
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
293 Description=<html>Print errors to standard-output rather than to standard-error.
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
294 This option should be helpful for systems/shells that do not have this option, such as in Windows95.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
295 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
296 TrueFalse=--errors-to-stdout|
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
297 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
298
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
299 [preserve-date]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
300 Category=5
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
301 Description=<html>Preserve the original file's date and time modified. The date and time modified will not be changed in the formatted file. This option is not effective if redirection is used to rename the input file.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
302 EditorType=boolean
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
303 TrueFalse=--preserve-date|
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
304 ValueDefault=0
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
305
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
306 [lineend]
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
307 Category=5
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
308 Choices="--lineend=windows|--lineend=linux|--lineend=macold"
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
309 Description=<html>orce use of the specified line end style. Valid options are windows (CRLF), linux (LF), and macold (CR). MacOld style is the format for OS 9 and earlier. Mac OS X uses the Linux style. If one of these options is not used the line ends will be determined automatically from the input file.</html>
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
310 EditorType=multiple
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
311 Enabled=false
0b7602d246e4 Updated the uigui_astyle.ini for Artistic Style version 1.24
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 591
diff changeset
312 ValueDefault=0