#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 fb493193e3 AddAnotherAccessorAction: don't try to assign to readonly fields 12 years ago
..
ConvertToInitializer Code actions can now be bound to an ast node. 12 years ago
ExtractMethod Revert "Simplified the scrip API a bit (insert cursor/links are no longer task" 12 years ago
AddAnotherAccessorAction.cs AddAnotherAccessorAction: don't try to assign to readonly fields 12 years ago
AddCatchTypeAction.cs Code actions can now be bound to an ast node. 12 years ago
AddUsingAction.cs Fix compiler warnings 12 years ago
CheckIfParameterIsNullAction.cs Set parameter name token as relevant node for parameter declaration 12 years ago
ConvertAnonymousDelegateToLambdaAction.cs Fix compiler warnings 12 years ago
ConvertAsToCastAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertCastToAsAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertConditionalToIfAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertDecToHexAction.cs [ContextAction] Added more contraint with DecToHex Action 12 years ago
ConvertExplicitToImplicitImplementationAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertForeachToForAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertHexToDecAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertIfToConditionalAction.cs Implemented new line ast node insertion. 12 years ago
ConvertIfToSwitchAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertImplicitToExplicitImplementationAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertLambdaBodyExpressionToStatementAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertLambdaBodyStatementToExpressionAction.cs Code actions can now be bound to an ast node. 12 years ago
ConvertLambdaToAnonymousDelegateAction.cs Fixed bug in ConvertLambdaToAnonymousDelegates to handle () => VoidMethod() 12 years ago
ConvertSwitchToIfAction.cs Code actions can now be bound to an ast node. 12 years ago
CreateBackingStoreAction.cs Code actions can now be bound to an ast node. 12 years ago
CreateClassDeclarationAction.cs Fix compiler warnings 12 years ago
CreateConstructorDeclarationAction.cs Code actions can now be bound to an ast node. 12 years ago
CreateCustomEventImplementationAction.cs Code actions can now be bound to an ast node. 12 years ago
CreateDelegateAction.cs Code actions can now be bound to an ast node. 12 years ago
CreateEnumValue.cs Code actions can now be bound to an ast node. 12 years ago
CreateEventInvocatorAction.cs Added create changed event action. 12 years ago
CreateFieldAction.cs Simplify code that checks whether an expression is a condition. 12 years ago
CreateIndexerAction.cs Code actions can now be bound to an ast node. 12 years ago
CreateLocalVariableAction.cs Code actions can now be bound to an ast node. 12 years ago
CreateMethodDeclarationAction.cs Code actions can now be bound to an ast node. 12 years ago
CreateOverloadWithoutParameterAction.cs Set parameter name token as relevant node for parameter declaration 12 years ago
CreatePropertyAction.cs Code actions can now be bound to an ast node. 12 years ago
DeclareLocalVariableAction.cs Code actions can now be bound to an ast node. 12 years ago
ExtensionMethodInvocationToStaticMethodInvocationAction.cs Code actions can now be bound to an ast node. 12 years ago
ExtractAnonymousMethodAction.cs Code actions can now be bound to an ast node. 12 years ago
ExtractFieldAction.cs Fix compiler warnings 12 years ago
FlipOperatorArgumentsAction.cs Fix compiler warnings 12 years ago
GenerateGetterAction.cs Code actions can now be bound to an ast node. 12 years ago
GeneratePropertyAction.cs Code actions can now be bound to an ast node. 12 years ago
GenerateSwitchLabelsAction.cs Code actions can now be bound to an ast node. 12 years ago
ImplementAbstractMembersAction.cs Fixed abstract override in implement abstract members action. 12 years ago
ImplementInterfaceAction.cs Code actions can now be bound to an ast node. 12 years ago
ImplementInterfaceExplicitAction.cs Code actions can now be bound to an ast node. 12 years ago
InlineLocalVariableAction.cs Code actions can now be bound to an ast node. 12 years ago
InsertAnonymousMethodSignatureAction.cs Code actions can now be bound to an ast node. 12 years ago
IntroduceConstantAction.cs Code actions can now be bound to an ast node. 12 years ago
IntroduceFormatItemAction.cs Code actions can now be bound to an ast node. 12 years ago
InvertIfAction.cs Code actions can now be bound to an ast node. 12 years ago
InvertIfAndSimplify.cs Fixed issue with InvertIfAndSimplify. 12 years ago
IterateViaForeachAction.cs Code actions can now be bound to an ast node. 12 years ago
JoinDeclarationAndAssignmentAction.cs Implemented new line ast node insertion. 12 years ago
JoinStringAction.cs Code actions can now be bound to an ast node. 12 years ago
MergeNestedIfAction.cs Code actions can now be bound to an ast node. 12 years ago
MoveToOuterScopeAction.cs Code actions can now be bound to an ast node. 12 years ago
NegateRelationalExpressionAction.cs Code actions can now be bound to an ast node. 12 years ago
PutInsideUsingAction.cs Implemented new line ast node insertion. 12 years ago
RemoveBackingStoreAction.cs AddAnotherAccessorAction: don't try to assign to readonly fields 12 years ago
RemoveBracesAction.cs Code actions can now be bound to an ast node. 12 years ago
RemoveFieldRefactoryActionRefactoringAction.cs Disabled remove field action. 12 years ago
RemoveRedundantCatchTypeAction.cs Code actions can now be bound to an ast node. 12 years ago
RemoveRegionAction.cs Code actions can now be bound to an ast node. 12 years ago
ReplaceEmptyStringAction.cs Code actions can now be bound to an ast node. 12 years ago
SimplifyIfFlowAction.cs Fixed bug in insert block body helper method. 12 years ago
SimplifyIfInLoopsFlowAction.cs Implemented new line ast node insertion. 12 years ago
SortUsingsAction.cs Implemented new line ast node insertion. 12 years ago
SpecializedCodeAction.cs * ICSharpCode.NRefactory.CSharp.csproj: 13 years ago
SplitDeclarationAndAssignmentAction.cs Fix compiler warnings 12 years ago
SplitDeclarationListAction.cs Code actions can now be bound to an ast node. 12 years ago
SplitStringAction.cs Code actions can now be bound to an ast node. 12 years ago
StaticMethodInvocationToExtensionMethodInvocationAction.cs Code actions can now be bound to an ast node. 12 years ago
UseExplicitTypeAction.cs Fix compiler warnings 12 years ago
UseStringFormatAction.cs Code actions can now be bound to an ast node. 12 years ago
UseVarKeywordAction.cs Fix compiler warnings 12 years ago