.. |
ConvertToInitializer
|
Added some null checks.
|
13 years ago |
ExtractMethod
|
Fixed bug in extract method.
|
13 years ago |
AddAnotherAccessorAction.cs
|
AddAnotherAccessor action now works on auto properties.
|
13 years ago |
AddCatchTypeAction.cs
|
[CodeActions] Adjust the behaviour of AddCatchTypeAction.
|
13 years ago |
AddUsingAction.cs
|
Add "add using" context action.
|
13 years ago |
CheckIfParameterIsNullAction.cs
|
Removed debug messages.
|
13 years ago |
ConvertAnonymousDelegateToLambdaAction.cs
|
[CodeActions] Add convertAnonymousDelegateToLambdaAction.
|
13 years ago |
ConvertAsToCastAction.cs
|
[CodeActions] ConvertAsToCastAction: fixed some parentheses issues
|
13 years ago |
ConvertCastToAsAction.cs
|
[CodeActions] ConvertCastToAsAction: insert parentheses when necessary
|
13 years ago |
ConvertConditionalToIfAction.cs
|
Move some code actions from 'CodeActions' namespace to refactoring namespace, to be consistent with all other code actions.
|
13 years ago |
ConvertDecToHexAction.cs
|
* ICSharpCode.NRefactory.CSharp.csproj:
|
14 years ago |
ConvertExplicitToImplicitImplementationAction.cs
|
[CodeAction] ConvertExplicitToImplicitImplementation: make implicit implementation public
|
13 years ago |
ConvertForeachToForAction.cs
|
Fixed some convert foreach to for action bugs.
|
13 years ago |
ConvertHexToDecAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
ConvertIfToConditionalAction.cs
|
Move some code actions from 'CodeActions' namespace to refactoring namespace, to be consistent with all other code actions.
|
13 years ago |
ConvertIfToSwitchAction.cs
|
[Code Action] Only show ConvertIfToSwitchAction on 'if' token
|
13 years ago |
ConvertImplicitToExplicitImplementationAction.cs
|
[CodeAction] Added ConvertExplicitToImplicitImplementationAction and ConvertImplicitToExplicitImplementationAction
|
13 years ago |
ConvertLambdaBodyExpressionToStatementAction.cs
|
[CodeActions]ConvertLambdaBodyExpressionToStatementAction: removed unused usings
|
13 years ago |
ConvertLambdaBodyStatementToExpressionAction.cs
|
[CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction
|
13 years ago |
ConvertLambdaToAnonymousDelegateAction.cs
|
[CodeAction] Convert lambda to delegate action no longer puts a
|
13 years ago |
ConvertSwitchToIfAction.cs
|
[Code Action] Only show ConvertSwitchToIfAction on 'switch' token
|
13 years ago |
CreateBackingStoreAction.cs
|
[CodeActions] Fixed bug in create backing store.
|
13 years ago |
CreateClassDeclarationAction.cs
|
Use StringComparison.Ordinal
|
13 years ago |
CreateConstructorDeclarationAction.cs
|
Fixed bug in create constructor action & implemented create enum value
|
13 years ago |
CreateCustomEventImplementationAction.cs
|
[CodeActions] CreateCustomEventImplementationAction: removed TODO which is already done.
|
13 years ago |
CreateDelegateAction.cs
|
Removed debug message.
|
14 years ago |
CreateEnumValue.cs
|
Fixed bug in create constructor action & implemented create enum value
|
13 years ago |
CreateEventInvocatorAction.cs
|
[CodeAction] Improved create event invocator action.
|
13 years ago |
CreateFieldAction.cs
|
Handled extension methods in type guessing code.
|
13 years ago |
CreateIndexerAction.cs
|
[Refactoring] Fixed some bugs in create code actions in conjunction
|
13 years ago |
CreateLocalVariableAction.cs
|
Added flag to specify if explict types should be used or not.
|
14 years ago |
CreateMethodDeclarationAction.cs
|
Fixed bug in declare local action.
|
13 years ago |
CreateOverloadWithoutParameterAction.cs
|
[CodeAction] Fixed bug in create overload without parameter action.
|
13 years ago |
CreatePropertyAction.cs
|
[CodeAction] Fixed bug in create field/property action.
|
13 years ago |
DeclareLocalVariableAction.cs
|
Introduce constant action can now replace more than one occurence
|
13 years ago |
ExtensionMethodInvocationToStaticMethodInvocationAction.cs
|
[CodeActions] Add the ContextAction attribute to the static method call <=> extension method call converters.
|
13 years ago |
ExtractAnonymousMethodAction.cs
|
ExtractAnonymousMethodAction: Fixed "fails to insert generated method when anonymous method is not in a method" issue
|
13 years ago |
ExtractFieldAction.cs
|
[CodeActions] Gave extract field action a better name.
|
13 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.
|
13 years ago |
GeneratePropertyAction.cs
|
GenerateProperty: do not propose to generate a setter if the field is readonly.
|
13 years ago |
GenerateSwitchLabelsAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
ImplementAbstractMembersAction.cs
|
Fixed some compiler warnings.
|
13 years ago |
ImplementInterfaceAction.cs
|
Fixed bug in type system conversion (interface members can shadow
|
13 years ago |
ImplementInterfaceExplicitAction.cs
|
[CodeActions] Finished first implement interface implementation.
|
13 years ago |
InlineLocalVariableAction.cs
|
Fixed variable inlining missing parentheses issues.
|
13 years ago |
InsertAnonymousMethodSignatureAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
IntroduceConstantAction.cs
|
Introduce constant action can now replace more than one occurence
|
13 years ago |
IntroduceFormatItemAction.cs
|
Use StringComparison.Ordinal
|
13 years ago |
InvertIfAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
IterateViaForeachAction.cs
|
[Refactoring] Format text can now take a node list to format / fixed a
|
13 years ago |
JoinDeclarationAndAssignmentAction.cs
|
[CodeAction] Added JoinDeclarationAndAssignmentAction
|
13 years ago |
JoinStringAction.cs
|
Use StringComparison.Ordinal
|
13 years ago |
MergeNestedIfAction.cs
|
[Code Action] Only show MergeNestedIfAction on 'if' token
|
13 years ago |
MoveToOuterScopeAction.cs
|
Merge some bugfixes from SharpDevelop to NRefactory.
|
13 years ago |
NegateRelationalExpressionAction.cs
|
[CodeAction] NegateRelationalExpressionAction: fixed title
|
13 years ago |
PutInsideUsingAction.cs
|
[CodeActions] PutInsideUsingAction: remove trailing Dispose() invocation
|
13 years ago |
RemoveBackingStoreAction.cs
|
Changed the action text of remove backing store action.
|
13 years ago |
RemoveBracesAction.cs
|
[CodeActions] Fixed remove braces whitespace removal.
|
13 years ago |
RemoveRedundantCatchTypeAction.cs
|
Merge branch 'master' into simonl
|
13 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 |
SortUsingsAction.cs
|
Add "add using" context action.
|
13 years ago |
SpecializedCodeAction.cs
|
* ICSharpCode.NRefactory.CSharp.csproj:
|
14 years ago |
SplitDeclarationAndAssignmentAction.cs
|
[CodeAction] Fixed bug in splet declaration and assignment action.
|
13 years ago |
SplitDeclarationListAction.cs
|
[CodeAction] Added SplitDeclarationListAction
|
13 years ago |
SplitStringAction.cs
|
Use StringComparison.Ordinal
|
13 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.
|
13 years ago |
UseExplicitTypeAction.cs
|
Fixed typo.
|
13 years ago |
UseStringFormatAction.cs
|
[CodeAction] Added UseStringFormatAction
|
13 years ago |
UseVarKeywordAction.cs
|
[CodeActions] Added new property to improve the user experience by
|
13 years ago |