#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 5d2fee1b90 Add CompilerSettings class instead of using the one from Mono.CSharp. 14 years ago
..
Completion Fixed some FxCop warnings. 14 years ago
Documentation [Documentation] Added support for relative redirection targets. 14 years ago
Editor Change TextChangeEventArgs.InsertedText and RemovedText from string to ITextSource. 14 years ago
PatternMatching Added some failing parser tests for bugs discovered trying to roundtrip NRefactory itself. 15 years ago
Properties Set version number to 5.0.1; fixed some compiler warnings. 14 years ago
Semantics CSharpAstResolver: don't return the same ResolveResult for two different nodes. 14 years ago
TypeSystem Add CompilerSettings class instead of using the one from Mono.CSharp. 14 years ago
Utils [FastSerializer] Added bugfix from Marek Safar. 14 years ago
.gitignore
IAnnotatable.cs Fixed some FxCop warnings. 14 years ago
ICSharpCode.NRefactory.csproj Add IType.GetAccessors(). 14 years ago
Role.cs Make AstNode freezable. 14 years ago
TextLocation.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago