#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 0d75f719ea Fixed build. 19 years ago
..
Commands Fixed SD2-873. Reloading the ToolboxProvider's side tabs before the ToolboxService is created caused the SideTabItemDesigner's ReloadToolbox method to reload the side tabs again whilst they were currently being reloaded causing duplicate Windows Forms side tabs. Attempting to use this second set threw a null reference exception. 19 years ago
DesignerGenerator Merged SD 2.1/2.2 revision 2532:2560 to trunk. 19 years ago
DesignerLoader Merged Serralongue 2181:2226 to trunk. 19 years ago
Gui Fixed build. 19 years ago
Services Merged SD 2.1 revision 2493:2532 to trunk. 19 years ago
UndoRedo removed unused import statements 20 years ago
DesignerViewContent.cs Fixed use of ActiveWorkbenchWindow / ActiveViewContent / ActiveContent. 19 years ago
FormKeyHandler.cs Fixed SD2-1159 - InvalidOperation exception thrown when trying to delete or cut an inherited control in the forms designer. The forms designer's clipboard context menu items now have loadclasslazy set to false so they are correctly disabled for inherited controls. Changed the FormKeyHandler so that when the delete key is pressed a check is made to ensure that the deletion command is enabled. 19 years ago
SecondaryDisplayBinding.cs Remove skip-messages for projects not compiled when compiling only a single project using F9. 19 years ago
ToolboxProvider.cs The tools pad can now host any control as tool box, depending on the current view content. Every view content now has its own SideBar as toolbox, so AddIns don't have to manage merging toolbox sections anymore. 19 years ago