#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 b6c95c8c87 Fixed code completion after string literals ("hello, world".Length), fixed code completion in object initializers that use binary operators in the value (new MyType { P1 = someValue + someOtherValue }). 18 years ago
AddIns Looks like I only committed the src folder in rev. 2714, here are the missing changes. 18 years ago
bin/setup Switch from MbUnit to NUnit: 20 years ago
data Looks like I only committed the src folder in rev. 2714, here are the missing changes. 18 years ago
doc Added MyMeta and ICSharpCode.DataTools libraries which are required by new version of DbTools plugin 18 years ago
samples Add sample project for text anchors. 18 years ago
src Fixed code completion after string literals ("hello, world".Length), fixed code completion in object initializers that use binary operators in the value (new MyType { P1 = someValue + someOtherValue }). 18 years ago