925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 18 years ago
Daniel Grunwald 89bba2c88c Fixed use of ActiveWorkbenchWindow / ActiveViewContent / ActiveContent. 18 years ago
Daniel Grunwald 92cc697e74 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. 18 years ago
Daniel Grunwald 7a158a9340 Fixed forum-17249: NullReferenceException in MergeFormChanges if the form contains a VB field without datatype. 18 years ago
Christian Hornung e4b33eeac4 Fixed forms designer to load successfully if registry access is denied in TypeResolutionService.RegisterVSDesignerWorkaround. 18 years ago
Christian Hornung fa9ae124db More fixes to the forms designer view to prevent meaningless NullReferenceExceptions when the DesignSurface cannot be created because of an early exception in LoadDesigner. 18 years ago
Christian Hornung aba3c746f3 Fixed NullReferenceException in the exception handling code for the forms designer initialization when an exception is thrown before the DesignSurface is created. 18 years ago
Daniel Grunwald 06388697e0 Update language resources. 19 years ago
Christian Hornung 444f6b6341 Fixed the mouse cursor staying hidden after typing when the text area loses focus without the mouse being moved (e.g. when the user types some code and then opens a modal dialog box by using keyboard shortcuts only). 19 years ago
Daniel Grunwald c8744453ae Fixed unit tests. 19 years ago
Daniel Grunwald f4826931df Refactored code accessing text editor options. 19 years ago
Itar Bar-Haim bfcbe25a72 A crash fix when double-clicking the empty place where the "Add Member" row should have appeared; A fix so that row is no longer empty. 19 years ago
Itar Bar-Haim 3841e88490 Fixed a crash when clicking on a members group list content. 19 years ago
Daniel Grunwald 2e258f2150 Improved SharpDevelop.Dom API. 19 years ago
Itar Bar-Haim 17a6e5e55b Some fixes to the diagram code; Some progress with the class editor (mostly conversion to TreeViewAdv); Some FxCop fixes. 19 years ago
Daniel Grunwald d0edca27f7 Allow editing the "Content" and "Header" properties. 19 years ago
Daniel Grunwald fc0ca926c5 Allow placing elements in a Grid. 19 years ago
Daniel Grunwald f1718c35c4 allow resizing and deleting Grid rows and columns 19 years ago
Daniel Grunwald 8ce6c3c1d0 Added row/column creation adorner for Grid. 19 years ago
Daniel Grunwald 8f3490bb87 Implemented deleting components from the design surface. 19 years ago
Daniel Grunwald 2010223356 Support drag'n'drop from toolbox to designer surface. 19 years ago
Daniel Grunwald 877dd375d9 Allow creating new components. 19 years ago
Daniel Grunwald 5516b08461 Support loading .xaml files that use CDATA-sections. 19 years ago
Daniel Grunwald 0b013d8405 Merge unit tests for WpfDesign.Designer and WpfDesign.XamlDom. 19 years ago
Daniel Grunwald 2990725962 WpfDesigner: support dragging multiple selected components. 19 years ago
Daniel Grunwald 0564fc244a XamlDom: better support for element collections. 19 years ago
Daniel Grunwald a6e2f1476d Begin work on moving components between containers. 19 years ago
Daniel Grunwald c2435dcefc Worked on Move/Resize in the WPF Designer. 19 years ago
Daniel Grunwald e65517ff29 Allow selecting multiple child elements inside a Panel by "drawing" a selection rectangle. 19 years ago
Daniel Grunwald a4035d10e4 Set Canvas.Left+Canvas.Top attached properties when resizing a control inside a Canvas. 19 years ago
Daniel Grunwald f4e60aae54 Add Undo/Redo support to WpfDesigner. 19 years ago
Daniel Grunwald 2881b5d704 Allow resizing components. 19 years ago
Matt Ward 9603a7722e The XML Editor now returns the correct value for the IViewContent's IsReadOnly property. A read-only xml file will now be indicated by a + character after the filename when opened inside SharpDevelop. 19 years ago
Itar Bar-Haim a885b558f3 Added clearing features for the class canvas and diagram router. 19 years ago
Itar Bar-Haim e75a9b4794 removed unneeded references. 19 years ago
Itar Bar-Haim b46d7a7168 Fixed naming and brought back items accidentally removed. Fixed parameters icon display. 19 years ago
Itar Bar-Haim 2c3133639a Fixed coloring issue; Fixed parameter documentation display. 19 years ago
Itar Bar-Haim 1b325f01ae Switching to use TreeViewAdv instead of TreeListView. Work in progress. 19 years ago
Russell Wilkins a891a19a97 Loader updates 19 years ago
Russell Wilkins 0a7e2b4a35 Removed XomlCodeSeparationDesignerLoader and now use XomlDesignerLoader for all xoml loading. 19 years ago
Itar Bar-Haim 3c62ee1a14 labels alignment. 19 years ago
Itar Bar-Haim 95e57238db minor fix - handle layout change event of nested types. 19 years ago
Russell Wilkins fb453bac9f Refactoring the WorkflowDesignerLoaders 19 years ago
Russell Wilkins bccaf63632 Various updates around TypeProviderService and TypeResolutionService. 19 years ago
Russell Wilkins 9bf7c7b6f6 Template updates. 19 years ago
Russell Wilkins c66404d480 Various fixes to designer services and FxCop Updates 19 years ago
Itar Bar-Haim adf25cb21a Better compatibility with VS2005 format. Made the Enum and the Delegate blocks look more like in VS2005. Minor bug fixes. 19 years ago
Russell Wilkins 1809d34bd0 Default designer context menu added. 19 years ago
Russell Wilkins cc4cebd3bb Select related property in propertyPad when error selected from activity context menu. 19 years ago
Russell Wilkins 2863634c46 Implmented TypeConverter for EventProperties. 19 years ago