2088 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Daniel Grunwald 7ce88146dc Move Ambience and ExpressionFinder to ICSharpCode.SharpDevelop.Dom 19 years ago
Markus Palme 60960bec85 removed html export; removed obsolete files; replaced array lists with generic lists 19 years ago
Markus Palme 1dc51241d5 cleanup 19 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 19 years ago
Daniel Grunwald 53739a9c31 Fixed forum-12661: Missing parenthesis when converting CastExpression from VB to C#. 19 years ago
Daniel Grunwald 42ab1e46fb Fixed NullReferenceException when implicit reference (like Microsoft.VisualBasic in VB projects) cannot be loaded for code-completion. 19 years ago
Daniel Grunwald 118f3cc121 Update to boo-0.7.6.2351 19 years ago
Daniel Grunwald c9a44af42a Replace MenuBuilder with <Include> - prevents WixBinding from being loaded at SharpDevelop startup 19 years ago
Daniel Grunwald 60481970fb Fixed indentation problem introduced in revision 1926 19 years ago
Daniel Grunwald 11bde7c539 Fixed SD2-1011: If statement indentation when no bracket used. 19 years ago
Daniel Grunwald 70a9f05362 Fixed SD2-1142: Indentation removes comments in VB code. 19 years ago
Matt Ward a92eeffef5 Fixed illegal WiX ids being generated when the filename had an extension of less than three characters and when the parent directory was concatenated with the file or component id. 19 years ago
Matt Ward 9d1fa8c1a6 When importing a directory into a WiX setup legal identifiers are now generated for WiX components and directories. 19 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. 19 years ago
Daniel Grunwald 7b2b18157d Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu. 19 years ago
Matt Ward 9cf6cfa440 Fixed WixBinding test that was not compiling due to changes in the MSBuildProject where it now uses an MSBuildImport class instead of a string (SD2-1025). 19 years ago
Daniel Grunwald c9e2f44b1e Fixed SD2-1025: Conditions on Import element in an MSBuild project are removed on saving the project 19 years ago
Daniel Grunwald e3f69a1708 Fixed SD2-973: Boo Forms Designer shows error after adding a control and switching between views. 19 years ago
Daniel Grunwald ca3838f9b3 Re-enable resolver unit tests. 19 years ago
Daniel Grunwald 7f16f7249c Simple solution configuration editor (adding/removing configurations not yet supported) 19 years ago
Matt Ward f6f8fe0c62 Fixed SD2-1147. All parameters used in WiX xpath queries have any special XML characters encoded. 19 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. 19 years ago
Matt Ward e6682a2264 Can now generate new guids from the Setup Files property grid. 19 years ago
Matt Ward e4b751a225 Fixed SD2-1115. In the WiX project options the compiling tab now has a vertical scrollbar. 19 years ago
Matt Ward 284934c8d2 Fixed failing WixBinding test AddWixProjectNodeTestFixture by adding missing fixture setup code to initialise the string resources. 19 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. 19 years ago
David Srbecký aad7945bc0 Fixed SD2-1058: Some string resources not parsed. 19 years ago
Matt Ward 88a692d2d0 Added missing string resources for WixBinding, standard headers and XML file templates. 19 years ago
Matt Ward 3ec49dddf9 The string resource being used in the File dialog's filter is now parsed/expanded when adding a WiX library. 19 years ago
Matt Ward 562ef7e2a9 Updated string resources for WixBinding, XML Editor and Component Inspector. 19 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. 19 years ago
Daniel Grunwald 6e47a8a518 Move Insert color & Insert GUID to edit menu. 19 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. 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
Matt Ward ed5d813426 WiX extensions to be passed to Candle, Lit and Light can now be configured in the project option panels. 19 years ago
Daniel Grunwald 8af8808d4c Fixed SD2-1037: Declarations inside an interface don't need end constructs in VB 19 years ago
Matt Ward 1f77918bd7 SD2-1032 - Incorrect cursor position after generating xml comment. 19 years ago
Daniel Grunwald 432f63447f Fixed SD2-1017: Generated xml comments do not use text editor line terminator 19 years ago
Daniel Grunwald cf81840159 Fixed SD2-991: Regions and Interfaces end constructs not added in VB when pressing enter key. 19 years ago
Daniel Grunwald 1b5d91cd34 Fixed SD2-994: Public static classes not converted correctly from C# to VB. 19 years ago
Daniel Grunwald ccf76e4596 Fixed SD2-1005: Time before text editor is editable when creating a new file without a project 19 years ago
Daniel Grunwald b2a1463b3b Implemented forum-10323: TODO comments in designer-generated event handlers 19 years ago
Daniel Grunwald 3c5cd69aff Improved smart indentation a bit. 19 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). 19 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. 19 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. 19 years ago
Daniel Grunwald 05acdf817f "throw new" now only shows types deriving from Exception. 19 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 19 years ago
Daniel Grunwald 8b52417845 Web references in Boo projects are now supported. 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago