#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 85bbcab8de Remove old ObservableAstVisitor 13 years ago
..
Expressions [Ast] Added some missing keyword properties. 13 years ago
GeneralScope Fix pattern matching for ComposedType.BaseType. 13 years ago
Statements [CodeIssues] Fix bugs in RedundantCatchIssue. 13 years ago
TypeMembers ValueParameterUnusedIssue: highlight only the 'get'/'set'/'add'/'remove' keyword, not the whole accessor body 13 years ago
AstNode.cs Speeded up document script node formatting. 13 years ago
AstNodeCollection.cs Fix NullReferenceException in semantic highlighting. 13 years ago
AstType.cs Add "add using" context action. 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 pattern matching for ComposedType.BaseType. 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 Fixed verbatim identifier location. 13 years ago
IdentifierExpressionBackreference.cs Moved the roles class out of AstNode. 14 years ago
MemberType.cs Fix MemberType.DoMatch() - pattern matching was ignoring the type arguments. 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
SyntaxExtensions.cs Don't produce NegativeRelationalExpressionIssue inside operator declarations 13 years ago
SyntaxTree.cs Add consistency check that mutates the AST and checks if pattern matching finds the difference. 13 years ago
TokenRole.cs [Ast] Getting the end location of token nodes is now faster. 13 years ago