Mike Krüger
|
9397fc1987
|
Fixed some issues in wrapping formatting.
|
13 years ago |
Mike Krüger
|
a796caa828
|
Fixed bug in wrapping options.
|
13 years ago |
Mike Krüger
|
0d576c4791
|
Removed some duplicate code.
|
13 years ago |
Mike Krüger
|
c2ca95ac63
|
Fixed some formatting bugs.
|
13 years ago |
Mike Krüger
|
02bf0ba580
|
Added alignment options for declarations.
|
13 years ago |
Mike Krüger
|
985ebe36a6
|
Added alignment tests / fixed failing wrapping unit tests.
|
13 years ago |
Mike Krüger
|
37e401152f
|
Fixed formatting tests.
|
13 years ago |
Mike Krüger
|
55a0f5326e
|
Added some formatting options.
TODO: More wrapping tests!
|
13 years ago |
Mike Krüger
|
db4a4ee299
|
Corrected some settings in the allman formatting style.
|
13 years ago |
Mike Krüger
|
da89feb228
|
Added missing formatting option.
|
13 years ago |
Mike Krüger
|
d22b96f12c
|
Fixed formatting bug.
|
13 years ago |
Mike Krüger
|
d8314d7e49
|
Implemented array initializer formatting.
|
13 years ago |
Mike Krüger
|
d9317cbc6e
|
Removed debug code.
|
13 years ago |
Mike Krüger
|
610f0bfe2a
|
Refactored formatter (it needs now an ast seeded with new line
tokens).
|
13 years ago |
Mike Krüger
|
fdab2395f0
|
Removed brace forcement formatting options.
They didn't work very well and shouldn't be part of the formatting
visitor (could be added with a FixBracementVisitor).
|
13 years ago |
Mike Krüger
|
8704de6646
|
Implemented composed type formatting.
|
13 years ago |
Mike Krüger
|
eb285c74b9
|
Worked on c# indentation engine.
|
13 years ago |
Mike Krüger
|
650d2fe644
|
Code actions now have a start/end location instead of an ast node.
Not all actions have an ast node - but a start/end location. And the
location is what I need atm in the editor.
|
13 years ago |
Mike Krüger
|
06e0d90c1d
|
Fixed formatting setting.
|
13 years ago |
Mike Krüger
|
e8031264d9
|
Fixed wrong formatting style setting.
|
13 years ago |
Mike Krüger
|
beacbb3d1d
|
Fixed formatting setting.
|
13 years ago |
Mike Krüger
|
8639ca4d5b
|
Speeded up document script node formatting.
|
13 years ago |
Mike Krüger
|
2fc7cb0167
|
Fixed create method action bug.
|
13 years ago |
Mike Krüger
|
465254ea12
|
Fix broken test.
|
13 years ago |
Mike Krüger
|
587a25dfe9
|
Fixed formatting bug.
|
13 years ago |
Daniel Grunwald
|
6d0f3fb02e
|
Add "add using" context action.
The unit tests are based on pull request #104 by Adam Connelly
|
14 years ago |
Mike Krüger
|
92ad81deaa
|
[CodeCompletion] Completion engine now can generate import completion
data.
|
14 years ago |
Mike Krüger
|
ffece11006
|
[Formatting] Fixed space within empty parentheses options.
|
14 years ago |
Mike Krüger
|
c520eaf996
|
[Formatting] Worked on C# indent engine.
|
14 years ago |
Mike Krüger
|
b609c8d6f7
|
[Formatter] Worked on a indent engine.
|
14 years ago |
Mike Krüger
|
8b2ce7e911
|
Removed new line after generated category comment.
|
14 years ago |
Mike Krüger
|
0a95901c43
|
The parser is now able to emit new lines in the AST. However the output visitor needs to be adjusted. (otherwise too many new lines may be inserted)
|
14 years ago |
Mike Krüger
|
8e1ed7e962
|
[Refactoring] Format text can now take a node list to format / fixed a
formatting issue.
|
14 years ago |
Mike Krüger
|
e975667717
|
[Formatting] Fixed wrong default option.
|
14 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
14 years ago |
Daniel Grunwald
|
359fdd2382
|
Provide both Enter and Leave events in ObservableAstVisitor.
|
14 years ago |
Mike Krüger
|
6ba62c6740
|
[Formatting] Fixed override.
|
14 years ago |
Mike Krüger
|
3ded985188
|
[Formatting] Fixed overlapping changes issue.
|
14 years ago |
Mike Krüger
|
80c3b8dc6a
|
[Formatter] The formatting visitor can now take a region to format.
|
14 years ago |
Simon Lindgren
|
8d46989d47
|
[Formatter] Avoid newlines between multiline arguments and the ending parenthesis in function calls.
|
14 years ago |
Mike Krüger
|
2786d0c49f
|
[Formatting] Set wrap options to do not change.
|
14 years ago |
Mike Krüger
|
f197829e17
|
[Formatter] Fixed failing unit tests.
|
14 years ago |
mike
|
ff1118a4bc
|
[Formatter] Fixed bug where keywords were put into comments.
|
14 years ago |
mike
|
75c3a07d24
|
[Formatting] Fixed overlapping change bug.
|
14 years ago |
mike
|
8722483b59
|
[Formatting] Fixed using alias declarations.
|
14 years ago |
mike
|
5a53174d22
|
[Formatting] Guard against empty changes.
|
14 years ago |
mike
|
14ed907155
|
[Formatting] Wrapping is now an intrusive task.
|
14 years ago |
Mike Krüger
|
523971996b
|
Fixed property formatting bug.
|
14 years ago |
Mike Krüger
|
5b83b2d87f
|
Only wrap arguments that are longer than 1.
|
14 years ago |
Mike Krüger
|
bfdaaad444
|
Fixed declaration parameter formatting bugs.
|
14 years ago |