#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 7a5afe919f Fixed some issues in event formatting. 12 years ago
..
BlockStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
BreakStatement.cs Fixed some issues in event formatting. 12 years ago
CheckedStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ContinueStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
DoWhileStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
EmptyStatement.cs Removed IRelocatable infrastructure - the start line could now be 14 years ago
ExpressionStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
FixedStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ForStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ForeachStatement.cs Used simpler Identifier.Create calls. 14 years ago
GotoStatement.cs Used simpler Identifier.Create calls. 14 years ago
IfElseStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
LabelStatement.cs Worked on inconsistent naming issue. 14 years ago
LockStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ReturnStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
Statement.cs Replaced GetText() with ToString (). (GetText is still in the API but 12 years ago
SwitchStatement.cs Fixed case label indentation. 14 years ago
ThrowStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
TryCatchStatement.cs [CodeIssues] Fix bugs in RedundantCatchIssue. 13 years ago
UncheckedStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
UnsafeStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
UsingStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
VariableDeclarationStatement.cs Combine AttributedNode and MemberDeclaration into EntityDeclaration. 14 years ago
WhileStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
YieldBreakStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
YieldReturnStatement.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago