40 Commits (48383a8bec0df2964f35e1f34f2d4be9404e5d95)

Author SHA1 Message Date
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 16 years ago
Matt Ward b4d5f7726a WiX addin now generates unique ids for directories. 16 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 16 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 16 years ago
Matt Ward 67ec85874e Wix addin now uses the new text editor interfaces. Restructured various Wix addin classes and added missing unit tests. 17 years ago
Daniel Grunwald 13a3c93e61 Ported WixBinding.Tests to MSBuild 4.0. 17 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 17 years ago
Siegfried Pammer 189828942a fixed some XML Unit Tests 17 years ago
Siegfried Pammer de913b9eb2 resolved missing references 17 years ago
Siegfried Pammer 79884004e1 added more ITextEditorOptions, implemented markers for XPath 17 years ago
Matt Ward 41a0fdebbc Fixed ArgumentException thrown when duplicate binary file ids are in a WiX file and the dialog is opened in the designer. 17 years ago
Matt Ward 567c4e9e48 Fixed SD2-1349 - WiX setup files editor shows misleading error when unable to find any TARGETDIR Directory or DirectoryRef elements. 18 years ago
Daniel Grunwald 238cdb3b80 Run WixBinding tests as STA (fixes unit test failure). 18 years ago
Matt Ward ee432c5ff0 Remove dot characters from generated WiX component ids. 18 years ago
Matt Ward fc1a8bb8ec Diff menu item in WiX setup files editor now shows new directories that are missing from setup. 18 years ago
Matt Ward 46e71bc93d Added an Add Files menu item to the selected directory node in the WiX files editor. This menu item will add multiple files, each with its own parent component, to an existing directory tree node in one step. 18 years ago
Matt Ward 2dbc8bec00 Updated the WixBinding and SharpDevelop's installer to use WiX 3.0.3621.0 19 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 19 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 20 years ago
Matt Ward 633ace62b1 Fixed compilation errors and test failures in WixBinding.Tests after the DropDownEditor was moved to the SharpDevelop widgets project. 20 years ago
Matt Ward 9d1fa8c1a6 When importing a directory into a WiX setup legal identifiers are now generated for WiX components and directories. 20 years ago
Matt Ward 98eec4f64b Added new WiX Setup Files Diff feature. The Setup Files pad can now show the difference between the files defined in the setup and the files that actually exist on the file system. Changed the WiXProject class so only WiX source files .wxs and WiX include files .wxi have their build action set to Compile when new files are added to a WiX project. 20 years ago
Matt Ward f6f8fe0c62 Fixed SD2-1147. All parameters used in WiX xpath queries have any special XML characters encoded. 20 years ago
Matt Ward 3f2e742b70 WiX Setup Files property grid now has a file browser and drop down lists with possible attribute values based on the WiX schema. 20 years ago
Matt Ward e6682a2264 Can now generate new guids from the Setup Files property grid. 20 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 20 years ago
Matt Ward 562ef7e2a9 Updated string resources for WixBinding, XML Editor and Component Inspector. 20 years ago
Matt Ward 3a318e0152 WixBinding: Can now add directories in the setup files window. Unique short directory name generated. Added simple file and folder ignore list. 20 years ago
Matt Ward bdde4e7408 WixBinding - Unique file ids now generated when adding multiple files, added core logic to add a directory recursively to a setup package. 20 years ago
Matt Ward ed5d813426 WiX extensions to be passed to Candle, Lit and Light can now be configured in the project option panels. 20 years ago
Matt Ward 0002cc0d9c Added a new Wix based installer for SharpDevelop. Improved performance of Wix files tree view, it now only adds child nodes when a node is expanded. Short filename generator now uses underscore instead of the tilde character preventing candle compilation warnings. User friendly names displayed in Wix files tree view for special folders (e.g. Program Files). 20 years ago
Matt Ward 8b8ed2ca5e Added a basic Wix directory, component and file editor - consists of a explorer-like tree view and property editor. Made the Wix project template more modular - separate files for the product, the user interface sequence, the component files and each dialog. Wix dialog designer can now find bitmap files defined in a different file to the dialog but part of the project. 20 years ago
Matt Ward 484d15caeb Changed the WiX project to use the OutputName MSBuild property as the .msi filename and not the project name to match how the WiX MSBuild tasks work. 20 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 20 years ago
Matt Ward 95a1d1da42 Fixed null reference exception that occurred if the WiX dialog designer was switched to when no WiX project was open. 20 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. 20 years ago