4408 Commits (693581e4855cfd1be091e44d524ca2a884a74415)
 

Author SHA1 Message Date
Martin Koníček 590536a38c Grid visualizer - Preparation for displaying IEnumerable (just implementation of EnumerableValuesProvider is missing) 16 years ago
Mike Krüger 64ef2a35f7 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 16 years ago
Mike Krüger 52cefeecb0 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: If statements 16 years ago
David Srbecký 8c17432262 Fixed debugger tests 16 years ago
David Srbecký 564262cf1b Updates of debugger tests for .NET 4.0 16 years ago
Martin Koníček 53c34b73ee - Grid visualizer - first prototype - shows IList in ListView, lazy loaded as user scrolls 16 years ago
Matt Ward d810b90ab9 Python code converter now supports xml doc comments for constructors. Xml doc comments that are not before a class, method or constructor declaration are converted to single line python comments. 16 years ago
Martin Koníček 000009056b - added Grid visualizer window 16 years ago
Martin Koníček 3650e45cdb Moved Visualizers/Graph/Utils to Visualizers/Utils. 16 years ago
Mike Krüger d80a5b833b * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: removed embedded 16 years ago
Mike Krüger 5ad991bd51 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Correctly indent 16 years ago
Matt Ward e9fa0df4cc Convert class and method xml doc comments to python docstrings. 16 years ago
Matt Ward 067cfb1532 Added support for multiline comments in the python code converter. 16 years ago
Daniel Grunwald ea250dd7e2 Add missing GlobalAssemblyInfo.cs references. 16 years ago
Daniel Grunwald 42f2675b73 ComponentInspector does not need log4net.dll anymore. 16 years ago
Matt Ward 5f8687261b Single line comments now converted from C#, VB.NET to Python. 16 years ago
Daniel Grunwald a5a43d54d2 Explicitly set build order to workaround MSBuild bug when compiling SharpDevelop on the command line. 16 years ago
Daniel Grunwald 7baee25647 Fixed path to REVISION file. 16 years ago
Daniel Grunwald a123d00416 ignore failing test 16 years ago
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
Matt Ward bd0f69b8de Python forms designer now ignores any statements before the form's InitializeComponent method is found (e.g. sys.path.append('...'). 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 5fea001e96 Avoid NullReferenceException when pasting text. 16 years ago
Daniel Grunwald 40cdceff01 Add most AddIns back. 16 years ago