#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 e22be6ea28 Fix crash in ConvertIfToSwitchAction when there are nested if statements. 12 years ago
..
AddUsing Insert after last using instead of inserting before namespace declaration. 13 years ago
ConvertToInitializer Fix ArgumentException in StatementsToInitializerConverter. 13 years ago
AddAnotherAccessorTests.cs AddAnotherAccessorAction: don't try to assign to readonly fields 12 years ago
AddCatchTypeTests.cs [Refactoring] Script now corrects the formatting of inserted & 13 years ago
CheckIfParameterIsNullTests.cs [CodeAction] Fixed check if parameter is null bug. 13 years ago
ContextActionTestBase.cs Revert "Simplified the scrip API a bit (insert cursor/links are no longer task" 12 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 Improved code issue tests - renamed some issues and actions. 14 years ago
ConvertExplicitToImplicitImplementationTests.cs [CodeAction] ConvertExplicitToImplicitImplementation: make implicit implementation public 13 years ago
ConvertForeachToForTests.cs Fixed some convert foreach to for action bugs. 13 years ago
ConvertHexToDecTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
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 Fix crash in ConvertIfToSwitchAction when there are nested if statements. 12 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 Added additional tests. One of new ones is failing. 12 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
CreateChangedEventTests.cs Fixed formatting bug in create changed event. 12 years ago
CreateClassDeclarationTests.cs Fixed some create class declaration issues. 13 years ago
CreateConstructorDeclarationTests.cs Fixed bug in create constructor action & implemented create enum value 13 years ago
CreateCustomEventImplementationTests.cs [CodeAction] Added CreateCustomEventImplementationAction 13 years ago
CreateDelegateTests.cs Added create delegate action. 13 years ago
CreateEnumValueTests.cs Fixed bug in create constructor action & implemented create enum value 13 years ago
CreateEventInvocatorTests.cs [CodeAction] Improved create event invocator action. 13 years ago
CreateFieldTests.cs Improved type guessing logic. 12 years ago
CreateIndexerTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 13 years ago
CreateLocalVariableTests.cs Handled extension methods in type guessing code. 13 years ago
CreateMethodDeclarationTests.cs Fixed create method action bug. 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 Fixed bug in declare local action. 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 Improved ExtractFieldAction for static getters and setters. 12 years ago
ExtractMethodTests.cs Added extract method unit test. 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 GenerateProperty: do not propose to generate a setter if the field is readonly. 13 years ago
GenerateSwitchLabelsTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ImplementAbstractMembersTest.cs Fixed abstract override in implement abstract members action. 12 years ago
ImplementInterfaceExplicitTests.cs TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 13 years ago
ImplementInterfaceTests.cs Fixed bug in type system conversion (interface members can shadow 13 years ago
InlineLocalVariableTests.cs Fixed variable inlining missing parentheses issues. 13 years ago
InsertAnonymousMethodSignatureTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
IntroduceConstantTests.cs Introduce constant action can now replace more than one occurence 13 years ago
IntroduceFormatItemTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
InvertIfAndSimplifyTests.cs Fixed issue with InvertIfAndSimplify. 12 years ago
InvertIfTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
IterateViaForeachTests.cs Updated mcs. 12 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 Implemented new line ast node insertion. 12 years ago
NegateRelationalExpressionTests.cs [CodeAction] NegateRelationalExpressionAction: improved tests 13 years ago
PutInsideUsingTests.cs [CodeActions] PutInsideUsingAction: remove trailing Dispose() invocation 13 years ago
RemoveBackingStoreTests.cs Added create constructor declaration action/fixed bugs in other 13 years ago
RemoveBracesTests.cs [CodeActions] Fixed remove braces whitespace removal. 13 years ago
RemoveFieldRefactoryActionTests.cs Adds a refactor that removes fairly accurate a field in all places (it is based on FindReferences). 12 years ago
RemoveRedundantCatchTypeTests.cs [Refactoring] Script now corrects the formatting of inserted & 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
SimplifyIfFlowInLoopsTests.cs Added simplify if actions from Ciprian Khlud 12 years ago
SimplifyIfFlowTests.cs Added simplify if actions from Ciprian Khlud 12 years ago
SortUsingsTests.cs Add "add using" context action. 13 years ago
SplitDeclarationAndAssignmentTests.cs Speeded up document script node formatting. 13 years ago
SplitDeclarationListTests.cs [CodeAction] SplitDeclarationList: Corrected a test 13 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 Fixed bug in TestRefactoringContext that attempted to put fields inside properties 12 years ago
UseExplicitTypeTests.cs Added additional tests. One of new ones is failing. 12 years ago
UseStringFormatTests.cs [CodeAction] Added UseStringFormatAction 13 years ago
UseVarKeywordTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago