#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.
 
 
 
 
 
 
Mike Krüger 04f8720739 Added formatting factory - formatting options should be created with 13 years ago
..
AddAnotherAccessorTests.cs Merge branch 'master' of github.com:icsharpcode/NRefactory 13 years ago
CheckIfParameterIsNullTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ContextActionTestBase.cs Added create constructor declaration action/fixed bugs in other 13 years ago
ConvertDecToHexTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ConvertForeachToForTests.cs Added create constructor declaration action/fixed bugs in other 13 years ago
ConvertHexToDecTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
CreateClassDeclarationTests.cs Create class action can now generate interface implementation. 13 years ago
CreateConstructorDeclarationTests.cs Added create class declaration action. 13 years ago
CreateDelegateTests.cs Added create delegate action. 13 years ago
CreateFieldTests.cs Handled static class <--> non static member clash in create 13 years ago
CreateIndexerTests.cs Added create constructor declaration action/fixed bugs in other 13 years ago
CreateLocalVariableTests.cs Improved type guessing. 13 years ago
CreateMethodDeclarationTests.cs Fixed method declaration case. 13 years ago
CreatePropertyTests.cs Fix bugs in RedundantNamespaceUsageIssue and CreatePropertyAction. 13 years ago
DeclareLocalVariableTests.cs Added flag to specify if explict types should be used or not. 13 years ago
ExtractMethodTests.cs Startet exctract method action. 13 years ago
FlipOperatorArgumentsTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
GenerateGetterTests.cs Merge branch 'master' of github.com:icsharpcode/NRefactory 13 years ago
GeneratePropertyTests.cs Merge branch 'master' of github.com:icsharpcode/NRefactory 13 years ago
GenerateSwitchLabelsTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
InlineLocalVariableTests.cs Added inline local variable action. 13 years ago
InsertAnonymousMethodSignatureTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
IntroduceConstantTests.cs Added introduce constant action. 13 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
RemoveBackingStoreTests.cs Added create constructor declaration action/fixed bugs in other 13 years ago
RemoveBracesTests.cs Fixed remove brace action tests. 13 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
SplitStringTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
TestRefactoringContext.cs Added formatting factory - formatting options should be created with 13 years ago
UseExplicitTypeTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
UseVarKeywordTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago