2088 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Matt Ward 28690d84ac The LocalizedStringFile property in a WiX project is no longer escaped when the project is saved after making changes in the Application tab of the project options. 19 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
Justin Dearing 51a8fad9cd Added a "graphical" dialog based on the UserExitDialog.wxs 19 years ago
Daniel Grunwald 12e0510669 Fixed forum-14696: Code completion exception for Boo 19 years ago
Matt Ward e18a648417 Fixed SD2-1267 - Cannot design a WiX dialog that is not in a project. 19 years ago
Matt Ward 39cb494584 Removed the ToolPath's Condition check from new WiX Projects (.wixproj). 19 years ago
Matt Ward d6a236d69f Changed the WiX project imports test so that the order of the imports does not break the test. 19 years ago
Matt Ward bdadb26f01 Fixed failing WiXBinding test. A WiX project now has two imports. Added the extra Microsoft.Common.targets import to use its copy local functionality. 19 years ago
Matt Ward cd3fe19a3c Added support for copy local files in WiX projects. A 'Compiling ProjectName...' message is now shown when building a WiX library project using the lit task. 19 years ago
Matt Ward 4767b24e72 Added a new icon for Component tree nodes in the WiX Setup Files editor. 19 years ago
Matt Ward f8983fac80 Fixed SD2-1235 - Browsing for a new folder in the New Project dialog should use the dialog's location as the starting folder. SharpDevelop now uses the FolderBrowserDialog that is a part of .NET 2.0 which allows the setting of the initial folder location. 19 years ago
Daniel Grunwald 0859a04a52 Move C# expression finder tests to SharpDevelop.Tests (the expression finder now is in SharpDevelop.Dom). Fixed a bug in the VB expression finder. 19 years ago
Matt Ward d9d07dae9d Fixed SD2-1256 - Saving a WiX project after changing its project options encodes characters in the .wixproj file. The WiX project options panels now set the TreatPropertyValueAsLiteral property to false on the ConfigurationGuiBindings. 19 years ago
Daniel Grunwald 7dfd63273a Improved VB -> C# converter. 19 years ago
Daniel Grunwald 9944060a99 Remove GetClass overload that doesn't take a TypeParameterCount 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald 8ef45d5c53 Fixed conversion of TypeOfIsExpression to Boo. 19 years ago
Matt Ward 27e3d06d46 Fixed SD2-1249. Modified the WiX setup project template so that the MSBuild project property DefineConstants is not escaped when the new project is created. 19 years ago
Daniel Grunwald ca45c905f3 Fixed SD2-931: Undo after inserting code template 19 years ago
Daniel Grunwald f2145433b6 Added warning for SD2-763: Resources not found with multiple types in source file 19 years ago
Daniel Grunwald bc2b1c8a57 Fixed bug that caused keyword-completion to be active inside comments in some cases. 19 years ago
Daniel Grunwald 6b2cddded4 Fixed unit tests after change to ParserService. 19 years ago
Daniel Grunwald 13e4f3180a Fixed build error 19 years ago
Daniel Grunwald a745c607d5 Fixed SD2-1110: Conversion of Microsoft generic sample project between C#<-->VB throws exception. 19 years ago
Daniel Grunwald 0e00c678ce Fixed SD2-1189: VB: #-delimited dates not supported by syntax highlighting and expression finder 19 years ago
Daniel Grunwald ecf6c52e82 On VB -> C# conversion, do not generate "functionReturnValue" for functions that don't assign to their name. 19 years ago
Matt Ward 712af6c5cf Fixed compilation errors in WixBinding.Tests due to the renaming of MSBuildBasedProject's GetProperty method to GetEvaluatedProperty. 19 years ago
Daniel Grunwald faf1f07bce Make access to the underlying BuildEngine.Project is thread-safe. Should fix forum-13374 and similar problems. 19 years ago
Matt Ward c6b64b6445 Fixed failing WixBinding tests after project system changes. 19 years ago
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Daniel Grunwald 4ca90a7a92 Support "AvailableItemName" - the list of build actions available for files is read from the imported .targets files. 19 years ago
Daniel Grunwald d8ca4968cf Fixed SD2-995: Special characters not correctly encoded for languages others than English. 19 years ago
Daniel Grunwald 8a4efd80bc Fixed adding new files to project. 19 years ago
Daniel Grunwald 120583a73f Fixed bugs that prevented creating new VB projects. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Daniel Grunwald eff3736f6b Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005. 19 years ago
Matt Ward 633ace62b1 Fixed compilation errors and test failures in WixBinding.Tests after the DropDownEditor was moved to the SharpDevelop widgets project. 19 years ago
Daniel Grunwald f3939e3257 Add Custom Tools support. 19 years ago
Daniel Grunwald 7cd5f63f9e Fixed forum-12453: Exception viewing C# file while boo project is open 19 years ago
Markus Palme 432943c851 SD2-1162: TextEditor add end construct for VB generic interface members. 19 years ago
Markus Palme 6aa09b5646 SD2-1019: Enum completion after return not implemented for VB. 19 years ago
Daniel Grunwald 519c18a986 Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets. 19 years ago
Daniel Grunwald cec58a8ed4 Fixed ExpressionFinder unit test, added unit tests for folding manager. 19 years ago
Daniel Grunwald 8780d88ec4 Add Boo interpreter back to solution. 19 years ago
Markus Palme 7f5f7ceae8 more arrays list replaced with generic lists 19 years ago
Daniel Grunwald 819f30e1da Fixed file headers. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald a364505d14 Fixed unit test build. 19 years ago
Daniel Grunwald 3363abd941 Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop 19 years ago