#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.
 
 
 
 
 
 
Matt Ward ba9529033a Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file. 21 years ago
AddIns Move some strings into the resource database. 21 years ago
bin/setup Improved event handler completion. 21 years ago
data changed the Avalon templates to its real name: WPF (Windows Presentation Foundation) 21 years ago
doc Improved code completion for Boo. 21 years ago
setup Modify setup to check for .NET 2.0.50727.42 instead of Beta 2. 21 years ago
src Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file. 21 years ago