#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 0a95901c43 The parser is now able to emit new lines in the AST. However the output visitor needs to be adjusted. (otherwise too many new lines may be inserted) 13 years ago
..
Expressions [Ast] Added some missing keyword properties. 13 years ago
GeneralScope The parser is now able to emit new lines in the AST. However the output visitor needs to be adjusted. (otherwise too many new lines may be inserted) 13 years ago
Statements [CodeIssues] Fix bugs in RedundantCatchIssue. 13 years ago
TypeMembers Revert "[AST] Handled protected and/or internal on AST level." 13 years ago
AstNode.cs [Ast] GetNodeAt now searches from the end - since getting the start 13 years ago
AstNodeCollection.cs Merge NRefactory changes from SharpDevelop repository: 13 years ago
AstType.cs Fix #120: RedundantNamespaceUsageIssue bad handling of using aliases 13 years ago
CSharpModifierToken.cs [Ast] Getting the end location of token nodes is now faster. 13 years ago
CSharpTokenNode.cs [Ast] Getting the end location of token nodes is now faster. 13 years ago
CSharpUtil.cs [Ast] CSharpUtil: extract negating a relational operator into a method 13 years ago
ComposedType.cs Fix #120: RedundantNamespaceUsageIssue bad handling of using aliases 13 years ago
DepthFirstAstVisitor.cs Rename CompilationUnit to SyntaxTree. 13 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. 13 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 Fix #120: RedundantNamespaceUsageIssue bad handling of using aliases 13 years ago
Modifiers.cs Revert "[AST] Handled protected and/or internal on AST level." 13 years ago
NodeType.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
ObservableAstVisitor.cs Rename CompilationUnit to SyntaxTree. 13 years ago
PrimitiveType.cs Fix #120: RedundantNamespaceUsageIssue bad handling of using aliases 13 years ago
Roles.cs Added whitespace and text node. 14 years ago
SimpleType.cs Fix #120: RedundantNamespaceUsageIssue bad handling of using aliases 13 years ago
SyntaxTree.cs [Ast] GetTypes now includes inner delegates as well. 13 years ago
TokenRole.cs [Ast] Getting the end location of token nodes is now faster. 13 years ago
old_ObservableAstVisitor.cs Rename CompilationUnit to SyntaxTree. 13 years ago