#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 650d2fe644 Code actions now have a start/end location instead of an ast node. 13 years ago
..
ConvertToInitializer Code actions can now be bound to an ast node. 13 years ago
ExtractMethod Code actions now have a start/end location instead of an ast node. 13 years ago
AddAnotherAccessorAction.cs Code actions can now be bound to an ast node. 13 years ago
AddCatchTypeAction.cs Code actions can now be bound to an ast node. 13 years ago
AddUsingAction.cs Code actions can now be bound to an ast node. 13 years ago
CheckIfParameterIsNullAction.cs Set parameter name token as relevant node for parameter declaration 13 years ago
ConvertAnonymousDelegateToLambdaAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertAsToCastAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertCastToAsAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertConditionalToIfAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertDecToHexAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertExplicitToImplicitImplementationAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertForeachToForAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertHexToDecAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertIfToConditionalAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertIfToSwitchAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertImplicitToExplicitImplementationAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertLambdaBodyExpressionToStatementAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertLambdaBodyStatementToExpressionAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertLambdaToAnonymousDelegateAction.cs Code actions can now be bound to an ast node. 13 years ago
ConvertSwitchToIfAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateBackingStoreAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateClassDeclarationAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateConstructorDeclarationAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateCustomEventImplementationAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateDelegateAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateEnumValue.cs Code actions can now be bound to an ast node. 13 years ago
CreateEventInvocatorAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateFieldAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateIndexerAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateLocalVariableAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateMethodDeclarationAction.cs Code actions can now be bound to an ast node. 13 years ago
CreateOverloadWithoutParameterAction.cs Set parameter name token as relevant node for parameter declaration 13 years ago
CreatePropertyAction.cs Code actions can now be bound to an ast node. 13 years ago
DeclareLocalVariableAction.cs Code actions can now be bound to an ast node. 13 years ago
ExtensionMethodInvocationToStaticMethodInvocationAction.cs Code actions can now be bound to an ast node. 13 years ago
ExtractAnonymousMethodAction.cs Code actions can now be bound to an ast node. 13 years ago
ExtractFieldAction.cs Code actions can now be bound to an ast node. 13 years ago
FlipOperatorArgumentsAction.cs Code actions can now be bound to an ast node. 13 years ago
GenerateGetterAction.cs Code actions can now be bound to an ast node. 13 years ago
GeneratePropertyAction.cs Code actions can now be bound to an ast node. 13 years ago
GenerateSwitchLabelsAction.cs Code actions can now be bound to an ast node. 13 years ago
ImplementAbstractMembersAction.cs Code actions can now be bound to an ast node. 13 years ago
ImplementInterfaceAction.cs Code actions can now be bound to an ast node. 13 years ago
ImplementInterfaceExplicitAction.cs Code actions can now be bound to an ast node. 13 years ago
InlineLocalVariableAction.cs Code actions can now be bound to an ast node. 13 years ago
InsertAnonymousMethodSignatureAction.cs Code actions can now be bound to an ast node. 13 years ago
IntroduceConstantAction.cs Code actions can now be bound to an ast node. 13 years ago
IntroduceFormatItemAction.cs Code actions can now be bound to an ast node. 13 years ago
InvertIfAction.cs Code actions can now be bound to an ast node. 13 years ago
IterateViaForeachAction.cs Code actions can now be bound to an ast node. 13 years ago
JoinDeclarationAndAssignmentAction.cs Code actions can now be bound to an ast node. 13 years ago
JoinStringAction.cs Code actions can now be bound to an ast node. 13 years ago
MergeNestedIfAction.cs Code actions can now be bound to an ast node. 13 years ago
MoveToOuterScopeAction.cs Code actions can now be bound to an ast node. 13 years ago
NegateRelationalExpressionAction.cs Code actions can now be bound to an ast node. 13 years ago
PutInsideUsingAction.cs Code actions can now be bound to an ast node. 13 years ago
RemoveBackingStoreAction.cs Code actions can now be bound to an ast node. 13 years ago
RemoveBracesAction.cs Code actions can now be bound to an ast node. 13 years ago
RemoveRedundantCatchTypeAction.cs Code actions can now be bound to an ast node. 13 years ago
RemoveRegionAction.cs Code actions can now be bound to an ast node. 13 years ago
ReplaceEmptyStringAction.cs Code actions can now be bound to an ast node. 13 years ago
SortUsingsAction.cs Code actions can now be bound to an ast node. 13 years ago
SpecializedCodeAction.cs * ICSharpCode.NRefactory.CSharp.csproj: 14 years ago
SplitDeclarationAndAssignmentAction.cs Code actions can now be bound to an ast node. 13 years ago
SplitDeclarationListAction.cs Code actions can now be bound to an ast node. 13 years ago
SplitStringAction.cs Code actions can now be bound to an ast node. 13 years ago
StaticMethodInvocationToExtensionMethodInvocationAction.cs Code actions can now be bound to an ast node. 13 years ago
UseExplicitTypeAction.cs Code actions can now be bound to an ast node. 13 years ago
UseStringFormatAction.cs Code actions can now be bound to an ast node. 13 years ago
UseVarKeywordAction.cs Code actions can now be bound to an ast node. 13 years ago