#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 e22be6ea28 Fix crash in ConvertIfToSwitchAction when there are nested if statements. 12 years ago
..
Analysis Added distinct color for the 'var' context sensitive keyword. 12 years ago
CodeActions Fix crash in ConvertIfToSwitchAction when there are nested if statements. 12 years ago
CodeCompletion Added failing completion test case. 12 years ago
CodeIssues ExpressionOfCompatibleTypeCastIssue no longer warns on implicit 12 years ago
Inspector Worked on inconsistent naming issue. 14 years ago
Parser Fix false positive in ExpressionOfCompatibleTypeCastIssue 12 years ago
Refactoring Ensure we pass the correct type argument to GatherVisitorBase<>. 12 years ago
Resolver Fix icsharpcode/NRefactory#183: Implicit conversion detected as explicit conversion 12 years ago
AstStructureTests.cs Fixed failing test. 12 years ago
AstTests.cs Added DescendantNodes API. 12 years ago
CSharpAmbienceTests.cs Add year to license headers. 13 years ago
CSharpOutputVisitorTests.cs Add year to license headers. 13 years ago
CodeDomConvertVisitorTests.cs Remove constructors from CSharpUnresolvedFile - they could be mistaken to load the specified file name. 12 years ago
DepthFirstVisitorTests.cs Add unit test demonstrating that the DepthFirstVisitor optimization was invalid. 12 years ago
InsertParenthesesVisitorTests.cs Add year to license headers. 13 years ago
QueryExpressionExpanderTests.cs Fix compiler warnings 12 years ago