#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.
 
 
 
 
 
 
Mike Krüger 0ab566c3c0 Fixed "partial" context. 14 years ago
..
Completion Worked on basic nrefactory completion infrastructure. 14 years ago
Documentation Adjust unit tests and fix bugs introduced by caching. 15 years ago
Editor Remove ITextEditorAdapter and use IDocument instead. 15 years ago
PatternMatching Add "public ResolveResult Body { get; }" to LambdaResolveResult. 14 years ago
Properties Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 15 years ago
Semantics Added 'UnknownTypeResolveResult'. 14 years ago
TypeSystem Fixed "partial" context. 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 16 years ago
ICSharpCode.NRefactory.csproj Implemented constraint inheritance. 14 years ago
Role.cs Move NRefactory.CSharp to separate assembly. 15 years ago
TextLocation.cs Move NRefactory.CSharp to separate assembly. 15 years ago