#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 7c7a2ad588 Fix ArgumentException in StatementsToInitializerConverter. 13 years ago
..
Analysis Merge some bugfixes from SharpDevelop to NRefactory. 13 years ago
Ast Don't produce NegativeRelationalExpressionIssue inside operator declarations 13 years ago
Completion Fixed completion bug. 13 years ago
Formatter Add "add using" context action. 13 years ago
OutputVisitor Fix a bug with type inference for nullables. 13 years ago
Parser Indexer declaration: make "this" a token instead of an identifier 13 years ago
Properties Use GlobalAssemblyInfo.cs for all projects. 14 years ago
Refactoring Fix ArgumentException in StatementsToInitializerConverter. 13 years ago
Resolver [OverloadResolution] Don't use specialized parameters of indexers or non-generic methods within generic methods for "more specific formal parameter" check; always use the original parameters like we do with generic methods. 13 years ago
TypeSystem Add "add using" context action. 13 years ago
CSharpProjectContent.cs NRefactory changes from SharpDevelop: add IDocument.FileName and IAssembly.FullAssemblyName, 13 years ago
ICSharpCode.NRefactory.CSharp.csproj Don't produce NegativeRelationalExpressionIssue inside operator declarations 13 years ago
NameLookupMode.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
QueryExpressionExpander.cs [Ast] Getting the end location of token nodes is now faster. 13 years ago