Mike Krüger
|
04f8720739
|
Added formatting factory - formatting options should be created with
that.
|
13 years ago |
Daniel Grunwald
|
a993df9090
|
Use simpler IAstVisitor for InsertParenthesesVisitor and TypeSystemConvertVisitor.
|
14 years ago |
Daniel Grunwald
|
3eee3466a4
|
CSharpOutputVisitor is now using the IAstVisitor with void return type.
Removed default value for 'data' on AcceptVisitor() methods.
|
14 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
14 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
14 years ago |
Daniel Grunwald
|
7a9bb563ab
|
InsertParenthesesVisitor: insert parenthesis in "(new int[1])[0]"
|
14 years ago |
Daniel Grunwald
|
07e2896356
|
Make InsertParenthesesVisitorTests independent from indentation of the output.
|
14 years ago |
Daniel Grunwald
|
43e33f88c0
|
Fixed InsertParenthesesVisitor for casts of negative primitive expressions.
|
15 years ago |
Mike Krüger
|
16715bb854
|
Renamed CSharpFormattingPolicy to CSharpFormattingOptions.
|
15 years ago |
Mike Krüger
|
9b1913e5e4
|
Track API changes.
|
15 years ago |
Daniel Grunwald
|
2200240ef6
|
InsertParenthesesVisitor: don't insert parentheses for "a && b && c"
|
15 years ago |
Daniel Grunwald
|
b00cf1900c
|
Add parentheses test for "a + (b == null ? c : d)"
|
15 years ago |
Daniel Grunwald
|
7ba4e0be83
|
Add parenthesis around query expressions within type tests "(from a in b select c) is D"
|
15 years ago |
Daniel Grunwald
|
73129820f8
|
Bugfixes for InsertParenthesesVisitor and OutputVisitor.
|
15 years ago |
Daniel Grunwald
|
880d23b163
|
Bug fixes in OutputVisitor.
|
15 years ago |
Daniel Grunwald
|
a20e80a09c
|
Add tests for InsertParenthesesVisitor.
|
15 years ago |
Daniel Grunwald
|
a24999d720
|
Add InsertParenthesesVisitor
|
15 years ago |