#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 8e50d97126 Fixed exception on startup because the splash screen was initialized too early in release builds (creating forms in a static constructor is not a good idea). 20 years ago
AddIns Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
bin/setup Improved event handler completion. 20 years ago
data Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
doc Fixed bug in the AddInManager when using "@Filename" version numbers. 20 years ago
setup Modify setup to check for .NET 2.0.50727.42 instead of Beta 2. 20 years ago
src Fixed exception on startup because the splash screen was initialized too early in release builds (creating forms in a static constructor is not a good idea). 20 years ago