8 Commits (e751cc5b59c41ace55f8146a9ff52a9b614d1a10)

Author SHA1 Message Date
Matt Ward e751cc5b59 Now using IronPython 2.6 CTP for .NET 4.0 Beta 2 16 years ago
Matt Ward 8b19a85b41 Fixed failing python addin unit tests. 16 years ago
Matt Ward 8d1b33cd8e Python forms designer now generates code using a code dom serializer. 16 years ago
Matt Ward 0edfe8266f Added some missing IronPython files. 16 years ago
Matt Ward c016cdb91a Python forms designer now supports AutoScrollMinSize, AutoScrollMargin and MinimumSize properties. 17 years ago
Matt Ward 21a4c7e222 Python code converter no longer using CodeDom. 17 years ago
Matt Ward 87696d60c2 Fixed unit tests. 17 years ago
Matt Ward 602dde82c5 Added IronPython addin with support for IronPython 1.1 18 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
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
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
Matt Ward 97a2fd987f Modified code coverage project guid so SharpDevelop.Tests solution now works. 20 years ago
Matt Ward fb130e19bd Added missing string resources for Code Coverage addin. 20 years ago
Matt Ward a2469ef84d Added code coverage addin - supports NCover. 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. 20 years ago
Matt Ward fce237bd28 Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files. 20 years ago
Matt Ward 5444360515 Can now assign an XSLT stylesheet to an XML file and run transforms. New XML menu to make it easier to locate xml editor menu items. 20 years ago
Matt Ward 43a18fe66a Added xml editor tests from Fidalgo branch. The XmlSchemaCompletionData class is now using the XmlSchemaAttribute's AttributeSchemaType property instead of the obsolete AttributeType which was causing a few of the attribute value tests to fail. 20 years ago
Daniel Grunwald f4023665c8 Added XmlEditor addin. 20 years ago