no indentation of HTML and phpdocs
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / formatter / Options.properties
1 newline.openingBrace.number=1
2 newline.openingBrace.category=Newline
3 newline.openingBrace.name=I&nsert new line before opening brace
4 newline.openingBrace.possibleValues=2|Insert|Do not insert
5 newline.openingBrace.description=When Insert, a new line is inserted before an opening brace, otherwise nothing is inserted
6
7 newline.controlStatement.number=2
8 newline.controlStatement.category=Newline
9 newline.controlStatement.name=Insert new &line in control statement
10 newline.controlStatement.possibleValues=2|Insert|Do not insert
11 newline.controlStatement.description=When Insert, a new line is inserted between } and else, catch, finally
12
13 newline.clearAll.number=3
14 newline.clearAll.category=Newline
15 newline.clearAll.name=Clear all &blank lines
16 newline.clearAll.possibleValues=2|Clear|Preserve one
17 newline.clearAll.description=When Clear, all blank lines are removed. When Preserve one, only one is kept and all others removed.
18
19 newline.elseIf.number=4
20 newline.elseIf.category=Newline
21 newline.elseIf.name=&Keep else if on the same line
22 newline.elseIf.possibleValues=2|Yes|No
23 newline.elseIf.description=When Yes, a blank line is inserted between a else and a if when they are contiguous
24
25 newline.emptyBlock.number=5
26 newline.emptyBlock.category=Newline
27 newline.emptyBlock.name=In&sert a new line inside an empty block
28 newline.emptyBlock.possibleValues=2|Insert|Do not insert
29 newline.emptyBlock.description=When insert, a line break is inserted between contiguous { and }, if } is not followed by a keyword.
30
31 line.split.number=6
32 line.split.category=Line splitting
33 line.split.name=Ma&ximum line length
34 line.split.possibleValues=-1
35 line.split.description=Enable splitting of long lines (exceeding the configurable length). Length of 0 will disable line splitting
36
37 style.compactAssignment.number=7
38 style.compactAssignment.category=Style
39 style.compactAssignment.name=&Compact assignment
40 style.compactAssignment.possibleValues=2|Compact|Normal
41 style.compactAssignment.description=Assignments can be formatted asymmetrically, e.g. 'int x= 2;', when Normal, a space is inserted before the assignment operator
42
43 style.reuseExistingLayout.number=8
44 style.reuseExistingLayout.category=Style
45 style.reuseExistingLayout.name=&Reuse existing layout
46 style.reuseExistingLayout.possibleValues=2|Reuse|Do not reuse
47 style.reuseExistingLayout.description=If the user has formatted his code a certain way, the formatter does not try to reformat it
48
49 tabulation.char.number=9
50 tabulation.char.category=Style
51 tabulation.char.name=Indentation is represented by &tab
52 tabulation.char.possibleValues=2|Tab|Spaces
53 tabulation.char.description=Either choose to indent with tab characters or spaces
54
55 tabulation.size.number=10
56 tabulation.size.category=Style
57 tabulation.size.name=&Amount of spaces representing a tab
58 tabulation.size.possibleValues=-1
59 tabulation.size.description=Tabulation size in term of space characters