143 Commits (3372603015c1002fb2aecdc7334fc53002c72e34)

Author SHA1 Message Date
Mansheng Yang 3372603015 [CodeIssue] Added ForControlVariableNotModifiedIssue 14 years ago
Mansheng Yang 7f7fcec1b0 [CodeIssue] Added RedundantElseIssue 14 years ago
Mansheng Yang fca3cfec12 [CodeIssue] Added RedundantFieldInitializerIssue 14 years ago
Mansheng Yang 73530debe1 [CodeIssue] Added VariableHidesMemberIssue 14 years ago
Mansheng Yang b37dedfa87 [CodeIssue] Added LocalVariableOnlyAssignedIssue and ParameterOnlyAssignedIssue 14 years ago
Mansheng Yang ca048e63e8 [CodeIssue] Added VariableNotUsedIssue, ParameterNotUsedIssue and TypeParameterNotUsedIssue 14 years ago
Mike Krüger e058d6103b [Completion] Improved xml document completion. 14 years ago
Erik Källén 1363faf788 Tests demonstrating issues with parameter identity in accessors. 14 years ago
Mansheng Yang 728bf05224 [CodeIssue] Added AccessToModifiedClosureIssue and AccessToDisposedClosureIssue 14 years ago
Mansheng Yang c8f211550e [CodeAction] Added ExtractAnonymousMethodAction 14 years ago
Mansheng Yang 3597535b9e [CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction 14 years ago
Mansheng Yang 4bfa58938c [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 14 years ago
Mansheng Yang 0f01589039 [CodeAction] Added UseStringFormatAction 14 years ago
Mansheng Yang bfa89c799a [CodeAction] Added ConvertExplicitToImplicitImplementationAction and ConvertImplicitToExplicitImplementationAction 14 years ago
Mansheng Yang 1066186e2f [CodeAction] Added PutInsideUsingAction 14 years ago
Mansheng Yang 33cc204814 [CodeAction] Added MergeNestedIfAction 14 years ago
Mansheng Yang 16a84b9dea [CodeAction] Added SplitDeclarationListAction 14 years ago
Mansheng Yang 88c1287f96 [CodeAction] Added CreateCustomEventImplementationAction 14 years ago
Mansheng Yang fc6c24cdf6 [CodeAction] Added CreateOverloadWithoutParameterAction 14 years ago
Mansheng Yang b5843ad190 [CodeAction] Added ConvertAsToCastAction and ConvertCastToAsAction 14 years ago
Mansheng Yang 582326739a [CodeAction]Added ConvertSwitchToIfAction 14 years ago
Mansheng Yang d061eaa538 [CodeAction]Added ConvertIfToSwitchAction 14 years ago
Nieve 99b856a5ee added extract field code action 14 years ago
Mike Krüger 805e0721d9 Started implement interface/abstract members code action. 14 years ago
Mike Krüger 2aec1be700 Improved the handling of delegate contexts. 14 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