#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.
 
 
 
 
 
 
Daniel Grunwald ca103100c6 Merge some bugfixes from SharpDevelop to NRefactory. 13 years ago
..
AddUsing Insert after last using instead of inserting before namespace declaration. 13 years ago
ConvertToInitializer Un-ignore some tests that were fixed 13 years ago
AddAnotherAccessorTests.cs Un-ignore some tests that were fixed 13 years ago
AddCatchTypeTests.cs [Refactoring] Script now corrects the formatting of inserted & 13 years ago
CheckIfParameterIsNullTests.cs
ContextActionTestBase.cs Add "add using" context action. 13 years ago
ConvertAnonymousDelegateToLambdaTests.cs [Refactoring] Script now corrects the formatting of inserted & 13 years ago
ConvertAsToCastTests.cs [CodeActions] ConvertAsToCastAction: fixed some parentheses issues 13 years ago
ConvertCastToAsTests.cs [CodeActions] ConvertCastToAsAction: insert parentheses when necessary 13 years ago
ConvertConditionalToIfTests.cs Move some code actions from 'CodeActions' namespace to refactoring namespace, to be consistent with all other code actions. 13 years ago
ConvertDecToHexTests.cs
ConvertExplicitToImplicitImplementationTests.cs [CodeAction] ConvertExplicitToImplicitImplementation: make implicit implementation public 13 years ago
ConvertForeachToForTests.cs
ConvertHexToDecTests.cs
ConvertIfToConditionalTests.cs Move some code actions from 'CodeActions' namespace to refactoring namespace, to be consistent with all other code actions. 13 years ago
ConvertIfToSwtichTests.cs [Code Action] Only show ConvertIfToSwitchAction on 'if' token 13 years ago
ConvertImplicitToExplicittImplementationTests.cs [CodeActions] ConvertImplicitToExplicitImplementationAction: removed a redundant test 13 years ago
ConvertLambdaBodyExpressionToStatementTests.cs [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 13 years ago
ConvertLambdaBodyStatementToExpressionTests.cs [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 13 years ago
ConvertLamdaToAnonymousDelegateTests.cs [Refactoring] Script now corrects the formatting of inserted & 13 years ago
ConvertSwitchToIfTests.cs [CodeAction] Improved create event invocator action. 13 years ago
CreateBackingStoreTests.cs [CodeActions] Fixed bug in create backing store. 13 years ago
CreateClassDeclarationTests.cs [CodeAction] Fixed bug in create class declaration action. 13 years ago
CreateConstructorDeclarationTests.cs
CreateCustomEventImplementationTests.cs [CodeAction] Added CreateCustomEventImplementationAction 13 years ago
CreateDelegateTests.cs
CreateEventInvocatorTests.cs [CodeAction] Improved create event invocator action. 13 years ago
CreateFieldTests.cs [CodeAction] Fixed bug in create field/property action. 13 years ago
CreateIndexerTests.cs
CreateLocalVariableTests.cs
CreateMethodDeclarationTests.cs Insert after last using instead of inserting before namespace declaration. 13 years ago
CreateOverloadWithoutParameterTests.cs [CodeActions] CreateOverloadWithoutParameterAction: fixed missing ref/out in generated call 13 years ago
CreatePropertyTests.cs [CodeAction] Fixed bug in create field/property action. 13 years ago
DeclareLocalVariableTests.cs Merged some changes from SharpDevelop to NRefactory. 13 years ago
ExtensionMethodInvocationToStaticMethodInvocationTests.cs [Refactoring] Script now corrects the formatting of inserted & 13 years ago
ExtractAnonymousMethodTests.cs ExtractAnonymousMethodAction: Fixed "fails to insert generated method when anonymous method is not in a method" issue 13 years ago
ExtractFieldTests.cs Fixed some failing unit tests. 13 years ago
ExtractMethodTests.cs [CodeActions] Extract method now works with comments. 13 years ago
FlipOperatorArgumentsTests.cs
GenerateGetterTests.cs
GeneratePropertyTests.cs GenerateProperty: do not propose to generate a setter if the field is readonly. 13 years ago
GenerateSwitchLabelsTests.cs
ImplementAbstractMembersTest.cs [CodeActions] fixed bug implemented 'protected internal abstract' members. 13 years ago
ImplementInterfaceExplicitTests.cs TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 13 years ago
ImplementInterfaceTests.cs [CodeAction] Fixed bug in implement interface action. 13 years ago
InlineLocalVariableTests.cs
InsertAnonymousMethodSignatureTests.cs
IntroduceConstantTests.cs Fixed some failing unit tests. 13 years ago
IntroduceFormatItemTests.cs
InvertIfTests.cs
IterateViaForeachTests.cs [CodeActions] Handle resolution errors in IterateViaForeachAction. 13 years ago
JoinDeclarationAndAssignmentTests.cs [CodeAction] Added JoinDeclarationAndAssignmentAction 13 years ago
JoinStringTests.cs [CodeAction] JoinStringAction: handle the case when left operand is a BinaryOperatorExpression 13 years ago
MergeNestedIfTests.cs [CodeAction] Added MergeNestedIfAction 13 years ago
MoveToOuterScopeTests.cs Merge some bugfixes from SharpDevelop to NRefactory. 13 years ago
NegateRelationalExpressionTests.cs [CodeAction] NegateRelationalExpressionAction: improved tests 13 years ago
PutInsideUsingTests.cs [CodeActions] PutInsideUsingAction: remove trailing Dispose() invocation 13 years ago
RemoveBackingStoreTests.cs
RemoveBracesTests.cs [CodeActions] Fixed remove braces whitespace removal. 13 years ago
RemoveRedundantCatchTypeTests.cs [Refactoring] Script now corrects the formatting of inserted & 13 years ago
RemoveRegionTests.cs
ReplaceEmptyStringTests.cs
SortUsingsTests.cs Add "add using" context action. 13 years ago
SplitDeclarationAndAssignmentTests.cs [Refactoring] Format text can now take a node list to format / fixed a 13 years ago
SplitDeclarationListTests.cs [CodeAction] SplitDeclarationList: Corrected a test 13 years ago
SplitStringTests.cs
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 Add "add using" context action. 13 years ago
UseExplicitTypeTests.cs
UseStringFormatTests.cs [CodeAction] Added UseStringFormatAction 13 years ago
UseVarKeywordTests.cs