#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 7a76a805a0 Add DocumentationComment class that allows looking up 'cref' attributes. 14 years ago
..
Analysis Fixed bug in reachability analysis when lambda/anonymous method contains a condition or switch statement. 14 years ago
Ast Added IsInside methods to the AstNode. 14 years ago
Completion Fixed unit test. 14 years ago
Formatter Fixed IndentBlocks bug. 14 years ago
OutputVisitor Don't insert space in front of brace if the brace is the first token in the line. 14 years ago
Parser Worked on unattached attribute handling. 14 years ago
Properties Set version number to 5.0.0.4. 14 years ago
Refactoring Use IOutputFormatter.StartNode() instead of OutputStarted event. 14 years ago
Resolver Add DocumentationComment class that allows looking up 'cref' attributes. 14 years ago
TypeSystem Use lazy initialization for C# resolved type definitions. 14 years ago
.gitignore
CSharpProjectContent.cs Add protected virtual Clone() method to CSharpProjectContent. 14 years ago
ICSharpCode.NRefactory.CSharp.csproj Set version number to 5.0.0.4. 14 years ago
SimpleNameLookupMode.cs Add AstType.ToTypeReference() method. 14 years ago