#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 dac867d9ed Fix pattern matching for ComposedType.BaseType. 13 years ago
..
Attribute.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
AttributeSection.cs Fix pattern matching for ComposedType.BaseType. 13 years ago
Comment.cs Add "add using" context action. 13 years ago
Constraint.cs [Ast] Added missing where keyword property to constraints. 13 years ago
DelegateDeclaration.cs Moved more roles to the Roles class/Changed TypeDeclaration 14 years ago
ExternAliasDeclaration.cs Moved more roles to the Roles class/Changed TypeDeclaration 14 years ago
NamespaceDeclaration.cs Rename CompilationUnit to SyntaxTree. 13 years ago
NewLineNode.cs 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
PreProcessorDirective.cs [CodeActions] Worked on implement interface. 13 years ago
TextNode.cs Added whitespace and text node. 13 years ago
TypeDeclaration.cs Fix icsharpcode/NRefactory#28: Identity of lambda parameters 14 years ago
TypeParameterDeclaration.cs Fixed bug where code actions could be null. 14 years ago
UsingAliasDeclaration.cs Used simpler Identifier.Create calls. 14 years ago
UsingDeclaration.cs Add "add using" context action. 13 years ago
WhitespaceNode.cs Added whitespace and text node. 13 years ago