#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 7c388ba920 Rename EntityType -> SymbolKind 12 years ago
..
Expressions Replaced GetText() with ToString (). (GetText is still in the API but 12 years ago
GeneralScope Rename EntityType -> SymbolKind 12 years ago
Statements Fixed some issues in event formatting. 12 years ago
TypeMembers Rename EntityType -> SymbolKind 12 years ago
AstNode.cs Ensure we pass the correct type argument to GatherVisitorBase<>. 12 years ago
AstNodeCollection.cs Ensure we pass the correct type argument to GatherVisitorBase<>. 12 years ago
AstType.cs Fix compiler warnings 12 years ago
CSharpModifierToken.cs Replaced GetText() with ToString (). (GetText is still in the API but 12 years ago
CSharpTokenNode.cs Replaced GetText() with ToString (). (GetText is still in the API but 12 years ago
CSharpUtil.cs Added comment to InvertCondition. 12 years ago
ComposedType.cs Implemented composed type formatting. 12 years ago
DepthFirstAstVisitor.cs Revert "DepthFirstAstVisitor no longer tries to visit the children of non C#" 12 years ago
DocumentationReference.cs Rename EntityType -> SymbolKind 12 years ago
ErrorNode.cs Replaced GetText() with ToString (). (GetText is still in the API but 12 years ago
IAstVisitor.cs Add year to license headers. 13 years ago
Identifier.cs Fixed verbatim identifier location. 13 years ago
IdentifierExpressionBackreference.cs Add year to license headers. 13 years ago
MemberType.cs Replaced GetText() with ToString (). (GetText is still in the API but 12 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 Replaced GetText() with ToString (). (GetText is still in the API but 12 years ago
Roles.cs Added whitespace and text node. 13 years ago
SimpleType.cs Replaced GetText() with ToString (). (GetText is still in the API but 12 years ago
SyntaxExtensions.cs Don't produce NegativeRelationalExpressionIssue inside operator declarations 13 years ago
SyntaxTree.cs Remove constructors from CSharpUnresolvedFile - they could be mistaken to load the specified file name. 12 years ago
TokenRole.cs [Ast] Getting the end location of token nodes is now faster. 13 years ago