#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 6d0f3fb02e Add "add using" context action. 13 years ago
..
ConvertToInitializer [CodeAction] Fixed possible null reference exception. 13 years ago
ExtractMethod [CodeActions] Extract method now works with comments. 13 years ago
AddAnotherAccessorAction.cs
AddCatchTypeAction.cs [CodeActions] Adjust the behaviour of AddCatchTypeAction. 13 years ago
AddUsingAction.cs Add "add using" context action. 13 years ago
CheckIfParameterIsNullAction.cs Removed debug messages. 13 years ago
ConvertAnonymousDelegateToLambdaAction.cs [CodeActions] Add convertAnonymousDelegateToLambdaAction. 13 years ago
ConvertAsToCastAction.cs [CodeActions] ConvertAsToCastAction: fixed some parentheses issues 13 years ago
ConvertCastToAsAction.cs [CodeActions] ConvertCastToAsAction: insert parentheses when necessary 13 years ago
ConvertConditionalToIfAction.cs Move some code actions from 'CodeActions' namespace to refactoring namespace, to be consistent with all other code actions. 13 years ago
ConvertDecToHexAction.cs
ConvertExplicitToImplicitImplementationAction.cs
ConvertForeachToForAction.cs
ConvertHexToDecAction.cs
ConvertIfToConditionalAction.cs Move some code actions from 'CodeActions' namespace to refactoring namespace, to be consistent with all other code actions. 13 years ago
ConvertIfToSwitchAction.cs
ConvertImplicitToExplicitImplementationAction.cs
ConvertLambdaBodyExpressionToStatementAction.cs [CodeActions]ConvertLambdaBodyExpressionToStatementAction: removed unused usings 13 years ago
ConvertLambdaBodyStatementToExpressionAction.cs
ConvertLambdaToAnonymousDelegateAction.cs [CodeAction] Convert lambda to delegate action no longer puts a 13 years ago
ConvertSwitchToIfAction.cs
CreateBackingStoreAction.cs [CodeActions] Fixed bug in create backing store. 13 years ago
CreateClassDeclarationAction.cs [CodeAction] Fixed bug in create class declaration action. 13 years ago
CreateConstructorDeclarationAction.cs
CreateCustomEventImplementationAction.cs [CodeActions] CreateCustomEventImplementationAction: removed TODO which is already done. 13 years ago
CreateDelegateAction.cs
CreateEventInvocatorAction.cs [CodeAction] Improved create event invocator action. 13 years ago
CreateFieldAction.cs Add "add using" context action. 13 years ago
CreateIndexerAction.cs
CreateLocalVariableAction.cs
CreateMethodDeclarationAction.cs [ContextAction] Added null check to create method. 13 years ago
CreateOverloadWithoutParameterAction.cs [CodeAction] Fixed bug in create overload without parameter action. 13 years ago
CreatePropertyAction.cs [CodeAction] Fixed bug in create field/property action. 13 years ago
DeclareLocalVariableAction.cs
ExtensionMethodInvocationToStaticMethodInvocationAction.cs
ExtractAnonymousMethodAction.cs ExtractAnonymousMethodAction: Fixed "fails to insert generated method when anonymous method is not in a method" issue 13 years ago
ExtractFieldAction.cs [CodeActions] Gave extract field action a better name. 13 years ago
FlipOperatorArgumentsAction.cs
GenerateGetterAction.cs
GeneratePropertyAction.cs GenerateProperty: do not propose to generate a setter if the field is readonly. 13 years ago
GenerateSwitchLabelsAction.cs
ImplementAbstractMembersAction.cs Fixed some compiler warnings. 13 years ago
ImplementInterfaceAction.cs [CodeAction] Fixed bug in implement interface action. 13 years ago
ImplementInterfaceExplicitAction.cs [CodeActions] Finished first implement interface implementation. 13 years ago
InlineLocalVariableAction.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
InsertAnonymousMethodSignatureAction.cs
IntroduceConstantAction.cs
IntroduceFormatItemAction.cs
InvertIfAction.cs
IterateViaForeachAction.cs [Refactoring] Format text can now take a node list to format / fixed a 13 years ago
JoinDeclarationAndAssignmentAction.cs [CodeAction] Added JoinDeclarationAndAssignmentAction 13 years ago
JoinStringAction.cs [CodeAction] JoinStringAction: handle the case when left operand is a BinaryOperatorExpression 13 years ago
MergeNestedIfAction.cs
MoveToOuterScopeAction.cs Fixed some compiler warnings. 13 years ago
NegateRelationalExpressionAction.cs [CodeAction] NegateRelationalExpressionAction: fixed title 13 years ago
PutInsideUsingAction.cs [CodeActions] PutInsideUsingAction: remove trailing Dispose() invocation 13 years ago
RemoveBackingStoreAction.cs
RemoveBracesAction.cs
RemoveRedundantCatchTypeAction.cs Merge branch 'master' into simonl 13 years ago
RemoveRegionAction.cs
ReplaceEmptyStringAction.cs
SortUsingsAction.cs Add "add using" context action. 13 years ago
SpecializedCodeAction.cs
SplitDeclarationAndAssignmentAction.cs [CodeAction] Fixed bug in splet declaration and assignment action. 13 years ago
SplitDeclarationListAction.cs
SplitStringAction.cs
StaticMethodInvocationToExtensionMethodInvocationAction.cs
UseExplicitTypeAction.cs
UseStringFormatAction.cs
UseVarKeywordAction.cs [CodeActions] Added new property to improve the user experience by 13 years ago