#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 b374e40758 Don't insert space in front of brace if the brace is the first token in the line. 14 years ago
..
Analysis Fixed bug in reachability analysis when lambda/anonymous method contains a condition or switch statement. 14 years ago
Ast Added IsInside methods to the AstNode. 14 years ago
Completion Fixed completion bug. 14 years ago
Formatter Fixed IndentBlocks bug. 14 years ago
OutputVisitor Don't insert space in front of brace if the brace is the first token in the line. 14 years ago
Parser Worked on unattached attribute handling. 14 years ago
Properties Set version number to 5.0.0.4. 14 years ago
Refactoring Use IOutputFormatter.StartNode() instead of OutputStarted event. 14 years ago
Resolver Remove the thread-local cache; it seems to cause massive memory leaks. 14 years ago
TypeSystem Implemented support for InternalsVisibleToAttribute. 14 years ago
.gitignore Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 15 years ago
CSharpProjectContent.cs Add protected virtual Clone() method to CSharpProjectContent. 14 years ago
ICSharpCode.NRefactory.CSharp.csproj Set version number to 5.0.0.4. 14 years ago
SimpleNameLookupMode.cs Add AstType.ToTypeReference() method. 14 years ago