#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 fe88a0e25e [CodeAction] Fixed possible null reference exception. 14 years ago
..
ConvertToInitializer [CodeAction] Fixed possible null reference exception. 14 years ago
ExtractMethod
AddAnotherAccessorAction.cs
AddCatchTypeAction.cs [CodeActions] Adjust the behaviour of AddCatchTypeAction. 14 years ago
CheckIfParameterIsNullAction.cs Removed debug messages. 14 years ago
ConvertAnonymousDelegateToLambdaAction.cs [CodeActions] Add convertAnonymousDelegateToLambdaAction. 14 years ago
ConvertAsToCastAction.cs [CodeActions] ConvertAsToCastAction: fixed some parentheses issues 14 years ago
ConvertCastToAsAction.cs [CodeActions] ConvertCastToAsAction: insert parentheses when necessary 14 years ago
ConvertConditionalToIfAction.cs [CodeActions] ConvertConditionalToIfAction: check context location 14 years ago
ConvertDecToHexAction.cs
ConvertExplicitToImplicitImplementationAction.cs
ConvertForeachToForAction.cs
ConvertHexToDecAction.cs
ConvertIfToConditionalAction.cs
ConvertIfToSwitchAction.cs
ConvertImplicitToExplicitImplementationAction.cs
ConvertLambdaBodyExpressionToStatementAction.cs [CodeActions]ConvertLambdaBodyExpressionToStatementAction: removed unused usings 14 years ago
ConvertLambdaBodyStatementToExpressionAction.cs
ConvertLambdaToAnonymousDelegateAction.cs [CodeAction] Convert lambda to delegate action no longer puts a 14 years ago
ConvertSwitchToIfAction.cs
CreateBackingStoreAction.cs [CodeActions] Fixed bug in create backing store. 14 years ago
CreateClassDeclarationAction.cs [CodeAction] Fixed bug in create class declaration action. 14 years ago
CreateConstructorDeclarationAction.cs
CreateCustomEventImplementationAction.cs [CodeActions] CreateCustomEventImplementationAction: removed TODO which is already done. 14 years ago
CreateDelegateAction.cs
CreateEventInvocatorAction.cs
CreateFieldAction.cs
CreateIndexerAction.cs
CreateLocalVariableAction.cs
CreateMethodDeclarationAction.cs
CreateOverloadWithoutParameterAction.cs [CodeActions] CreateOverloadWithoutParameterAction: fixed missing ref/out in generated call 14 years ago
CreatePropertyAction.cs
DeclareLocalVariableAction.cs
ExtensionMethodInvocationToStaticMethodInvocationAction.cs
ExtractAnonymousMethodAction.cs
ExtractFieldAction.cs
FlipOperatorArgumentsAction.cs
GenerateGetterAction.cs
GeneratePropertyAction.cs GenerateProperty: do not propose to generate a setter if the field is readonly. 14 years ago
GenerateSwitchLabelsAction.cs
ImplementAbstractMembersAction.cs [CodeActions] Implemented abstract members action/Improved implement 14 years ago
ImplementInterfaceAction.cs [CodeActions] fixed bug implemented 'protected internal abstract' members. 14 years ago
ImplementInterfaceExplicitAction.cs
InlineLocalVariableAction.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
InsertAnonymousMethodSignatureAction.cs
IntroduceConstantAction.cs
IntroduceFormatItemAction.cs
InvertIfAction.cs
IterateViaForeachAction.cs [CodeActions] Added check for resolve error. 14 years ago
JoinDeclarationAndAssignmentAction.cs [CodeAction] Added JoinDeclarationAndAssignmentAction 14 years ago
JoinStringAction.cs [CodeAction] JoinStringAction: handle the case when left operand is a BinaryOperatorExpression 14 years ago
MergeNestedIfAction.cs
MoveToOuterScopeAction.cs Merge branch 'master' into simonl 14 years ago
NegateRelationalExpressionAction.cs [CodeAction] NegateRelationalExpressionAction: fixed title 14 years ago
PutInsideUsingAction.cs [CodeActions] PutInsideUsingAction: remove trailing Dispose() invocation 14 years ago
RemoveBackingStoreAction.cs
RemoveBracesAction.cs
RemoveRedundantCatchTypeAction.cs Merge branch 'master' into simonl 14 years ago
RemoveRegionAction.cs
ReplaceEmptyStringAction.cs
SpecializedCodeAction.cs
SplitDeclarationAndAssignmentAction.cs [CodeAction] Fixed bug in splet declaration and assignment action. 14 years ago
SplitDeclarationListAction.cs
SplitStringAction.cs
StaticMethodInvocationToExtensionMethodInvocationAction.cs
UseExplicitTypeAction.cs
UseStringFormatAction.cs
UseVarKeywordAction.cs