355 Commits (152f70e7898c5e3466369d64dc23771dd6bc8811)

Author SHA1 Message Date
Dick van den Brink 759f942234 Added assembly lists. 14 years ago
Daniel Grunwald fe121acdb9 Fix #230: Search and Analyze window don't update 14 years ago
Siegfried Pammer 3fdfe1585a fix #231 14 years ago
Siegfried Pammer fe7fdec28b display a message if navigation is not possible; fixes #237 14 years ago
Eusebiu Marcu 09a7400208 fix #236; show images in debugger evaluation tooltip 14 years ago
Eusebiu Marcu 84dc577fba Rename DebuggedData.cs -> DebugInformation.cs; 14 years ago
Eusebiu Marcu 45f62864e1 Some cleanups 14 years ago
Artur Zgodziński 54d777f833 Fixed navigation to preserve state of decompiler's text view. 14 years ago
Daniel Grunwald 66897752a1 Add combo box that allows choosing whether to search for a type or member. 14 years ago
Daniel Grunwald f5443a33d5 New search. 14 years ago
Daniel Grunwald 4489dd8289 Create closeable pane for the analyzer. 14 years ago
Alex Lyman 130258d949 Adds a uniqueness semantic to the navigation history, by removing the previous state (by the selected nodes) from the prior history. 14 years ago
Alex Lyman 00828463a6 Alter Navigation to take the time since the last navigation into account. If less than 0.5 seconds, do a replacement automatically. 14 years ago
Alex Lyman 49ed553f31 - Alters the navigation history to have a more consistent behavior, by recording all navigation events, and keeping track of the "current" state instead of the "previous" state 14 years ago
Daniel Grunwald 1255f87696 Display tooltips when hovering over member references. 14 years ago
Eusebiu Marcu 895855f77f Use "ICSharpCode." prefix for ILSpy.Debugger namespaces. 15 years ago
Daniel Grunwald 5c7d679c52 Add TestPlugin. 15 years ago
Artur Zgodziski 120e4e11dc Focusing selected node after history navigation. 15 years ago
Daniel Grunwald 53ea9503ec Vista without Windows Imaging Component update also seems to have problems with 256x256 icons, so I simply reduced the resolution to 128x128. 15 years ago
Daniel Grunwald dce7d13146 Add /navigateTo command line argument. 15 years ago
Daniel Grunwald bc325f35e7 Introduce support for command-line arguments and WM_COPYDATA. 15 years ago
Daniel Grunwald a7309a3a37 Allow plugins to extend the context menus of the tree views. 15 years ago
Artur Zgodziński bc6e2ddaca Preserving all selected nodes, foldings state and position of decompiler text view in the navigation history. 15 years ago
Daniel Grunwald 1d11e75af3 Add support for fixed statement with strings. 15 years ago
Daniel Grunwald 68b07e2828 Remove GraphViz from ICSharpCode.Decompiler. 15 years ago
Eusebiu Marcu 2c03ab8812 synchronize bookmarks between languages 15 years ago
Eusebiu Marcu f87b8b230f fix current line bookmark marker 15 years ago
Eusebiu Marcu fd47e87dca 1. improve tooltip show/hide 15 years ago
Eusebiu Marcu ea612974d2 1. create a status label for debugging status. 15 years ago
Daniel Grunwald 69cad52cb4 Hide compiler-generated enumerator classes when "yield return" decompilation is enabled. 15 years ago
Daniel Grunwald 7d1d168313 Add options dialog. 15 years ago
Eusebiu Marcu a0a4637a16 Set input gesture text. 15 years ago
Eusebiu Marcu f687b0fc76 Use MEF for debugger controls; Modify the export command attribute for menuitems. 15 years ago
Eusebiu Marcu 33d4843f5d Use MEF for debugger commands. 15 years ago
Daniel Grunwald d0670aae7b Use MEF for the existing File menu items. 15 years ago
Daniel Grunwald fe8f32bef0 Make the main menu extensible using MEF. 15 years ago
Daniel Grunwald 2c0baaf2b3 Allow extending the toolbar using MEF. 15 years ago
Eusebiu Marcu af7b86281b fix unfolding for current type 15 years ago
Eusebiu Marcu 8ae3a56148 Fix history navigation when debugging. 15 years ago
Eusebiu Marcu 572c79f097 Fix IL Code mappings; 15 years ago
Eusebiu Marcu ea8bf36298 Debug an executable - feature 15 years ago
Siegfried Pammer e1e40816d1 display IL instructions as links to MSDN and display a tooltip with information. 15 years ago
Eusebiu Marcu 311944c674 Fix code stepping without symbols. 15 years ago
Eusebiu Marcu 699d074956 when setting a BP before attaching, make sure to set it in a module. 15 years ago
Eusebiu Marcu 16d7bcde97 map code for assemblies without symbols 15 years ago
Daniel Grunwald e9ad53a607 Improvements for the analyzer. 15 years ago
Siegfried Pammer ead42305f8 replace DockPanel with Grid and add a GridSplitter to allow Analyzer to be resized + other cleanup 15 years ago
Siegfried Pammer 34fa07cbb8 add ILSpy analyzer 15 years ago
Eusebiu Marcu a731d68963 Remove all breakpoints. 15 years ago
Eusebiu Marcu 0249d17827 Update UI when debugged stopped. 15 years ago