34 Commits (bbcde1ea2e9de8530c1653798215cf6f25f9ea2b)

Author SHA1 Message Date
Daniel Grunwald bbcde1ea2e Use ISymbol in Script.Rename() 12 years ago
Luís Reis e287bdb020 Fixed bug in TestRefactoringContext that attempted to put fields inside properties 12 years ago
Mike Krüger 1c86d72523 Revert "Simplified the scrip API a bit (insert cursor/links are no longer task" 12 years ago
Mike Krüger 4fa3c33d6b Simplified the scrip API a bit (insert cursor/links are no longer task 12 years ago
Mike Krüger e29ddf05c8 Fixed bug in extract method. 13 years ago
Mike Krüger eab84734b2 Fixed bug in create constructor action & implemented create enum value 13 years ago
Daniel Grunwald 6d0f3fb02e Add "add using" context action. 13 years ago
Daniel Grunwald 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
Daniel Grunwald 273178a141 Rename CompilationUnit to SyntaxTree. 13 years ago
Mike Krüger 4a5d1e851b [CodeAction] Fixed most extract method tests. 13 years ago
Mike Krüger 3e2fe59188 [CodeActions] Added Task async excecution for insertion & link modes. 13 years ago
Simon Lindgren 97185cf062 [Refactoring] Add optional parameter expectErrors = false to ContextActonTestBase.Test(). 13 years ago
Daniel Grunwald 050035186c Simplify API for retrieving compiler errors/warnings. 13 years ago
Mike Krüger cf9d360be7 [CodeActions] Worked on implement interface. 13 years ago
Mike Krüger 805e0721d9 Started implement interface/abstract members code action. 13 years ago
Mike Krüger 04f8720739 Added formatting factory - formatting options should be created with 13 years ago
Mike Krüger b21e85f00e Updated indent engine. 13 years ago
Mike Krüger b1dfdba7aa Added create delegate action. 13 years ago
Mike Krüger 93fb7777b5 Added flag to specify if explict types should be used or not. 13 years ago
Mike Krüger 6b61741bd2 Added create class declaration action. 13 years ago
Mike Krüger 99270db23e Fixed type parameter naming. 13 years ago
Mike Krüger 9ab32dc1ce Fixed inconsistent naming issues. 13 years ago
Mike Krüger a14ed3bfcf Fixed inconsistent naming tests. 13 years ago
Mike Krüger 1ca41d1e90 Added declare local variable action. 13 years ago
Mike Krüger 0b6ca98bbe Handled create method/property in other types. 13 years ago
Mike Krüger ce7bdd7349 Added IServiceProvided infrastructure for the refactoring context. 13 years ago
Mike Krüger 0c6ea8083c Fixed create field, local and property actions. 13 years ago
mike 293859fa31 Naming rules now get their rules out of the refactoring context. 14 years ago
Daniel Grunwald daa1cff69d Remove BaseRefactoringContext.StartScript(). 14 years ago
Mike Krüger 9fb443ade8 Improved code issue tests - renamed some issues and actions. 14 years ago
Mike Krüger b41059f454 Added check for links in the context action tests. 14 years ago
Mike Krüger 16ea65ad95 Started to implement tests for the inspectors. 14 years ago
Daniel Grunwald f74bf908bc Make AstNode freezable. 14 years ago
Mike Krüger cd349d26ce Fixed some issues in the formatter. 14 years ago
Daniel Grunwald 8179556203 Add DocumentScript that implements Script using a mutable document. 14 years ago
Mike Krüger 110002218a [UnitTests] Track API changes. 14 years ago
Daniel Grunwald a353f23d70 Combine AttributedNode and MemberDeclaration into EntityDeclaration. 14 years ago
mike 7451607834 Added "RemoveRegion" context action. 14 years ago
Daniel Grunwald 3eee3466a4 CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
Mike Krüger 764b8a33f4 Added unit tests for context actions. 14 years ago
Daniel Grunwald 7e95cb7446 Add CSharpAstResolver.GetResolverStateBefore 14 years ago
Daniel Grunwald 4ccc313d46 Normalize newlines 14 years ago
Mike Krüger 11a9ce2287 Added context action unit tests. 14 years ago