81 Commits (9247e292c8cc0d6e509a0bcfd9464a2e5c28002b)

Author SHA1 Message Date
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. 13 years ago
Mike Krüger 92ad81deaa [CodeCompletion] Completion engine now can generate import completion 13 years ago
Mike Krüger ffece11006 [Formatting] Fixed space within empty parentheses options. 13 years ago
Mike Krüger c520eaf996 [Formatting] Worked on C# indent engine. 13 years ago
Mike Krüger b609c8d6f7 [Formatter] Worked on a indent engine. 13 years ago
Mike Krüger 8b2ce7e911 Removed new line after generated category comment. 13 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) 13 years ago
Mike Krüger 8e1ed7e962 [Refactoring] Format text can now take a node list to format / fixed a 13 years ago
Mike Krüger fc72147b88 [Refactoring] Script now corrects the formatting of inserted & 13 years ago
Mike Krüger e975667717 [Formatting] Fixed wrong default option. 13 years ago
Daniel Grunwald 273178a141 Rename CompilationUnit to SyntaxTree. 13 years ago
Daniel Grunwald 359fdd2382 Provide both Enter and Leave events in ObservableAstVisitor. 13 years ago
Mike Krüger 6ba62c6740 [Formatting] Fixed override. 13 years ago
Mike Krüger 3ded985188 [Formatting] Fixed overlapping changes issue. 13 years ago
Mike Krüger 80c3b8dc6a [Formatter] The formatting visitor can now take a region to format. 13 years ago
Simon Lindgren 8d46989d47 [Formatter] Avoid newlines between multiline arguments and the ending parenthesis in function calls. 13 years ago
Mike Krüger 2786d0c49f [Formatting] Set wrap options to do not change. 13 years ago
Mike Krüger f197829e17 [Formatter] Fixed failing unit tests. 13 years ago
mike ff1118a4bc [Formatter] Fixed bug where keywords were put into comments. 13 years ago
mike 75c3a07d24 [Formatting] Fixed overlapping change bug. 13 years ago
mike 8722483b59 [Formatting] Fixed using alias declarations. 13 years ago
mike 5a53174d22 [Formatting] Guard against empty changes. 13 years ago
mike 14ed907155 [Formatting] Wrapping is now an intrusive task. 13 years ago
Mike Krüger 523971996b Fixed property formatting bug. 13 years ago
Mike Krüger 5b83b2d87f Only wrap arguments that are longer than 1. 13 years ago
Mike Krüger bfdaaad444 Fixed declaration parameter formatting bugs. 13 years ago
Mike Krüger 6126d9bd77 [Formatting] Fixed some formatting bugs. 13 years ago
Mike Krüger 1a1487fd5b [Formatting] Checked token for null, before using the parent. 13 years ago
Mike Krüger 6d1e90bdc6 [Formatting] Added null check. 13 years ago
Mike Krüger c773b586c8 Fixed formatting unit tests. 13 years ago
Mike Krüger 29ec90e57a changed method call wrap default. 13 years ago
Mike Krüger 04127ad320 [Formatting] Improved the wrap if too long option. 13 years ago
Mike Krüger 639f6b9191 Updated formatting factory options. 13 years ago
Mike Krüger e308e3dbe3 Added more formatting styles. 13 years ago
Mike Krüger 1704bd05ef [Formatting] Implemented parameter wrapping. 13 years ago
Mike Krüger 95b0c252f1 [Formatting] New line placement is now a 3 state. 13 years ago
Mike Krüger 198c085d72 Added some formatting options. 13 years ago
Mike Krüger a4064df5a7 Added indexer argument wrapping options. 13 years ago
Mike Krüger debc7a0801 Added method call wrapping options. 13 years ago
Mike Krüger fa4f2e033e Added chained method call wrapping option. 13 years ago
Mike Krüger 11ab30be51 Added custom event declaration case to code settings. 13 years ago
Mike Krüger 04f8720739 Added formatting factory - formatting options should be created with 13 years ago
Mike Krüger ca289f5fc5 Improved array initializer wrapping options. 13 years ago
Mike Krüger 9511d48927 Added KeepCommentsAtFirstColumn option. 13 years ago
Mike Krüger c882a84787 Added space in named argument formatting option. 13 years ago
Mike Krüger eec8403256 Added new lines between generated members. 13 years ago
Mike Krüger 1576e0845a Added some generated code member categories. 13 years ago
Mike Krüger 0cbca24882 Added whitespace and text node. 13 years ago