#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.
 
 
 
 
 
 
Simon Lindgren af16dc305c Merge branch 'master' into gsoc-fixes 14 years ago
..
ConvertToInitializer [CodeIssues] Don't crash in StatementToInitializerConverter on assignments to members. 14 years ago
AddAnotherAccessorTests.cs Merge branch 'master' of github.com:icsharpcode/NRefactory 14 years ago
AddCatchTypeTests.cs [CodeActions] Ignore whitespace tests for now. 14 years ago
CheckIfParameterIsNullTests.cs [CodeAction] Fixed check if parameter is null bug. 14 years ago
ContextActionTestBase.cs Merge remote-tracking branch 'upstream/master' into simonl 14 years ago
ConvertAnonymousDelegateToLambdaTests.cs [CodeActions] Add convertAnonymousDelegateToLambdaAction. 14 years ago
ConvertAsToCastTests.cs [CodeActions] ConvertAsToCastAction: fixed some parentheses issues 14 years ago
ConvertCastToAsTests.cs [CodeActions] ConvertCastToAsAction: insert parentheses when necessary 14 years ago
ConvertConditionalToIfTests.cs [CodeActions] ConvertConditionalToIfAction: check context location 14 years ago
ConvertDecToHexTests.cs
ConvertExplicitToImplicitImplementationTests.cs [CodeAction] ConvertExplicitToImplicitImplementation: make implicit implementation public 14 years ago
ConvertForeachToForTests.cs Added create constructor declaration action/fixed bugs in other 14 years ago
ConvertHexToDecTests.cs
ConvertIfToConditionalTests.cs [CodeAction] ConvertIfToConditionalTests: fixed a test 14 years ago
ConvertIfToSwtichTests.cs [Code Action] Only show ConvertIfToSwitchAction on 'if' token 14 years ago
ConvertImplicitToExplicittImplementationTests.cs [CodeActions] ConvertImplicitToExplicitImplementationAction: removed a redundant test 14 years ago
ConvertLambdaBodyExpressionToStatementTests.cs [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 14 years ago
ConvertLambdaBodyStatementToExpressionTests.cs [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 14 years ago
ConvertLamdaToAnonymousDelegateTests.cs [CodeAction] Convert lambda to delegate action no longer puts a 14 years ago
ConvertSwitchToIfTests.cs [CodeAction]Added ConvertSwitchToIfAction 14 years ago
CreateBackingStoreTests.cs [CodeActions] Fixed bug in create backing store. 14 years ago
CreateClassDeclarationTests.cs [CodeAction] Fixed bug in create class declaration action. 14 years ago
CreateConstructorDeclarationTests.cs Added create class declaration action. 14 years ago
CreateCustomEventImplementationTests.cs [CodeAction] Added CreateCustomEventImplementationAction 14 years ago
CreateDelegateTests.cs Added create delegate action. 14 years ago
CreateFieldTests.cs [CodeAction] Create field now works on member reference expressions 14 years ago
CreateIndexerTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 14 years ago
CreateLocalVariableTests.cs Improved type guessing. 14 years ago
CreateMethodDeclarationTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 14 years ago
CreateOverloadWithoutParameterTests.cs [CodeActions] CreateOverloadWithoutParameterAction: fixed missing ref/out in generated call 14 years ago
CreatePropertyTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 14 years ago
DeclareLocalVariableTests.cs Added flag to specify if explict types should be used or not. 14 years ago
ExtensionMethodInvocationToStaticMethodInvocationTests.cs [CodeAction] Add code actions for converting between static method calls and extension method calls. 14 years ago
ExtractAnonymousMethodTests.cs ExtractAnonymousMethodAction: Fixed "fails to insert generated method when anonymous method is not in a method" issue 14 years ago
ExtractFieldTests.cs Fixed some failing unit tests. 14 years ago
ExtractMethodTests.cs [CodeAction] Fixed extract method unit test. 14 years ago
FlipOperatorArgumentsTests.cs
GenerateGetterTests.cs [Refactoring] Fixed some bugs in create code actions in conjunction 14 years ago
GeneratePropertyTests.cs GenerateProperty: do not propose to generate a setter if the field is readonly. 14 years ago
GenerateSwitchLabelsTests.cs
ImplementAbstractMembersTest.cs [CodeActions] fixed bug implemented 'protected internal abstract' members. 14 years ago
ImplementInterfaceExplicitTests.cs TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 14 years ago
ImplementInterfaceTests.cs [CodeActions] Implemented abstract members action/Improved implement 14 years ago
InlineLocalVariableTests.cs Added inline local variable action. 14 years ago
InsertAnonymousMethodSignatureTests.cs
IntroduceConstantTests.cs Fixed some failing unit tests. 14 years ago
IntroduceFormatItemTests.cs
InvertIfTests.cs
IterateViaForeachTests.cs [CodeActions] Handle resolution errors in IterateViaForeachAction. 14 years ago
JoinDeclarationAndAssignmentTests.cs [CodeAction] Added JoinDeclarationAndAssignmentAction 14 years ago
JoinStringTests.cs [CodeAction] JoinStringAction: handle the case when left operand is a BinaryOperatorExpression 14 years ago
MergeNestedIfTests.cs [CodeAction] Added MergeNestedIfAction 14 years ago
MoveToOuterScopeTests.cs [CodeActions] MoveToOuterScopeAction: Handle lambdas. 14 years ago
NegateRelationalExpressionTests.cs [CodeAction] NegateRelationalExpressionAction: improved tests 14 years ago
PutInsideUsingTests.cs [CodeActions] PutInsideUsingAction: remove trailing Dispose() invocation 14 years ago
RemoveBackingStoreTests.cs Added create constructor declaration action/fixed bugs in other 14 years ago
RemoveBracesTests.cs [CodeActions] Fixed remove braces whitespace removal. 14 years ago
RemoveRedundantCatchTypeTests.cs [CodeActions] Ignore whitespace tests for now. 14 years ago
RemoveRegionTests.cs
ReplaceEmptyStringTests.cs
SplitDeclarationAndAssignmentTests.cs [CodeAction] Fixed bug in splet declaration and assignment action. 14 years ago
SplitDeclarationListTests.cs [CodeAction] SplitDeclarationList: Corrected a test 14 years ago
SplitStringTests.cs
StaticMethodInvocationToExtensionMethodInvocationTests.cs [CodeActions] Don't return a convert to extension method call code action if the call is already using extension method syntax. 14 years ago
TestRefactoringContext.cs Merge branch 'master' into simonl 14 years ago
UseExplicitTypeTests.cs
UseStringFormatTests.cs [CodeAction] Added UseStringFormatAction 14 years ago
UseVarKeywordTests.cs