3 Commits (284ddfadf1a34b506e5fb4f49be92f4bc3262a7d)

Author SHA1 Message Date
Daniel Grunwald 7273fe58fd Add BlockTransform concept and apply a bunch of refactoring essentials suggestions. 9 years ago
Daniel Grunwald 0cae30cce2 ILInstruction.Clone() 10 years ago
Daniel Grunwald 27252656cf Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
Daniel Grunwald c542648d87 Store debugger member mappings in a simple list in the text output; copy the entries into the DebugInformation only when the output gets displayed. 14 years ago
Eusebiu Marcu 50dc19d0d2 fix navigation on fields. 14 years ago
Eusebiu Marcu 38b404a709 fix icon margin. 14 years ago
Eusebiu Marcu ab9a80cadd Modify code-mappings API and icon margin. 14 years ago
Daniel Grunwald 56c75e09b2 Refactored handling of debug mapping in the decompiler: we now avoid using a side-channel for the debug info and instead return it via the ITextOutput. 14 years ago
Eusebiu Marcu b394749f47 create a new TextOutputLocation class for storing the location in the output text instead of Tuple<int, int> 14 years ago
Artur Zgodziński c42bf520b8 Highlighting references to clicked variable or parameter. 14 years ago
Eusebiu Marcu 8824e9e8f1 reset column number after new line 14 years ago
Eusebiu Marcu c81abc97ab add current column in the node annotation tuple 14 years ago
Eusebiu Marcu 207af4eced update to latest code mappings 14 years ago
Eusebiu Marcu 6bae4e5180 Minor clean-ups. 14 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 14 years ago
Eusebiu Marcu eafc08a181 Fix StepInto uncompiled code. 14 years ago
Eusebiu Marcu 556fb79e8c Create IL <-> editor code mappings 15 years ago
Daniel Grunwald 0259fa8037 Remove unused imports 15 years ago
Daniel Grunwald d569ba5395 Moving the disassembler into the ICSharpCode.Decompiler library. 15 years ago
Daniel Grunwald d07a18dc43 Add folding support. 15 years ago
Daniel Grunwald 3d93236b28 Now elements other than methods can be disassembled as well. 15 years ago
Daniel Grunwald d2e7be6cd4 Move decompiler threading logic to new class (DecompilerTextView). 15 years ago
Daniel Grunwald 158b10d2fb Move decompilation to background thread. 15 years ago
Daniel Grunwald 807a345d08 Show exception handlers in IL assembly. 15 years ago
Daniel Grunwald 701a315b90 Implemented reference support in the text view. 15 years ago
Daniel Grunwald 5e3773b588 Prepare interfaces for decompiler integration. 15 years ago