4170 Commits (e2973d98fe32dfccad3adcc724f2a392f67bf214)
 

Author SHA1 Message Date
Daniel Grunwald e2973d98fe Merge trunk into dotnet4. 16 years ago
Daniel Grunwald 9ef4087aa2 Add missing files to setup. 16 years ago
Daniel Grunwald f14dd8e927 Adjusted setup and automatic build. 16 years ago
Daniel Grunwald 13a3c93e61 Ported WixBinding.Tests to MSBuild 4.0. 16 years ago
Daniel Grunwald 5ffe90b200 Ported UnitTesting.Tests to MSBuild 4.0. 16 years ago
Daniel Grunwald 1c44e6f14a Ported PythonBinding tests to .NET 4.0. 16 years ago
Daniel Grunwald 056d1692b1 Fixed CodeCoverage tests. 16 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 16 years ago
Daniel Grunwald 2b3d5c8fb8 Dispose option panels. 16 years ago
Daniel Grunwald 5b234505d4 Fixed compiling. 16 years ago
Siegfried Pammer cc3c85e651 implemented partial XAML markup extension resolving 16 years ago
Daniel Grunwald 3b275b49a9 Fixed bugs in MSBuildSetProperty. 16 years ago
Martin Koníček 7d12d7c92f Proper expanding of nodes. 16 years ago
Daniel Grunwald e7491afa6d Text snapshot support. 16 years ago
Siegfried Pammer 1998c526b6 - fixed display bug in TaskView (off by one error) 16 years ago
Daniel Grunwald 528f42af4f Fixed support for parallel builds. 16 years ago
Daniel Grunwald 8910f68d47 Trying to reimplement building (now building using a separate ProjectCollection) 16 years ago
Martin Koníček 814cce4b1c ObjectProperty.IsNull to distinguish properties that have null value from those that have value but haven't been expanded yet. 16 years ago
Daniel Grunwald a4284382c6 Prevent MSBuild from caching projects when the solution is closed, externally changed, and then reopened. 16 years ago
Siegfried Pammer 3754225517 fixed Unit Tests 16 years ago
Daniel Grunwald e82a1f11fc Fixed showing completion window when another completion window is already open. 16 years ago
Martin Koníček a27db5bb6e Object graph visualizer - all doubles for communication with Graphviz's Neato are formatted to 3 decimal places - Neato crashed on some inputs, hopefully fixed now. 16 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 16 years ago
Daniel Grunwald 6ca2404d09 Adjust unit tests. 16 years ago
Daniel Grunwald aa044b3834 Support running unit tests in .NET 4.0 projects. 16 years ago
Martin Koníček bce5fe49da Object graph visualizer - user can expand/collapse nodes. 16 years ago
Daniel Grunwald 8396a39d9c Update AvalonDock to 1.2.2154. 16 years ago
Daniel Grunwald 8a4b2018a5 Avoid NullReferenceException when pasting text. 16 years ago
Daniel Grunwald 40cdceff01 Add most AddIns back. 16 years ago
Matt Ward eb27110cbf XML schema namespaces now visible in completion window. 16 years ago
Daniel Grunwald 8b85721272 Don't save temporary modifications in the project during a build into the project file. 16 years ago
Daniel Grunwald ba0cb0bd43 Shut down build worker processes after the build has finished. 16 years ago
Daniel Grunwald df936415bb Enable MSBuild's change detection. 16 years ago
David Srbecký f6bd5596bb MemoryReadWrite test updated for .NET 4.0 (but it is still ignored by default) 16 years ago
Daniel Grunwald a0b130adfd Move solution from SharpDevelop/src to SharpDevelop. 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Matt Ward 85e78d6762 Fixed bugs in XmlParser when getting the attribute value and attribute name when the attribute value contains an equals sign. 16 years ago
Matt Ward 5786346f6c When autocompleting an xml element end tag the cursor is now left inside the element after completion and not put at the end of the inserted end tag. 16 years ago
Matt Ward 94a674800b Schema namespace completion window now shown in XML editor. 16 years ago
Matt Ward d5c1f989ca Fixed build. 16 years ago
Daniel Grunwald 8e1bb69fbb Fixed compiling projects with project references. 16 years ago
Daniel Grunwald 4db1e52468 Use a single ProjectCollection - MSBuild 4.0 doesn't support parallel builds if multiple project collections are used. 16 years ago
Daniel Grunwald dd0f1680c0 Merge trunk into dotnet4. 16 years ago
Daniel Grunwald 493b57855f Fixed path for saving dock layout files. 16 years ago
Martin Koníček d1e5cbab0d ObjecObject graph visualizer - arrows start at properties. 16 years ago
Martin Koníček 62ad4d6840 ObjecObject graph visualizer - refactored PositionedGraph, preparation for arrows starting at properties, preparation for expanding nodes. 16 years ago
Daniel Grunwald c62cfbcad7 AvalonEdit: allow setting the caret color. 16 years ago
Daniel Grunwald 4d8bde1e77 Added AutomationPeer for AvalonEdit TextEditor. Based on patch by Amir Tuval. 16 years ago
Daniel Grunwald 8dff23a58e Fixed build. 16 years ago
Daniel Grunwald d1069f31dc AvalonDock: set Focusable=false for border inside DockablePane 16 years ago