#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mansheng Yang 3597535b9e [CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction 14 years ago
..
AddAnotherAccessorTests.cs Merge branch 'master' of github.com:icsharpcode/NRefactory 14 years ago
CheckIfParameterIsNullTests.cs [CodeAction] Fixed check if parameter is null bug. 14 years ago
ContextActionTestBase.cs Added create constructor declaration action/fixed bugs in other 14 years ago
ConvertAsToCastTests.cs [CodeAction] Added ConvertAsToCastAction and ConvertCastToAsAction 14 years ago
ConvertCastToAsTests.cs [CodeAction] Added ConvertAsToCastAction and ConvertCastToAsAction 14 years ago
ConvertConditionalToIfTests.cs [CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction 14 years ago
ConvertDecToHexTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ConvertExplicitToImplicitImplementationTests.cs [CodeAction] ConvertExplicitToImplicitImplementation: make implicit implementation public 14 years ago
ConvertForeachToForTests.cs Added create constructor declaration action/fixed bugs in other 14 years ago
ConvertHexToDecTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ConvertIfToConditionalTests.cs [CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction 14 years ago
ConvertIfToSwtichTests.cs [Code Action] Only show ConvertIfToSwitchAction on 'if' token 14 years ago
ConvertImplicitToExplicittImplementationTests.cs [CodeAction] Added ConvertExplicitToImplicitImplementationAction and ConvertImplicitToExplicitImplementationAction 14 years ago
ConvertLambdaBodyExpressionToStatementTests.cs [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 14 years ago
ConvertLambdaBodyStatementToExpressionTests.cs [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 14 years ago
ConvertSwitchToIfTests.cs [CodeAction]Added ConvertSwitchToIfAction 14 years ago
CreateClassDeclarationTests.cs Create class action can now generate interface implementation. 14 years ago
CreateConstructorDeclarationTests.cs Added create class declaration action. 14 years ago
CreateCustomEventImplementationTests.cs [CodeAction] Added CreateCustomEventImplementationAction 14 years ago
CreateDelegateTests.cs Added create delegate action. 14 years ago
CreateFieldTests.cs [NRefactory] Removed extra new line for fields. 14 years ago
CreateIndexerTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 14 years ago
CreateLocalVariableTests.cs Improved type guessing. 14 years ago
CreateMethodDeclarationTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 14 years ago
CreateOverloadWithoutParameterTests.cs [CodeAction] Added CreateOverloadWithoutParameterAction 14 years ago
CreatePropertyTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 14 years ago
DeclareLocalVariableTests.cs Added flag to specify if explict types should be used or not. 14 years ago
ExtractFieldTests.cs added extract field code action 14 years ago
ExtractMethodTests.cs Startet exctract method action. 14 years ago
FlipOperatorArgumentsTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
GenerateGetterTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 14 years ago
GeneratePropertyTests.cs GeneratePropertyAction: Handle fields named like properties by renaming them before creating the property. 14 years ago
GenerateSwitchLabelsTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ImplementAbstractMembersTest.cs Started implement interface/abstract members code action. 14 years ago
ImplementInterfaceExplicitTests.cs Started implement interface/abstract members code action. 14 years ago
ImplementInterfaceTests.cs [CodeActions] Worked on implement interface. 14 years ago
InlineLocalVariableTests.cs Added inline local variable action. 14 years ago
InsertAnonymousMethodSignatureTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
IntroduceConstantTests.cs [NRefactory] Removed extra new line for fields. 14 years ago
IntroduceFormatItemTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
InvertIfTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
MergeNestedIfTests.cs [CodeAction] Added MergeNestedIfAction 14 years ago
PutInsideUsingTests.cs [CodeAction] Added PutInsideUsingAction 14 years ago
RemoveBackingStoreTests.cs Added create constructor declaration action/fixed bugs in other 14 years ago
RemoveBracesTests.cs [CodeActions] Fixed remove braces whitespace removal. 14 years ago
RemoveRegionTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ReplaceEmptyStringTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
SplitDeclarationAndAssignmentTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
SplitDeclarationListTests.cs [CodeAction] SplitDeclarationList: Corrected a test 14 years ago
SplitStringTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
TestRefactoringContext.cs Simplify API for retrieving compiler errors/warnings. 14 years ago
UseExplicitTypeTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
UseStringFormatTests.cs [CodeAction] Added UseStringFormatAction 14 years ago
UseVarKeywordTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago