1726 Commits (6e2178b5b2cd2c184393ce7dca4a08a246fe3fe0)

Author SHA1 Message Date
Martin Koníček 16a6f9c97f Implemented TypeResolver properly, to support eg. finding IList<T> implementation on class MyClass : List<Person>. 17 years ago
David Srbecký 09ca330bb6 Console: Indexing using the indexer property 17 years ago
Martin Koníček 144dc2dec4 Grid visualizer - implemented EnumerableValuesProvider, now displays lazily loaded grid for IEnumerable<T>. 17 years ago
David Srbecký affaea8a94 Console: Indexing of arrays using literal integers; 17 years ago
David Srbecký ed13621a90 Pretty print array content in debugger console 17 years ago
David Srbecký 87498ad3a7 Use Cecil instead of my own code to parse the signatures 17 years ago
David Srbecký 3a9080c49d Added the source code of Mono.Cecil to the debugger. 17 years ago
David Srbecký e2c1ff9f33 Some support for creating debug types form signature blobs 17 years ago
David Srbecký df4ba376ab Ignoring "Thread is not in collection" that started to appearing in .NET 4.0; I still have no idea why it is happening - it seems that the API is reporting exits of threads without announcing their creation. 17 years ago
Martin Koníček 590536a38c Grid visualizer - Preparation for displaying IEnumerable (just implementation of EnumerableValuesProvider is missing) 17 years ago
David Srbecký 8c17432262 Fixed debugger tests 17 years ago
David Srbecký 564262cf1b Updates of debugger tests for .NET 4.0 17 years ago
Martin Koníček 53c34b73ee - Grid visualizer - first prototype - shows IList in ListView, lazy loaded as user scrolls 17 years ago
Martin Koníček 000009056b - added Grid visualizer window 17 years ago
Martin Koníček 3650e45cdb Moved Visualizers/Graph/Utils to Visualizers/Utils. 17 years ago
Daniel Grunwald ea250dd7e2 Add missing GlobalAssemblyInfo.cs references. 17 years ago
Daniel Grunwald 42f2675b73 ComponentInspector does not need log4net.dll anymore. 17 years ago
Daniel Grunwald 9ef4087aa2 Add missing files to setup. 17 years ago
Daniel Grunwald f14dd8e927 Adjusted setup and automatic build. 17 years ago
Daniel Grunwald 5ffe90b200 Ported UnitTesting.Tests to MSBuild 4.0. 17 years ago
Daniel Grunwald 056d1692b1 Fixed CodeCoverage tests. 17 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 17 years ago
Daniel Grunwald 3b275b49a9 Fixed bugs in MSBuildSetProperty. 17 years ago
Martin Koníček 7d12d7c92f Proper expanding of nodes. 17 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. 17 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. 17 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 17 years ago
Daniel Grunwald aa044b3834 Support running unit tests in .NET 4.0 projects. 17 years ago
Martin Koníček bce5fe49da Object graph visualizer - user can expand/collapse nodes. 17 years ago
Daniel Grunwald 40cdceff01 Add most AddIns back. 17 years ago
David Srbecký f6bd5596bb MemoryReadWrite test updated for .NET 4.0 (but it is still ignored by default) 17 years ago
Matt Ward d5c1f989ca Fixed build. 17 years ago
Siegfried Pammer 635c9ff4e1 - added additional logging to Unit Test profiling 17 years ago
Martin Koníček d1e5cbab0d ObjecObject graph visualizer - arrows start at properties. 17 years ago
Siegfried Pammer 2adeaa6865 Profiler: reimplemented search in QueryView 17 years ago
Martin Koníček 62ad4d6840 ObjecObject graph visualizer - refactored PositionedGraph, preparation for arrows starting at properties, preparation for expanding nodes. 17 years ago
Daniel Grunwald 344eae48db Simplified Reflector AddIn by using Reflector's SendMessage API instead of registering the IPC AddIn. 17 years ago
Daniel Grunwald 9237bea45a Performance improvements for solution loading: 17 years ago
Daniel Grunwald 85c1b6e991 Profiler: Fixed CPU usage graph in time line. 17 years ago
Daniel Grunwald 31c5fd83d3 Remove unused XML-Parser. 17 years ago
Daniel Grunwald ac14bb27f2 Allow setting 'Option Infer' in project options. 17 years ago
Sergej Andrejev 2f239443ff ShortcutsManagement options panel 17 years ago
Daniel Grunwald 5eee3babfc Implemented syntax highlighting in search results pad. 17 years ago
Daniel Grunwald 8c332d9550 AvalonEdit: fixed 'Home' key and CaretPositioningMode.WordStart over line borders. 17 years ago
Daniel Grunwald 80c40ac480 Fixed action="disable" conditions on WPF Menus. 17 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 17 years ago
Martin Koníček 811e7c2f6a ObjecObject graph visualizer - refactored ObjectGraph - ordering of children, preparation for expanding nodes. 17 years ago
Daniel Grunwald 6249b7bef7 Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127). 17 years ago
Daniel Grunwald 19025349a9 Move ICSharpCode.SharpDevelop.Dom.IParser to ICSharpCode.SharpDevelop.Project 17 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 17 years ago