#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 177fb85a00 Fix infinite recursion when resolving the base type of "class Test : Test.Base { public class Base {} }" 14 years ago
..
Completion Moved to completion namespace. 14 years ago
Documentation Adjust unit tests and fix bugs introduced by caching. 14 years ago
Editor Remove ITextEditorAdapter and use IDocument instead. 14 years ago
PatternMatching Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 14 years ago
Properties Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 14 years ago
Semantics Move ICSharpCode.Editor into NRefactory. 14 years ago
TypeSystem Make DefaultTypeDefinition.FullName cache thread-safe. 14 years ago
Utils Fix infinite recursion when resolving the base type of "class Test : Test.Base { public class Base {} }" 14 years ago
.gitignore Create empty project 15 years ago
ICSharpCode.NRefactory.csproj Merge NRefactory 'b059dbcf413786069599d1686ac608150bd3f357' into SharpDevelop repository. 14 years ago
Role.cs Move NRefactory.CSharp to separate assembly. 14 years ago
TextLocation.cs Move NRefactory.CSharp to separate assembly. 14 years ago