Daniel Grunwald
|
fe8e098a27
|
Fixed some FxCop warnings.
|
14 years ago |
mike
|
1503054b29
|
TextReplace actions can now depend on each other.
|
14 years ago |
Mike Krüger
|
fa2db3bb41
|
Fixed anonymous method brace style formatting.
|
14 years ago |
mike
|
e43634786e
|
* AstFormattingVisitor.cs: Fixed bug in binary operator expression.
* cs-parser.cs:
* cs-parser.jay: Fixed bug in "for" statement locations.
|
14 years ago |
mike
|
c1a777b828
|
Applied a similiar handling for field initializers than for the binary
operator line breaks.
|
14 years ago |
mike
|
47c5b9fae1
|
Improved binary operator line break handling.
|
14 years ago |
mike
|
c22e11db8a
|
Added banner style brace style.
|
14 years ago |
Mike Krüger
|
3ae2fe73c0
|
The formatting visitor is now using an easier visitor pattern.
|
14 years ago |
Mike Krüger
|
944ba9c62b
|
Fixed formatting bug.
|
14 years ago |
mike
|
0ff96eaa4c
|
Fixed IndentBlocks bug.
|
14 years ago |
mike
|
f68f9907c8
|
Fixed indent break statement formatting.
|
14 years ago |
Mike Krüger
|
38b35b70fa
|
Fixed formatting unit tests on windows.
|
14 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
14 years ago |
Mike Krüger
|
ddaaaafeee
|
added some more attributed nodes.
|
14 years ago |
Mike Krüger
|
abd8372f3d
|
fixed some attributed node formattings.
|
14 years ago |
Mike Krüger
|
6ef39441fb
|
Implemented attribute section formatting.
|
14 years ago |
Daniel Grunwald
|
a1a649e84e
|
Remove ITextEditorAdapter and use IDocument instead.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Daniel Grunwald
|
18fb49ca7c
|
Add TypeKind enum.
|
14 years ago |
Mike Krüger
|
6e1eaf15f8
|
Added monodevelop context actions.
|
14 years ago |
Mike Krüger
|
cb114b8d29
|
Fixed blank line formatting bug.
|
14 years ago |
Mike Krüger
|
b7cd75a5ae
|
Fixed unit test.
|
15 years ago |
Mike Krüger
|
16715bb854
|
Renamed CSharpFormattingPolicy to CSharpFormattingOptions.
|
15 years ago |
Mike Krüger
|
836e17859c
|
Fixed bug in formatting unit tests.
|
15 years ago |
Mike Krüger
|
c01ba21f1e
|
Converted the unit tests.
Some of them are failing - I expect it has to do with the adapter.
|
15 years ago |
Mike Krüger
|
2bee26ad27
|
Added AST formatting visitor.
|
15 years ago |