60 Commits (8e1ed7e962cd43eb3c1c42e3f8ac02e3fa843e1e)

Author SHA1 Message Date
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
Daniel Grunwald 273178a141 Rename CompilationUnit to SyntaxTree. 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 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 04127ad320 [Formatting] Improved the wrap if too long option. 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 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 a851b1cd6d Fixed indenting behaviour of comments and directives. 13 years ago
Mike Krüger b21e85f00e Updated indent engine. 13 years ago
Mike Krüger 2ec03c26d7 Added a text editor options class that contains options for text 13 years ago
Mike Krüger e2c8922598 Fixed formatting filter. 14 years ago
mike d07356a544 Fixed ast formatter. 14 years ago
Mike Krüger 749a13ca0b formatting visitor now does either place if statement on new line or 14 years ago
Mike Krüger cd349d26ce Fixed some issues in the formatter. 14 years ago
Mike Krüger 0b3b290614 Fixed case label indentation. 14 years ago
Mike Krüger 45cab9bd56 Fixed an issue with overlapping segments/fixed failing unit test. 14 years ago
Mike Krüger 90bf204c7f Moved the roles class out of AstNode. 14 years ago
Daniel Grunwald 8179556203 Add DocumentScript that implements Script using a mutable document. 14 years ago
Daniel Grunwald c6ae6c30ee Script refactoring. 14 years ago
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. 14 years ago
mike c1a777b828 Applied a similiar handling for field initializers than for the binary 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