146 Commits (53d9b6e7eedf2305c8517ab3ff9fd6d67201fb6c)

Author SHA1 Message Date
Simon Lindgren e5f346bd92 [CodeIssues] Add OptionalParameterCouldBeSkippedIssue. 13 years ago
Simon Lindgren 900aec2f54 [CodeIssues] Add FormatStringIssue. 13 years ago
Simon Lindgren 11c428e10f [Utils] Add CompositeFormatStringParser and related classes. 13 years ago
Simon Lindgren 2307bcb184 [CodeIssues] ParameterCanBeDemotedTests: Add checks for what types variables are used as. 13 years ago
Simon Lindgren 03ea217574 [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 13 years ago
Daniel Grunwald 0aa37bcf44 Add lazy-loading support to CecilLoader. 13 years ago
Simon Lindgren 61044a86f4 [CodeIssues] Add initial version of ParameterCanBeDemotedIssue. 13 years ago
Simon Lindgren 77c9ccbb30 [CodeIssues] Rename VariableDeclaredInWideScopeIssue => VariableDeclaredInWideScopeTests in the test project. 13 years ago
Simon Lindgren 4bae4ed209 [CodeIssues] Add VariableDeclaredInWideScopeIssue. 13 years ago
Simon Lindgren 3ec073f293 [CodeActions] Add MoveToOuterScopeAction. 13 years ago
Simon Lindgren 4a3192df58 [CodeIssues] Add CallToStaticMemberViaDerivedTypeIssue. 13 years ago
Simon Lindgren 9d5a384286 [CodeActions] Add ConvertToInitializerAction. 13 years ago
Erik Källén 0bf9891a8e ResolveResults for dynamic expressions 13 years ago
Mike Krüger e058d6103b [Completion] Improved xml document completion. 13 years ago
Erik Källén 1363faf788 Tests demonstrating issues with parameter identity in accessors. 13 years ago
Simon Lindgren da5bbf381e [Refactoring, Competion] Add NamingHelper, use it from CSharpCompletionEngine and add convenience functions to RefactoringContext. 13 years ago
Simon Lindgren 0c9704d216 [Parser] Give ExpressionStatements with an invalid expression a semicolon if there was one in the file. 13 years ago
Simon Lindgren a546a8f7c1 [CodeActions] Rename SetterDoesNotUseValueParameterAction to ValueParameterUnusedAction and generalize it to include event accessors as well. 13 years ago
Simon Lindgren f99663b90e [CodeActions] Add IterateViaForeachAction. 13 years ago
Simon Lindgren 4ca0f1d375 [CodeAction] Add code actions for converting between static method calls and extension method calls. 13 years ago
Simon Lindgren 47da624e7e [CodeIssue] Add CallToVirtualFunctionFromConstructorIssue. 13 years ago
Simon Lindgren 8e94126c11 [CodeIssue] Add IncorrectExceptionParameterOrderingIssue. 13 years ago
Simon Lindgren 2396e99ca4 [CodeIssue] Add SetterDoesNotUseValueParameterIssue. 13 years ago
Simon Lindgren b6203ac3e8 [CodeAction] Add AddCatchTypeAction. 13 years ago
Simon Lindgren 44eff13a62 Add RemoveRedundantCatchTypeAction. 13 years ago
Nieve 99b856a5ee added extract field code action 13 years ago
Mike Krüger 805e0721d9 Started implement interface/abstract members code action. 13 years ago
Mike Krüger 2aec1be700 Improved the handling of delegate contexts. 13 years ago
Mike Krüger ca289f5fc5 Improved array initializer wrapping options. 13 years ago
Mike Krüger 9511d48927 Added KeepCommentsAtFirstColumn option. 14 years ago
Mike Krüger c114f711df Added unit tests for the open mcs nrefactory related bugs. We should 14 years ago
Daniel Grunwald 8111e2683a Add issue provider for explicit conversions in foreach loops. 14 years ago
Mike Krüger 8444dffd81 Startet exctract method action. 14 years ago
Mike Krüger ceef571315 Added introduce constant action. 14 years ago
Mike Krüger b1dfdba7aa Added create delegate action. 14 years ago
Mike Krüger 6b61741bd2 Added create class declaration action. 14 years ago
Mike Krüger d4f9318a6f Added create constructor declaration action/fixed bugs in other 14 years ago
Mike Krüger 1ca41d1e90 Added declare local variable action. 14 years ago
Mike Krüger b6bdb9028d Added inline local variable action. 14 years ago
Mike Krüger 9ec0d68db2 Added create indexer action. 14 years ago
Mike Krüger 52ebb26412 Added create method declaration action/use type inference to guess the 14 years ago
Mike Krüger 0c6ea8083c Fixed create field, local and property actions. 14 years ago
Mike Krüger 439010a73b Added some inconsistent naming tests. 14 years ago
Mike Krüger 41d5b50008 Worked on inconsistent naming issue. 14 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 cd349d26ce Fixed some issues in the formatter. 14 years ago
Daniel Grunwald a731b9371e Fix icsharpcode/NRefactory#19: OperatorResolveResult.IsLiftedOperator is false for lifted built-in operators. 14 years ago
Daniel Grunwald c3d00d1045 Add StringBuilderDocument to NR.Editor. 14 years ago
Daniel Grunwald 8179556203 Add DocumentScript that implements Script using a mutable document. 14 years ago