45 Commits (b2f7ee4fe10e74f0cd95049b71ea152cb86f8407)

Author SHA1 Message Date
tbulle b67af16c45 Implemented inteface for OutlineNode so that a custom outlinenode can be implemented 12 years ago
Siegfried Pammer c84b0f878e remove local copy of some shared assemblies in AddIns 12 years ago
Daniel Grunwald 5b89814e74 Implement C# forms designer loader. 12 years ago
Daniel Grunwald bc7425f998 Add FormsDesigner project to solution. 12 years ago
Daniel Grunwald 0788d1bbff [WIP] Started porting forms designer to NR5 13 years ago
PeterForstmeier f3f58ba296 Cleanup 13 years ago
PeterForstmeier ff282a6a51 FormsDesigner - GeneralOptions 13 years ago
PeterForstmeier 4562c5118d Remove WindowsFormsGridOptions.xfrm 14 years ago
PeterForstmeier c2123ecb5c Convert FormsDesigner GridOptionsPanel to WPF 14 years ago
PeterForstmeier 06354264d3 remove unused files, adjust FormsDesigner.addin 14 years ago
PeterForstmeier bab2c9d135 Convert FormsDesigner LocalizationModelOptionsPanel.cs to WPF 14 years ago
Daniel Grunwald d6b864e5ce Fix SD-1737 - Keyboard shortcuts do not work in WinForms Designer 15 years ago
Daniel Grunwald e7fbe12b24 Fixed forms designer not updating toolbar status when selecting controls / changing properties. 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Daniel Grunwald 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 15 years ago
Daniel Grunwald ef2cbabe03 Fixed project creation (don't create both AnyCPU and x86 platforms) 16 years ago
Daniel Grunwald e8e168ab8a Finished port of Windows Forms designer to ITextEditor. 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 16 years ago
Daniel Grunwald 9ca580024d Added some strings to the translation database (mostly message box texts in the Subversion AddIn). 17 years ago
Christian Hornung 3ec594562e Fixed SD2-1519 - Forms designer moves deleted fields to designer code file. Designer now loads all source files that contain parts of the designed class. 17 years ago
Christian Hornung 2ba95f3f4f Enabled strong name signing for the FormsDesigner assembly. 17 years ago
Christian Hornung d9265c5144 Added full support for project resources to the Windows.Forms designer. Fixed SD2-576 - Visual Studio Project Resources used in Form. 17 years ago
Christian Hornung a0e0103f12 Windows.Forms designer cleanup: 17 years ago
Christian Hornung ce2ac2fd6e Windows.Forms designer: Fixed saving of the resources of localizable forms (previously, saving in a non-default language resulted in the default resources being deleted). It seems that the designer always expects to read back the old values of the resources even if it has already written to a new ResourceWriter. So the content of the ResourceWriter stream is now only transferred to the internal storage buffer after serialization is complete. 17 years ago
Christian Hornung 98775c0016 Windows.Forms designer: Removed code duplication from DefaultServiceContainer as the framework already provides all functionality in ServiceContainer. 17 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 17 years ago
Christian Hornung 61268e9dc4 Windows.Forms designer: Implemented support for PropertyReflection localization model, and set this as default. Localization model can be changed on new options panel, with the option to keep the localization model of existing forms unchanged. 17 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 18 years ago
Daniel Grunwald c989cbc19e Support right-click > add using on type names when the "using" is missing. 18 years ago
Daniel Grunwald 519c18a986 Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets. 19 years ago
Markus Palme 1dc51241d5 cleanup 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Matt Ward 9ab7da37a5 Updated WixBinding - added a custom WiX project type (.wixproj) which uses MSBuild to create the installer, added a simple dialog designer, added a setup dialogs list pad, updated to WiX 2.0.4221. StringParser can now expand GUIDs. Added new DesignerSerializationService used by XmlDesignerLoader to fix SD2-599 - cut, copy and paste not working when designing XML forms. 19 years ago
Daniel Grunwald 6f4e2a4736 Work around MSBuild CopyToOutputDirectory bug. 19 years ago
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 19 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 19 years ago
Matt Ward d80ad0eb28 Added Alex Knip's patch to fix SD2-553 - Cannot Show Form Designer Grid. 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 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
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
Daniel Grunwald 48939e61d6 Rename FormDesigner to FormsDesigner. 20 years ago
Matt Ward 58f1276619 Fixed SD2-462. Undo/redo now working in the Forms Designer. 20 years ago
Matt Ward f43ec049b7 Fixed SD2-507. Adding a column to a DataGridView was causing a NullReference exception. Fixed by adding a new TypeDiscoveryService returning types from System.Windows.Forms. 20 years ago
Daniel Grunwald c7500d9f59 Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions 20 years ago
Daniel Grunwald fd562a9339 Added form designer to BooBinding (BOO-513). 20 years ago
Daniel Grunwald 07bba4fd75 Added missing resource strings, removed resource strings from AssemblyAnalyzer. 20 years ago
Daniel Grunwald 9854f92d06 Show error message when going to designer mode in a file with syntax errors instead of displaying an empty form. 20 years ago
Daniel Grunwald b32b9beb14 Fixed forms designer to reparse the file when switching to the designer tab. 20 years ago