#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 5869e66a6e Fixed an InvalidOperationException when a breakpoint bookmark was removed via the Toggle Breakpoint menu item. The command was removing a bookmark whilst the enumerator was still active. 17 years ago
AddIns Added support for attaching the debugger to a running process. 17 years ago
data Made the templates consistent by removing the empty line after the standard header. Some templates had the empty line but some did not. 17 years ago
doc Implemented SD2-1353: Allow for build-action specific properties for FileProjectItems. 17 years ago
samples Add C++ backend binding to samples. There's no support for editing project options and no templates; it's just a minimalist sample on how to write backend bindings for non-MSBuild project formats. 17 years ago
src Fixed an InvalidOperationException when a breakpoint bookmark was removed via the Toggle Breakpoint menu item. The command was removing a bookmark whilst the enumerator was still active. 17 years ago