#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 13944c2a6b [CodeIssues] Removed some debug spew. 14 years ago
..
CodeActions [CodeAction] Fixed possible null reference exception. 14 years ago
CodeIssues [CodeIssues] Removed some debug spew. 14 years ago
BaseRefactoringContext.cs [CodeIssues] Add helper FindReferences(AstNode, IVariable) to BaseRefactoringContext. 14 years ago
CodeAction.cs Added some documentation. 14 years ago
CodeIssue.cs Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults). 14 years ago
ContextActionAttribute.cs Remove BaseRefactoringContext.StartScript(). 14 years ago
DocumentScript.cs Rename 'cu' to 'syntaxTree'. 14 years ago
ICodeActionProvider.cs Changed the ContextAction/Inspector API. 14 years ago
ICodeIssueProvider.cs Rename CompilationUnit to SyntaxTree. 14 years ago
IssueAttribute.cs Remove BaseRefactoringContext.StartScript(). 14 years ago
IssueMarker.cs Changed the ContextAction/Inspector API. 14 years ago
LambdaHelper.cs [CodeAction] Added ExtractAnonymousMethodAction 14 years ago
LocalReferenceFinder.cs [CodeIssues] Add helper FindReferences(AstNode, IVariable) to BaseRefactoringContext. 14 years ago
NamingHelper.cs [CodeActions] Adjust the behaviour of AddCatchTypeAction. 14 years ago
PatternHelper.cs Simplified several inspectors. Includes some minor bugfixes. 14 years ago
RefactoringAstHelper.cs Simplified several inspectors. Includes some minor bugfixes. 14 years ago
RefactoringContext.cs Add 'FullTypeName' struct, and use it to represent type names. 14 years ago
Script.cs [Refactoring] Script now corrects the formatting of inserted & 14 years ago
Severity.cs Added documentation for issue severity. 14 years ago
TypeCompatibilityHelper.cs [CodeIssue] Added CastExpressionOfIncompatibleTypeIssue 14 years ago
TypeSystemAstBuilder.cs Fixed TypeSystemAstBuilder not using short type name when there is a property with the same name. 14 years ago
VariableReferenceGraph.cs [Refactoring] Fixed potential issue in variable refrence graph 14 years ago