2 Commits (866293cea99259428066ca497ad0f4ea17166f38)

Author SHA1 Message Date
Siegfried Pammer 866293cea9 remove unused Get methods from DecompiledViewContent 12 years ago
Siegfried Pammer 79c281dba2 move DecompiledViewContent.cs into main source folder 12 years ago
Siegfried Pammer 786e8f7741 use TopLevelTypeReference in DecompiledTypeReference; use ParserService in ILSpySymbolSource.GetSymbols 12 years ago
Siegfried Pammer a0ec3c4942 Use ParserService.ParseAsync for view initialization 12 years ago
Siegfried Pammer 8e8c5db87d use string instead of StringWriter 12 years ago
Siegfried Pammer 4d3786a080 remove old code from DecompiledViewContent and NavigateToDecompiledEntityService 12 years ago
Siegfried Pammer 5f6ca0b8b3 clean up code 12 years ago
Siegfried Pammer 8519f8bebd fix some wrong locations and tokens in InsertMissingTokensDecorator 12 years ago
Siegfried Pammer 679da5bc6a first implementation of ILSpyParser, ILSpyUnresolvedFile and ILSpyFullParseInformation 12 years ago
Siegfried Pammer c8d60b1449 move CaretPositionChanged and TextCopied handling to CodeEditor; implement BuildNavPoint in CodeEditor 12 years ago
Siegfried Pammer d64e3f2657 remove interfaces: 12 years ago
David Srbecký 333e3644b7 Slightly improve mapping from IL to source code 13 years ago
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