#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 54c454b0f8 Split EventDeclaration in normal one (can declare multiple events) and CustomEventDeclaration (with add/remove blocks, can only declare a single event). 15 years ago
..
CSharp Split EventDeclaration in normal one (can declare multiple events) and CustomEventDeclaration (with add/remove blocks, can only declare a single event). 15 years ago
FormattingTests Added test files. 15 years ago
Properties Create empty project 15 years ago
TypeSystem Added some unit tests and fixed some bugs. 15 years ago
Utils Rename Util to Utils; added replaced "object CacheToken" with "CacheManager CacheManager" 15 years ago
.gitignore Create empty project 15 years ago
ICSharpCode.NRefactory.Tests.csproj Split EventDeclaration in normal one (can declare multiple events) and CustomEventDeclaration (with add/remove blocks, can only declare a single event). 15 years ago
Untested.cs Added more unit tests. 15 years ago