40 Commits (master)

Author SHA1 Message Date
Siegfried Pammer 942131f487 #3068: Introduce MetadataFile for pure ECMA-335 streams and as base class for PEFile 2 years ago
Siegfried Pammer 13da4c48d4 Fix #2632: Make sure that changing the setting "ExpandMemberDefinitions" has an effect when refreshing a decompiled view. 3 years ago
Daniel Grunwald bd700e11a3 Fix #2402: ArgumentNullException in IL mode for tooltips when decompiling bundle members. 4 years ago
Siegfried Pammer 0284337a01 Fix #2356: Can't navigate if switch language in Analyze panel. 4 years ago
Siegfried Pammer c4930a81b5 Skip folds that only span a single line 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Siegfried Pammer 3436ac3246 Fix #2018: Improve tooltips in IL/IL with C#/R2R view to show full member signatures 5 years ago
Siegfried Pammer dcb9631677 Fix #2017: Make sure we never use an empty string as tab header 5 years ago
Siegfried Pammer ab89581eab Fix JumpToReference/ReferenceSegment tuple mess. 5 years ago
Siegfried Pammer 89e8ea072d Fix navigation and history in AboutPage 6 years ago
Siegfried Pammer deaedd0914 Link metadata tokens in decompilation output to metadata tables. 6 years ago
Siegfried Pammer 004a585efc Allow ISmartTextOutput to set the title of the decompilation tab. 6 years ago
Siegfried Pammer 12d1d2495f Fix #1527: Remove links on non-local definitions 6 years ago
Siegfried Pammer 8d7f593620 Fix #1496: Disable automated URI/URL linking in decompiler view. 6 years ago
Siegfried Pammer 2a5ba0f665 Fix linking of local variables and parameters to their usages in the IL view. 6 years ago
Siegfried Pammer 4f8441e142 Introduce several new WriteReference overloads 7 years ago
Siegfried Pammer f80f164118 Add CSharpFormattingOptions.IndentationString 8 years ago
Siegfried Pammer 0b135c23e4 Add C# semantic highlighting 8 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Christoph Wille 1ce8349dd9 Adjust namespaces 9 years ago
Siegfried Pammer f02377632c add back variable/parameter reference highlighting for C# 9 years ago
Daniel Grunwald fa2b392707 Adjust ILSpy to new NRefactory and ICSharpCode.Decompiler versions. 10 years ago
Daniel Grunwald 27252656cf Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
Siegfried Pammer bfda87c43b refactored ContextMenu API to allow opening a context menu in both tree view and text view. closes #215 13 years ago
Ed Harvey 729cc9da0c Code Tidy : Remove redundant using statements 14 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 5a892c30df create a new TextOutputLocation class for storing the location in the output text instead of Tuple<int, int> + fix build 14 years ago
Artur Zgodziński c42bf520b8 Highlighting references to clicked variable or parameter. 14 years ago
Daniel Grunwald 61de90ea11 Clarify the license: add license files to doc/ in source distribution; embed licenses in ILSpy executable and put links on the about page. Closes #145. 14 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 14 years ago
Daniel Grunwald a0a14488e4 Use MEF for extensibility in resource nodes. 15 years ago
Eusebiu Marcu 556fb79e8c Create IL <-> editor code mappings 15 years ago
Daniel Grunwald 1093ba83df Code cleanup. 15 years ago
Daniel Grunwald 614bce445a Add length limit to AvalonEdit output; added support for decompiling directly to disk. 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