13 Commits (3cbcab3bf6fd1758420b7915267113f26452d13d)

Author SHA1 Message Date
Matt Ward 3cbcab3bf6 Custom components side tab is now updated when a new reference is added to the project. It is also disposed before creating a new instance when the toolbox side tabs are reloaded. 19 years ago
Matt Ward 3fbed5069c Fixed SD2-882. The selected WinForms toolbox item is now cleared when the sidebar is reloaded. 19 years ago
Daniel Grunwald 519c18a986 Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets. 19 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 19 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Daniel Grunwald f678d9c8c7 More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window 19 years ago
Matt Ward 55777f300b SD2-581 - Unable to remove controls from toolbox using context menu. Toolbox context menu items remove, rename, move up, move down and delete are now working for forms designer specific tabs. 20 years ago
Matt Ward 63c58c0b1b Toolbox provider no longer refreshes the project browser pad since new references are added by the project browser itself. This also fixes a null reference exception that was occuring when the project browser instance was accessed when the pad had not been created. 20 years ago
Daniel Grunwald 4ac89b6905 Overworked form designer assembly loading a bit. Showing the custom components in the tools pad no longer causes the assembly to be loaded, it is loaded only when the component in the toolbox is activated. 20 years ago
Matt Ward 26fe065d3a When checking the project's references, after a control has been dropped onto a form in the designer, the code now ensures that the referenced assembly exists before trying to retrieve the assembly name. If it does not exist the code tries the GAC. This handles the case where the HintPath has been set to a folder which does not exist. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 684ff9df76 Rename forms designer directory. 20 years ago
Daniel Grunwald 6128d7192b Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/* 20 years ago