29 Commits (3c1353849f1ee8a3cbcb8f9b617683089c30ad71)

Author SHA1 Message Date
David Srbecký 3c1353849f Remove all code related to debugging of decompiled code 13 years ago
Daniel Grunwald a2bfa48520 Use InvokeAsyncAndForget() instead of InvokeAsync().FireAndForget(). 13 years ago
Daniel Grunwald 760a2ae10b Remove more usages of WorkbenchSingleton. 13 years ago
Daniel Grunwald 7f18d1d432 Remove usages of WorkbenchSingleton. 13 years ago
Daniel Grunwald d54cf7c844 Move remaining bookmark classes. 13 years ago
Daniel Grunwald d0a11e630d Move bookmark-related classes to new folder structure. 13 years ago
Daniel Grunwald a3f61c855f Move workbench-related classes into new 'Workbench' namespace. 13 years ago
Daniel Grunwald 143663b0f3 Fix navigating to methods in DecompiledViewContent. 13 years ago
Daniel Grunwald 2828c9e904 Change "SymbolUnderCaretMenuCommand" into "ResolveResultMenuCommand". 13 years ago
Daniel Grunwald 8f5f3a7572 Add ILSpyAddIn. 13 years ago
Siegfried Pammer c48107b503 fix exception 3121 14 years ago
Siegfried Pammer 4c6bbb31be small improvements on ILSpy integration: 14 years ago
Daniel Grunwald 2e063ef04c Update ICSharpCode.Decompiler to ILSpy commit c542648d (ILSpy 2.0.0.1485). 14 years ago
Daniel Grunwald 6aaaadd81f IconBarMargin: use DocumentLine as an anchor for entity bookmarks so that they move correctly when inserting/deleting text (without having to wait for the next parse run). 14 years ago
Eusebiu Marcu 3963965559 Force reclaiming decompilation memory. 14 years ago
Eusebiu Marcu 5dab783842 Properly resolve local assemblies. 14 years ago
Eusebiu Marcu 6cac9f69ad Remove decompilation data when view content is disposed. 14 years ago
Eusebiu Marcu 9f4a336bdd remove unnecessary properties and clear the code. 14 years ago
Eusebiu Marcu 5d5d266a9d Remove dynamic code. Simplify debugging decompiled code. 14 years ago
Eusebiu Marcu 8f2c5ffc1b Use a custom assembly resolver when decompile a third party assembly. The order is: DefaultAssemblyResolver, folder where the decompiled assembly is located then GAC. 14 years ago
Eusebiu Marcu 6701792f39 evaluate local variables (not only parameters) for decompiled code. 14 years ago
Eusebiu Marcu de36dc4148 move external debug info in decompiler addin 14 years ago
Eusebiu Marcu abdeeb5c20 decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content. 14 years ago
Eusebiu Marcu e9913b7b51 add infotip to DecompiledViewContent 14 years ago
Eusebiu Marcu 73442ef67b fix issue when codemappings are not entirely built. 14 years ago
Eusebiu Marcu f993d5a2a4 Make breakpoints work in decompiled code. 14 years ago
Eusebiu Marcu c01fb185e3 fix decompilation and stepping of generic types 14 years ago
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 14 years ago
Daniel Grunwald 48b5e0e52f Add decompiler functionality to ILSpy AddIn. 14 years ago