17 Commits (8826ae7f1c585b9bcea1f3a363a79205c078f98e)

Author SHA1 Message Date
Mike Krüger 8826ae7f1c Added wrapping formatting bug. 12 years ago
Mike Krüger 9397fc1987 Fixed some issues in wrapping formatting. 12 years ago
Mike Krüger a796caa828 Fixed bug in wrapping options. 12 years ago
Mike Krüger c2ca95ac63 Fixed some formatting bugs. 12 years ago
Mike Krüger 02bf0ba580 Added alignment options for declarations. 12 years ago
Mike Krüger 985ebe36a6 Added alignment tests / fixed failing wrapping unit tests. 12 years ago
Mike Krüger 610f0bfe2a Refactored formatter (it needs now an ast seeded with new line 12 years ago
Simon Lindgren 8d46989d47 [Formatter] Avoid newlines between multiline arguments and the ending parenthesis in function calls. 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 1704bd05ef [Formatting] Implemented parameter wrapping. 13 years ago
Mike Krüger 198c085d72 Added some formatting 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 7dd4c63fff Updated formatting tests. 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 b6bdb9028d Added inline local variable action. 13 years ago
Mike Krüger 9fb443ade8 Improved code issue tests - renamed some issues and actions. 14 years ago
Mike Krüger 16ea65ad95 Started to implement tests for the inspectors. 14 years ago
Mike Krüger 141829a1ed Started inspection API. 14 years ago
Mike Krüger f46609bcc8 Worked on basic nrefactory completion infrastructure. 14 years ago
Mike Krüger eb6c399d8c Moved to completion namespace. 14 years ago
Mike Krüger c82538ebe4 Added basic code completion interfaces. 14 years ago
Daniel Grunwald b5b2408cbc Move NRefactory.CSharp to separate assembly. 14 years ago
Mike Krüger 6e1eaf15f8 Added monodevelop context actions. 14 years ago
Mike Krüger 8237448dbd Renamed interface. 14 years ago
Mike Krüger 450be5a945 Corrected locations for parset expressions/statments/type members. 14 years ago
Daniel Grunwald d4eaffbb42 Make pattern matching AST independent from C# AST. 14 years ago
Daniel Grunwald 695138d373 Add visitor support to pattern nodes (IPatternAstVisitor). Add pattern support to output visitor (makes debugging easier if you can print out patterns) 15 years ago
Daniel Grunwald 9d5390cdbf Add pattern matching support to the NRefactory C# AST. 15 years ago
Daniel Grunwald afd96503fe Add query expressions to AST and output visitor. 15 years ago
Daniel Grunwald 5a0087aa1b Rename files Dom->Ast. 15 years ago
Daniel Grunwald 0f01f3be17 C# Ast refactoring: introduce Role<T> and add setters. 15 years ago
Mike Krüger 396c2b3931 Updated AST & mcs. 15 years ago
Mike Krüger c4702354c5 Added C# DOM 15 years ago