#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 d5880aa58e Fixed possible null reference exception. 15 years ago
..
Analysis TypeSystemConvertVisitor: implemented ConvertInterfaceImplementation for methods and properties. 15 years ago
Ast Fixed roundtripping of preprocessor directives. 15 years ago
Completion Fixed possible null reference exception. 15 years ago
Formatter Add CodeDomConvertVisitor. 15 years ago
OutputVisitor Fixed some issues with code round-tripping; and added unit tests for some parser failures. 15 years ago
Parser Enum members are implicitly cast to the underlying type when used in an enum member initializer. 15 years ago
Properties Add ICompilation.Import() extension methods. 15 years ago
Refactoring Merge type system refactoring into NRefactory master. 15 years ago
Resolver Fixed accessibility check for protected members in outer classes. 15 years ago
TypeSystem Added GetTypeResolveContext implementation. 15 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 ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 15 years ago
ICSharpCode.NRefactory.CSharp.csproj Updated code completion to the latest type system changes. 15 years ago