| .. |
|
ConvertToInitializer
|
Merge branch 'master' into simonl
|
14 years ago |
|
ExtractMethod
|
[CodeAction] Fixed extract method unit test.
|
14 years ago |
|
AddAnotherAccessorAction.cs
|
Fixed some add another accessor issues.
|
14 years ago |
|
AddCatchTypeAction.cs
|
[CodeAction] Add AddCatchTypeAction.
|
14 years ago |
|
CheckIfParameterIsNullAction.cs
|
[CodeAction] Fixed check if parameter is null bug.
|
14 years ago |
|
ConvertAnonymousDelegateToLambdaAction.cs
|
[CodeActions] Add convertAnonymousDelegateToLambdaAction.
|
14 years ago |
|
ConvertAsToCastAction.cs
|
[CodeActions] ConvertAsToCastAction: fixed some parentheses issues
|
14 years ago |
|
ConvertCastToAsAction.cs
|
[CodeActions] ConvertCastToAsAction: insert parentheses when necessary
|
14 years ago |
|
ConvertConditionalToIfAction.cs
|
[CodeActions] ConvertConditionalToIfAction: check context location
|
14 years ago |
|
ConvertDecToHexAction.cs
|
* ICSharpCode.NRefactory.CSharp.csproj:
|
14 years ago |
|
ConvertExplicitToImplicitImplementationAction.cs
|
[CodeAction] ConvertExplicitToImplicitImplementation: make implicit implementation public
|
14 years ago |
|
ConvertForeachToForAction.cs
|
[CodeAction] Convert foreach to for now preserves old block.
|
14 years ago |
|
ConvertHexToDecAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
|
ConvertIfToConditionalAction.cs
|
[CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction
|
14 years ago |
|
ConvertIfToSwitchAction.cs
|
[Code Action] Only show ConvertIfToSwitchAction on 'if' token
|
14 years ago |
|
ConvertImplicitToExplicitImplementationAction.cs
|
[CodeAction] Added ConvertExplicitToImplicitImplementationAction and ConvertImplicitToExplicitImplementationAction
|
14 years ago |
|
ConvertLambdaBodyExpressionToStatementAction.cs
|
[CodeActions]ConvertLambdaBodyExpressionToStatementAction: removed unused usings
|
14 years ago |
|
ConvertLambdaBodyStatementToExpressionAction.cs
|
[CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction
|
14 years ago |
|
ConvertLambdaToAnonymousDelegateAction.cs
|
[CodeAction] Convert lambda to delegate action no longer puts a
|
14 years ago |
|
ConvertSwitchToIfAction.cs
|
[Code Action] Only show ConvertSwitchToIfAction on 'switch' token
|
14 years ago |
|
CreateBackingStoreAction.cs
|
[CodeActions] Fixed bug in create backing store.
|
14 years ago |
|
CreateClassDeclarationAction.cs
|
Started implement interface/abstract members code action.
|
14 years ago |
|
CreateConstructorDeclarationAction.cs
|
Started implement interface/abstract members code action.
|
14 years ago |
|
CreateCustomEventImplementationAction.cs
|
[CodeActions] CreateCustomEventImplementationAction: removed TODO which is already done.
|
14 years ago |
|
CreateDelegateAction.cs
|
Removed debug message.
|
14 years ago |
|
CreateEventInvocatorAction.cs
|
Started implement interface/abstract members code action.
|
14 years ago |
|
CreateFieldAction.cs
|
[CodeAction] Create field now works on member reference expressions
|
14 years ago |
|
CreateIndexerAction.cs
|
[Refactoring] Fixed some bugs in create code actions in conjunction
|
14 years ago |
|
CreateLocalVariableAction.cs
|
Added flag to specify if explict types should be used or not.
|
14 years ago |
|
CreateMethodDeclarationAction.cs
|
[ContextAction] Added null check to create method.
|
14 years ago |
|
CreateOverloadWithoutParameterAction.cs
|
[CodeActions] Moved GetDefaultValueExpression back to CreateOverloadWithoutParameterAction class
|
14 years ago |
|
CreatePropertyAction.cs
|
[CodeAction] Create field now works on member reference expressions
|
14 years ago |
|
DeclareLocalVariableAction.cs
|
Added flag to specify if explict types should be used or not.
|
14 years ago |
|
ExtensionMethodInvocationToStaticMethodInvocationAction.cs
|
[CodeActions] Add the ContextAction attribute to the static method call <=> extension method call converters.
|
14 years ago |
|
ExtractAnonymousMethodAction.cs
|
ExtractAnonymousMethodAction: Fixed "fails to insert generated method when anonymous method is not in a method" issue
|
14 years ago |
|
ExtractFieldAction.cs
|
added extract field code action
|
14 years ago |
|
FlipOperatorArgumentsAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
|
GenerateGetterAction.cs
|
Started implement interface/abstract members code action.
|
14 years ago |
|
GeneratePropertyAction.cs
|
GenerateProperty: do not propose to generate a setter if the field is readonly.
|
14 years ago |
|
GenerateSwitchLabelsAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
|
ImplementAbstractMembersAction.cs
|
[CodeActions] Implemented abstract members action/Improved implement
|
14 years ago |
|
ImplementInterfaceAction.cs
|
Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder.
|
14 years ago |
|
ImplementInterfaceExplicitAction.cs
|
[CodeActions] Finished first implement interface implementation.
|
14 years ago |
|
InlineLocalVariableAction.cs
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
14 years ago |
|
InsertAnonymousMethodSignatureAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
|
IntroduceConstantAction.cs
|
Fix icsharpcode/NRefactory#42: const IField returns IsStatic=false
|
14 years ago |
|
IntroduceFormatItemAction.cs
|
Added declare local variable action.
|
14 years ago |
|
InvertIfAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
|
IterateViaForeachAction.cs
|
[CodeActions] Handle resolution errors in IterateViaForeachAction.
|
14 years ago |
|
JoinDeclarationAndAssignmentAction.cs
|
[CodeAction] Added JoinDeclarationAndAssignmentAction
|
14 years ago |
|
JoinStringAction.cs
|
[CodeAction] JoinStringAction: handle the case when left operand is a BinaryOperatorExpression
|
14 years ago |
|
MergeNestedIfAction.cs
|
[Code Action] Only show MergeNestedIfAction on 'if' token
|
14 years ago |
|
MoveToOuterScopeAction.cs
|
Merge branch 'master' into simonl
|
14 years ago |
|
NegateRelationalExpressionAction.cs
|
[CodeAction] NegateRelationalExpressionAction: fixed title
|
14 years ago |
|
PutInsideUsingAction.cs
|
[Refactoring] track renaming of ParsedFile to UnresolvedFile
|
14 years ago |
|
RemoveBackingStoreAction.cs
|
Changed the action text of remove backing store action.
|
14 years ago |
|
RemoveBracesAction.cs
|
[CodeActions] Fixed remove braces whitespace removal.
|
14 years ago |
|
RemoveRedundantCatchTypeAction.cs
|
Merge branch 'master' into simonl
|
14 years ago |
|
RemoveRegionAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
|
ReplaceEmptyStringAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
|
SpecializedCodeAction.cs
|
* ICSharpCode.NRefactory.CSharp.csproj:
|
14 years ago |
|
SplitDeclarationAndAssignmentAction.cs
|
[CodeAction] Fixed bug in splet declaration and assignment action.
|
14 years ago |
|
SplitDeclarationListAction.cs
|
[CodeAction] Added SplitDeclarationListAction
|
14 years ago |
|
SplitStringAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
|
StaticMethodInvocationToExtensionMethodInvocationAction.cs
|
[CodeActions] Don't return a convert to extension method call code action if the call is already using extension method syntax.
|
14 years ago |
|
UseExplicitTypeAction.cs
|
Fixed typo.
|
14 years ago |
|
UseStringFormatAction.cs
|
[CodeAction] Added UseStringFormatAction
|
14 years ago |
|
UseVarKeywordAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |