#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.
 
 
 
 
 
 
Simon Lindgren 19815e8132 Merge branch 'master' into simonl 14 years ago
..
Expressions Update solution-loading logic in ConsistencyCheck. 14 years ago
GeneralScope Rename CompilationUnit to SyntaxTree. 14 years ago
Statements [CodeIssues] Fix bugs in RedundantCatchIssue. 14 years ago
TypeMembers CSharpAstResolver now can resolve type members even when no parsedFile is specified. 14 years ago
AstNode.cs Rename 'cu' to 'syntaxTree'. 14 years ago
AstNodeCollection.cs Merge NRefactory changes from SharpDevelop repository: 14 years ago
AstType.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
CSharpModifierToken.cs Make AstNode freezable. 14 years ago
CSharpTokenNode.cs Removed IRelocatable infrastructure - the start line could now be 14 years ago
CSharpUtil.cs Fixed context action unit tests. 14 years ago
ComposedType.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
DepthFirstAstVisitor.cs Rename CompilationUnit to SyntaxTree. 14 years ago
DocumentationReference.cs Make AstNode freezable. 14 years ago
ErrorNode.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
IAstVisitor.cs Rename CompilationUnit to SyntaxTree. 14 years ago
Identifier.cs Removed IRelocatable infrastructure - the start line could now be 14 years ago
IdentifierExpressionBackreference.cs Moved the roles class out of AstNode. 14 years ago
MemberType.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
Modifiers.cs Adjust AST for async/await. 15 years ago
NodeType.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
ObservableAstVisitor.cs Rename CompilationUnit to SyntaxTree. 14 years ago
PrimitiveType.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
Roles.cs Added whitespace and text node. 14 years ago
SimpleType.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
SyntaxTree.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
TokenRole.cs Added some comments for the token classes. 14 years ago
old_ObservableAstVisitor.cs Rename CompilationUnit to SyntaxTree. 14 years ago