#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 fd91bdccb2 Fixed resolving non-generic classes that are nested within generic classes. 14 years ago
..
Analysis Add CodeDomConvertVisitor. 14 years ago
Ast Use OperatorResolveResult for assignments. 14 years ago
Completion Fixed little code completion ast bug. 14 years ago
Formatter Add CodeDomConvertVisitor. 14 years ago
OutputVisitor Combine C#-specific UnaryOperatorResolveResult/BinaryOperatorResolveResult and ConditionalOperatorResolveResult classes into a single language-independent OperatorResolveResult class. 14 years ago
Parser Added monodevelop code completion tests. 14 years ago
Properties Update AssemblyInfo for ICSharpCode.NRefactory.CSharp 14 years ago
Refactoring Fixed bugs in ResolveVisitor: 14 years ago
Resolver Fixed resolving non-generic classes that are nested within generic classes. 14 years ago
.gitignore Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 14 years ago
ICSharpCode.NRefactory.CSharp.csproj Ported over the monodevelop completion engine to nrefactory. 14 years ago