108 Commits (aff33287137d3708ab8335b1d408c734fd4a4337)

Author SHA1 Message Date
Mansheng Yang aff3328713 [CodeIssue] Added BitwiseOperationOnNonFlagsEnumIssue 14 years ago
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
Daniel Grunwald 5d2fee1b90 Add CompilerSettings class instead of using the one from Mono.CSharp. 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
Mansheng Yang 728bf05224 [CodeIssue] Added AccessToModifiedClosureIssue and AccessToDisposedClosureIssue 14 years ago
Mansheng Yang c8f211550e [CodeAction] Added ExtractAnonymousMethodAction 14 years ago
Mike Krüger 81c7daa563 [Completion] Renamed IMemberProvider -> ICompletionContextProvider. 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
Daniel Grunwald 1640cb8c32 Set version number to 5.0.1; fixed some compiler warnings. 14 years ago
Nieve 99b856a5ee added extract field code action 14 years ago
mike 7a03092fac [Completion] Fixed parameter completion for static methods. 14 years ago
Daniel Grunwald 4fe7c72b16 Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
Mike Krüger 805e0721d9 Started implement interface/abstract members code action. 14 years ago
Mike Krüger e8a5226853 Changed formatting policy. 14 years ago
Mike Krüger aa111adafe Added completion categories for derived types. 14 years ago
Daniel Grunwald 180a690f37 Create .pdb file in release build. 14 years ago
Mike Krüger 04f8720739 Added formatting factory - formatting options should be created with 14 years ago
Mike Krüger 0cbca24882 Added whitespace and text node. 14 years ago
Mike Krüger c7e1236c5a Added NewLine ast node. 14 years ago
Mike Krüger 53acb15563 * ICSharpCode.NRefactory.CSharp.csproj: 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 2ec03c26d7 Added a text editor options class that contains options for text 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 9ab32dc1ce Fixed inconsistent naming issues. 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 ce7bdd7349 Added IServiceProvided infrastructure for the refactoring context. 14 years ago
Mike Krüger 52ebb26412 Added create method declaration action/use type inference to guess the 14 years ago
Mike Krüger fcfbbdb507 Completed the features of the inconsistent naming issue. 14 years ago
Mike Krüger 439010a73b Added some inconsistent naming tests. 14 years ago