Daniel Grunwald
f3939e3257
Add Custom Tools support.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2020 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
519c18a986
Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1974 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
a1543c981e
removed unused import statements
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1965 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3363abd941
Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1963 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
1dc51241d5
cleanup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1956 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c9a44af42a
Replace MenuBuilder with <Include> - prevents WixBinding from being loaded at SharpDevelop startup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1931 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1908 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
9d1fa8c1a6
When importing a directory into a WiX setup legal identifiers are now generated for WiX components and directories.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1906 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1903 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c9e2f44b1e
Fixed SD2-1025: Conditions on Import element in an MSBuild project are removed on saving the project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1892 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
f6f8fe0c62
Fixed SD2-1147. All parameters used in WiX xpath queries have any special XML characters encoded.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1864 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1860 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
e6682a2264
Can now generate new guids from the Setup Files property grid.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1858 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
88a692d2d0
Added missing string resources for WixBinding, standard headers and XML file templates.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1813 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1811 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
562ef7e2a9
Updated string resources for WixBinding, XML Editor and Component Inspector.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1808 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1764 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1757 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1749 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1717 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1698 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1679 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8b52417845
Web references in Boo projects are now supported.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1663 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1660 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
0050ba056e
The WiX controls sidetab now sets the hint path using the addinpath string parser property. Fixes the exception that occurred on opening the toolbox when SharpDevelop's working directory was not the bin folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1649 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1636 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
191510b4bc
Reset accidentally modified assembly info version numbers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@984 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
5d68029091
Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@983 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3e5e04f05d
Reset assembly info version number (see doc\technotes\Versioning.html for details)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@924 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
c5d228d6e8
Beta 1 preparations
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@923 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
eea2eade1e
Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.Remove NUnitPad (MbUnit can run NUnit tests).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@350 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
1873333ed0
Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@349 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
6adc092649
Added tool to put revision number into AssemblyInfo files.
...
Included revision number in splash screen.
Made ReflectionClass load custom attributes.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@223 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Mike Krüger
c4336b038c
created trunk folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago