.. |
ConvertToInitializer
|
[CodeActions] Add ConvertToInitializerAction.
|
13 years ago |
ExtractMethod
|
Started implement interface/abstract members code action.
|
13 years ago |
AddAnotherAccessorAction.cs
|
Fixed some add another accessor issues.
|
13 years ago |
AddCatchTypeAction.cs
|
[CodeAction] Add AddCatchTypeAction.
|
13 years ago |
CheckIfParameterIsNullAction.cs
|
[CodeAction] Fixed check if parameter is null bug.
|
13 years ago |
ConvertDecToHexAction.cs
|
* ICSharpCode.NRefactory.CSharp.csproj:
|
14 years ago |
ConvertForeachToForAction.cs
|
[CodeAction] Convert foreach to for now preserves old block.
|
13 years ago |
ConvertHexToDecAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
CreateBackingStoreAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
CreateClassDeclarationAction.cs
|
Started implement interface/abstract members code action.
|
13 years ago |
CreateConstructorDeclarationAction.cs
|
Started implement interface/abstract members code action.
|
13 years ago |
CreateDelegateAction.cs
|
Removed debug message.
|
14 years ago |
CreateEventInvocatorAction.cs
|
Started implement interface/abstract members code action.
|
13 years ago |
CreateFieldAction.cs
|
[Completion] Fixed unit test.
|
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
|
[Refactoring] Fixed some bugs in create code actions in conjunction
|
13 years ago |
CreatePropertyAction.cs
|
[CodeAction] Fixed bug in create property action.
|
13 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.
|
13 years ago |
ExtractFieldAction.cs
|
added extract field code action
|
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
|
GeneratePropertyAction: Handle fields named like properties by renaming them before creating the property.
|
13 years ago |
GenerateSwitchLabelsAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
ImplementAbstractMembersAction.cs
|
Started implement interface/abstract members code action.
|
13 years ago |
ImplementInterfaceAction.cs
|
[CodeActions] Worked on implement interface.
|
13 years ago |
ImplementInterfaceExplicitAction.cs
|
Started implement interface/abstract members code action.
|
13 years ago |
InlineLocalVariableAction.cs
|
Added declare local variable action.
|
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
|
13 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] Make IterateViaForeachAction use names based on their type and add handling of using and for statements.
|
13 years ago |
MoveToOuterScopeAction.cs
|
[CodeActions] MoveToOuterScopeAction: Handle lambdas.
|
13 years ago |
RemoveBackingStoreAction.cs
|
Changed the action text of remove backing store action.
|
14 years ago |
RemoveBracesAction.cs
|
[CodeActions] Fixed remove braces whitespace removal.
|
13 years ago |
RemoveRedundantCatchTypeAction.cs
|
[CodeIssue,CodeAction] Use the FindReferences class instead of custom visitors to find variable references.
|
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 |
SpecializedCodeAction.cs
|
* ICSharpCode.NRefactory.CSharp.csproj:
|
14 years ago |
SplitDeclarationAndAssignmentAction.cs
|
Added declare local variable action.
|
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.
|
13 years ago |
UseExplicitTypeAction.cs
|
Fixed typo.
|
13 years ago |
UseVarKeywordAction.cs
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |