29 Commits (fef7d40907beace779d1df381089dfbe534608aa)

Author SHA1 Message Date
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 18 years ago
Daniel Grunwald 83b98bd73d Fixed SD2-1028: local variables should be always initialized when converting code from VB to C#. 18 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 18 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 18 years ago
Daniel Grunwald e2ff87117b Fixed build. 18 years ago
Daniel Grunwald 0b013d8405 Merge unit tests for WpfDesign.Designer and WpfDesign.XamlDom. 19 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 19 years ago
David Srbecký 9f7af675e0 Added Andrey Gliznetsov's Advanced TreeView 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
Daniel Grunwald 320b1acb30 Create WpfDesign project. 19 years ago
Daniel Grunwald ecba5ff63e Remove NAntAddIn 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Matt Ward d3660f512f The Unit testing addin now uses the customised nunit-console.exe to run all unit tests. The TestTreeView no longer uses the NUnit tree view and now determines the unit tests dynamically based on the information retrieved from the parser. 19 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 19 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 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
David Alpert bb59b00aef Fixed suggestions by FxCop for NavigationService; 19 years ago
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 19 years ago
Daniel Grunwald 332dd9f511 Fixed SD2-671: Code generation doesn't substitute generic type 19 years ago
Matt Ward 44ad25ab69 Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). 20 years ago
Daniel Grunwald b8db7f0b60 Fixed unit tests. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Matt Ward 787617378c File and project template categories can now specify a sort order if required. Defaults to sorting by category name. Updated string resources for new templates. 20 years ago
Matt Ward 533efc470c Added support for web references. 20 years ago
Daniel Grunwald 0a42f77c37 Fixed StackOverflowException and endless loop when classes had cyclic inheritance. Fixed the VB expression finder for "MethodCall().MethodCall()", added unit tests for the expression finder. 20 years ago
Daniel Grunwald 65777d486d Update to NDoc 1.3.1-v11 from http://jonas.lagerblad.com/blog/?p=4 (unofficial version that works with .NET 2.0) 20 years ago
Daniel Grunwald 206a379d1d NAntAddIn unit tests now don't need a hard-coded path in the config file. 20 years ago
Daniel Grunwald 5ada3ff483 Implemented designing forms and controls with Visual Inheritance (based on patch from Alex Prudkiy) 20 years ago
Daniel Grunwald 5572b5104f Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server). 20 years ago
Daniel Grunwald d4304b6400 Add simple AddIn manager that can enable and disable AddIns. 20 years ago
Daniel Grunwald 91104f4152 Fixed SD2-559: Jagged arrays don't parse 20 years ago
Daniel Grunwald 205b2efb02 SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1). 20 years ago
Matt Ward 3b3121c9a0 NAnt addin now included in main SharpDevelop solution. 20 years ago
Matt Ward a6dfc69c0c Added support for Mono 1.1.9.2 20 years ago
Matt Ward d8bcf5d980 Added support for commenting/uncommenting a selection of xml. 20 years ago
Daniel Grunwald 82819e5ed1 Add BooBinding. 20 years ago
Daniel Grunwald 8fc6327d9f Added CSharpBinding.Tests project. 20 years ago
Daniel Grunwald 7c69708220 Applied CSharpOutputVisitor patch from Rodrigo B. de Oliveira. 20 years ago
David Srbecký f4b2e8bfdd Added first debugger test 20 years ago
Daniel Grunwald 3d4f0a78f7 Fixed SD2-400: Importing classes (VB.NET). 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). 20 years ago
Daniel Grunwald 0028131d61 Add MbUnit and MbUnit-addin. 20 years ago
Daniel Grunwald a80f630082 Code completion improvements. 20 years ago
Daniel Grunwald 25be6a591e Add SharpDevelop help / help register application. 20 years ago
Daniel Grunwald 6284ddd531 Made Help addin use the default browser view content. (moved advanced toolbar from help addin to Base) 20 years ago
Daniel Grunwald 2acc1100d1 Added HtmlHelp2 addin. 20 years ago
Daniel Grunwald bd5ea18519 Included XmlEditor addin. 20 years ago
Daniel Grunwald ac2c93aa16 Added ILAsmBinding and ICSharpCode.Build.Tasks (library for additional MSBuild tasks like ILAsm) 20 years ago
Mike Krüger 4b91b06924 Worked on VB.NET Forms Designer.' 20 years ago