#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 e272d518b6 AssignmentMadeToSameVariableIssue: don't warn on "a += a;" 13 years ago
..
CodeActions Fix NullReferenceException in IterateViaForeachAction. 13 years ago
CodeIssues AssignmentMadeToSameVariableIssue: don't warn on "a += a;" 13 years ago
BaseRefactoringContext.cs CompareFloatWithEqualityOperatorIssue: use short name for System.Math if possible. 13 years ago
CodeAction.cs Added some documentation. 13 years ago
CodeIssue.cs Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults). 13 years ago
ContextActionAttribute.cs Remove BaseRefactoringContext.StartScript(). 14 years ago
DocumentScript.cs Rename 'cu' to 'syntaxTree'. 13 years ago
ICodeActionProvider.cs
ICodeIssueProvider.cs Rename CompilationUnit to SyntaxTree. 13 years ago
IssueAttribute.cs Remove BaseRefactoringContext.StartScript(). 14 years ago
IssueMarker.cs
LambdaHelper.cs [CodeAction] Added ExtractAnonymousMethodAction 13 years ago
LocalReferenceFinder.cs Fix compiler warnings due to malformed XmlDoc. 13 years ago
NamingHelper.cs Fix compiler warnings due to malformed XmlDoc. 13 years ago
PatternHelper.cs
RefactoringAstHelper.cs
RefactoringContext.cs Add 'FullTypeName' struct, and use it to represent type names. 13 years ago
Script.cs [Refactoring] Script now corrects the formatting of inserted & 13 years ago
Severity.cs
TypeCompatibilityHelper.cs [CodeIssue] Added CastExpressionOfIncompatibleTypeIssue 13 years ago
TypeSystemAstBuilder.cs Added an option to turn off the aliases in the type system ast 13 years ago
VariableReferenceGraph.cs [CodeIssues] Fixed concurrency issue in variable reference graph. 13 years ago