246 Commits (650d2fe6444c3b5389ffffad7b44ca99fda50e66)

Author SHA1 Message Date
Mansheng Yang 4bfa58938c [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 13 years ago
Mansheng Yang 0f01589039 [CodeAction] Added UseStringFormatAction 13 years ago
Mansheng Yang bfa89c799a [CodeAction] Added ConvertExplicitToImplicitImplementationAction and ConvertImplicitToExplicitImplementationAction 13 years ago
Mansheng Yang 1066186e2f [CodeAction] Added PutInsideUsingAction 13 years ago
Mansheng Yang 33cc204814 [CodeAction] Added MergeNestedIfAction 13 years ago
Mansheng Yang 16a84b9dea [CodeAction] Added SplitDeclarationListAction 13 years ago
Mansheng Yang 88c1287f96 [CodeAction] Added CreateCustomEventImplementationAction 13 years ago
Mansheng Yang fc6c24cdf6 [CodeAction] Added CreateOverloadWithoutParameterAction 13 years ago
Mansheng Yang b5843ad190 [CodeAction] Added ConvertAsToCastAction and ConvertCastToAsAction 13 years ago
Mansheng Yang 582326739a [CodeAction]Added ConvertSwitchToIfAction 13 years ago
Mansheng Yang d061eaa538 [CodeAction]Added ConvertIfToSwitchAction 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. 14 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
Mike Krüger b06160b886 No longer require a specifil nunit version. 14 years ago
Mike Krüger 96e434efbc Added GenerateProperty context action. 14 years ago
Daniel Grunwald e8f092892b Add support for calling constructors on COM interfaces. 14 years ago
mike 7451607834 Added "RemoveRegion" context action. 14 years ago
Daniel Grunwald 274fe417f5 Add "XmlDocumentationElement", a simplified tree for XML documentation comments that expands "<inheritdoc/>" 14 years ago
Daniel Grunwald 18c96e089d Add support for multiline XML documentation comments. 14 years ago
Daniel Grunwald 191ac7c9df Use GlobalAssemblyInfo.cs for all projects. 14 years ago
Daniel Grunwald 2bebee46a1 C# XML documentation support. 14 years ago
Daniel Grunwald a7245affe6 Fixed finding references to method group conversions. 14 years ago
Daniel Grunwald cb84adabc6 Fixed parsing undocumented expressions. 14 years ago
Daniel Grunwald 5c9dfb9896 Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
Daniel Grunwald b4003145b3 Add MethodGroupResolveResult.GetEligibleExtensionMethods() method. 14 years ago
Mike Krüger 764b8a33f4 Added unit tests for context actions. 14 years ago
Mike Krüger e6df8e7628 Added unit tests for SplitDeclarationAndAssignment context action. 14 years ago