#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 7063203972 FieldDeclaration/EventDeclaration/VariableDeclarationStatement now resolve to 'void'. 14 years ago
..
Analysis Add CodeDomConvertVisitor. 14 years ago
Ast Use OperatorResolveResult for assignments. 14 years ago
Completion Ported over the monodevelop completion engine to nrefactory. 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 await/async support & updated mcs. 14 years ago
Properties Update AssemblyInfo for ICSharpCode.NRefactory.CSharp 14 years ago
Refactoring Fixed bugs in ResolveVisitor: 14 years ago
Resolver FieldDeclaration/EventDeclaration/VariableDeclarationStatement now resolve to 'void'. 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