745 Commits (3650e45cdb4cb65512f2ee1f3464844cc54c1c54)

Author SHA1 Message Date
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 056d1692b1 Fixed CodeCoverage tests. 17 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 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
Martin Koníček bce5fe49da Object graph visualizer - user can expand/collapse nodes. 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
Martin Koníček d1e5cbab0d ObjecObject graph visualizer - arrows start at properties. 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
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
Martin Koníček ce71ce0575 Object graph visualizer - fix bug in TreeLayouter. 17 years ago
Martin Koníček 85e500e2c0 Object graph visualizer - animations. 17 years ago
Matt Ward 7a40b62660 Debugger now supports debugging IronPython code. 17 years ago
Sergej Andrejev b01030f84e Use WPF commands in View menu 17 years ago
Daniel Grunwald 8bf506da54 Fixed bug that could cause pads to be lost when the layout is changed. (when trying to reopen such a "lost" pad, it would show up with a width of zero) 17 years ago
Martin Koníček 1056e610b2 ObjectGraphBuilder uses RuntimeHelpers.GetHashCode. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Daniel Grunwald bdee4a2998 Disabled failing debugger test. 17 years ago
Martin Koníček 0062436691 Object graph visualizer - made neato.exe console window invisible. 17 years ago
Martin Koníček ca05ee092e Graph visualizer - edges are routed by Graphviz's neato.exe and drawn by WPF. 17 years ago
Siegfried Pammer 71480d693b removed transparency from DebuggeeExceptionForm, added buttons for Break and Terminate again 17 years ago
Martin Koníček d0b68901e8 Object graph visualizer - added ComboBox for changing layout direction. 17 years ago
Siegfried Pammer 99ccdb033d WatchPad now allows changing nodes while debugging 17 years ago
Daniel Grunwald 0a60b31cbc Added ICSharpCode.Core.Presentation to assembly redirect list. 17 years ago
Martin Koníček 74f79c9732 Initial import of object graph visualizer. 17 years ago
Martin Koníček 42bd249bef Extended MethodInfo.GetBackingField to work for getters of Automatic properties. 17 years ago
Siegfried Pammer f08507a12c Created new ExceptionForm based on suggestions from forums/9446 17 years ago
Daniel Grunwald 61e63ad4d2 CopyToClipboard: don't truncate string to 256 characters 17 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 17 years ago
Daniel Grunwald 3fbd48b7d4 Bookmark/Breakpoint support for AvalonEdit. 17 years ago
Siegfried Pammer b47cf83b0e - fixed SD2-1523 - Watch pad right click shows two context menus based on patch from http://community.sharpdevelop.net/forums/t/9006.aspx 17 years ago
Matt Ward 91bd830e61 Fixed SD2-1505 - Locals window - show values in hex does not refresh the values on display. Based on fix supplied by Nikhil Sarda. 17 years ago
David Srbecký 05aa02a7a8 Updated test output for ".NET Framework 3.5 SP1 Family Update" 17 years ago
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Siegfried Pammer e00e699899 implemented the real fix for SD2-1470 17 years ago
Matt Ward 6e80d05d88 Fixed SD2-1503. Invalid expression error message prompt displayed by watch window. 17 years ago
Daniel Grunwald a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 17 years ago
Daniel Grunwald 21ec6655aa Ignore exceptions during shutdown after a debugger error (e.g. trying to debug 64-bit process) 17 years ago
David Srbecký 8caabfea65 Fixed SD2-1479 - Null exception when running a Python project with the debugger; 17 years ago
Daniel Grunwald 356b72f930 Fixed handling of query continuations. 17 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
David Srbecký 9c88a25ccd Some exceptions may not be interceptable in release code 18 years ago
David Srbecký c19717ac7e Methods for reading and writing of process memory. Test that breaks string immutability using memory write. 18 years ago
Siegfried Pammer 213abd0b2a Fixed null reference exception when debugger is running. 18 years ago
Daniel Grunwald 751002111b Allow setting integers to hex numbers. 18 years ago