#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 67d19127f5 Fixed bug in reachability analysis when lambda/anonymous method contains a condition or switch statement. 14 years ago
..
Analysis Fixed bug in reachability analysis when lambda/anonymous method contains a condition or switch statement. 14 years ago
Ast Fixed lambda type inference in delegate creation expressions. ("new Func<int, int>(a => a)") 14 years ago
Completion Fixed code completion bug. 14 years ago
Formatter Fixed IndentBlocks bug. 14 years ago
OutputVisitor Add AstType.ToTypeReference() method. 14 years ago
Parser Added unattached attributes to the AST. 14 years ago
Properties Add nuspec. 14 years ago
Refactoring Fixed bug in RemoveBackingStore context action. 14 years ago
Resolver Fixed bug in reachability analysis when lambda/anonymous method contains a condition or switch statement. 14 years ago
TypeSystem Revert "Fixed type system converter case reported from "erik-kallen"." 14 years ago
.gitignore Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 15 years ago
CSharpProjectContent.cs Add protected virtual Clone() method to CSharpProjectContent. 14 years ago
ICSharpCode.NRefactory.CSharp.csproj Allow conversion of anonymous method with unreachable endpoint to Func<T>. 14 years ago
SimpleNameLookupMode.cs Add AstType.ToTypeReference() method. 14 years ago