#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.
 
 
 
 
 
 
Simon Lindgren f33aa32e37 Merge remote-tracking branch 'upstream/master' into simonl 13 years ago
..
ConvertToInitializer [CodeActions] Add ConvertToInitializerAction. 13 years ago
AddAnotherAccessorTests.cs Merge branch 'master' of github.com:icsharpcode/NRefactory 14 years ago
AddCatchTypeTests.cs [CodeActions] Ignore whitespace tests for now. 13 years ago
CheckIfParameterIsNullTests.cs [CodeAction] Fixed check if parameter is null bug. 13 years ago
ContextActionTestBase.cs [Refactoring] Add optional parameter expectErrors = false to ContextActonTestBase.Test(). 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 14 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. 14 years ago
CreateConstructorDeclarationTests.cs Added create class declaration action. 14 years ago
CreateDelegateTests.cs Added create delegate action. 14 years ago
CreateFieldTests.cs [CodeAction] Create field now works on member reference expressions 13 years ago
CreateIndexerTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 13 years ago
CreateLocalVariableTests.cs Improved type guessing. 14 years ago
CreateMethodDeclarationTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 13 years ago
CreatePropertyTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 13 years ago
DeclareLocalVariableTests.cs Added flag to specify if explict types should be used or not. 14 years ago
ExtensionMethodInvocationToStaticMethodInvocationTests.cs [CodeAction] Add code actions for converting between static method calls and extension method calls. 13 years ago
ExtractFieldTests.cs Fixed some failing unit tests. 13 years ago
ExtractMethodTests.cs [CodeActions] Added Task async excecution for insertion & link modes. 13 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 13 years ago
GeneratePropertyTests.cs GeneratePropertyAction: Handle fields named like properties by renaming them before creating the property. 13 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. 13 years ago
ImplementInterfaceExplicitTests.cs Started implement interface/abstract members code action. 13 years ago
ImplementInterfaceTests.cs [CodeActions] Worked on implement interface. 13 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 Fixed some failing unit tests. 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
IterateViaForeachTests.cs [CodeActions] Make IterateViaForeachAction use names based on their type and add handling of using and for statements. 13 years ago
MoveToOuterScopeTests.cs [CodeActions] MoveToOuterScopeAction: Handle lambdas. 13 years ago
RemoveBackingStoreTests.cs Added create constructor declaration action/fixed bugs in other 14 years ago
RemoveBracesTests.cs [CodeActions] Fixed remove braces whitespace removal. 13 years ago
RemoveRedundantCatchTypeTests.cs [CodeActions] Ignore whitespace tests for now. 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
StaticMethodInvocationToExtensionMethodInvocationTests.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
TestRefactoringContext.cs Merge remote-tracking branch 'upstream/master' into simonl 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