12 Commits (bfbb041b0165d835e1242e972045dbd37961bd5d)

Author SHA1 Message Date
Siegfried Pammer bfbb041b01 Fix #1027: There is no "Analyze" option on right-click pop-up menu 7 years ago
Siegfried Pammer 8af973ef35 Fix #1013, #1034: Option to show code unfolded (expanded) by default 7 years ago
Siegfried Pammer d645166f3e * Fix #920: [Bug]Click one reference will navigate to another. 8 years ago
Siegfried Pammer 1e01f834e8 Fix links on operators. 8 years ago
Siegfried Pammer 0b135c23e4 Add C# semantic highlighting 8 years ago
Daniel Grunwald c2898905c8 Fix #853: consistently use cecil MemberReference for ITextOutput. 8 years ago
Siegfried Pammer c918d66e9d Reimplement folding for C#. 8 years ago
Siegfried Pammer 0644de6fd3 Rip out LogWindow and DecompilerEventSource 8 years ago
Siegfried Pammer 4bdd7f48b1 Fix #840 - Cannot click to navigate to a built-in type 8 years ago
Siegfried Pammer 9bf7959712 Add links for this/base ctor references 8 years ago
Siegfried Pammer 7bf0ed79d4 Fix hyperlinks in decompiled output. 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
Daniel Grunwald 7273fe58fd Add BlockTransform concept and apply a bunch of refactoring essentials suggestions. 9 years ago
Siegfried Pammer f02377632c add back variable/parameter reference highlighting for C# 9 years ago
Daniel Grunwald 75dfa785d7 Fix #600: variable called int should be displayed as @int 10 years ago
Daniel Grunwald fa2b392707 Adjust ILSpy to new NRefactory and ICSharpCode.Decompiler versions. 10 years ago
Daniel Grunwald 02a500e762 ICSharpCode.Decompiler: Merge changes from SharpDevelop to ILSpy. 10 years ago
Siegfried Pammer 98f24c21e5 fix #556: ILSpy doesn't highlight uses of invoked delegates 10 years ago
Siegfried Pammer d04400ad45 working on #540: use `EventDefinition` instead of `FieldDefinition` when referencing auto events in `TextOutputFormatter` 10 years ago
Ronny Klier 25f35033ac Fix: Do not link arguments to constructor 12 years ago
Ronny Klier b4e8386611 Fix #220: Link constructor calls to constructor rather than type + add link for base constructor calls 12 years ago
Daniel Grunwald 6c5288b839 Fixed TextOutputFormatter so that it calls WriteDefinition() for method declarations. 13 years ago
Ronny Klier 0bcca5473b Optional enable folding on all blocks in braces 13 years ago
Daniel Grunwald 1b50ad946d Fixed highlighting of local variable definitions. 13 years ago
Daniel Grunwald 0a01bc7b03 Adjust ILSpy to NRefactory API changes. 13 years ago
Siegfried Pammer 8fafda2753 fix #318 13 years ago
Siegfried Pammer 11520fd4df fix missing calls to WriteDefinition for IndexerDeclaration 13 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
Artur Zgodziński a63302a0cb Folding using declarations 14 years ago
Artur Zgodziński 31b1a2dac9 Highlighting goto references. 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
Siegfried Pammer 3e009aaa1b add folding 14 years ago
Artur Zgodziński c42bf520b8 Highlighting references to clicked variable or parameter. 14 years ago
Daniel Grunwald e0c7bebfe8 Add license headers to the files that were missing them. 14 years ago
Siegfried Pammer e9eca059d5 remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails 14 years ago
Daniel Grunwald 508073d6ac Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
Siegfried Pammer ba0b80856c add foldings to documentation comments; closes #165 14 years ago
Eusebiu Marcu c81abc97ab add current column in the node annotation tuple 14 years ago
Eusebiu Marcu 6cbd5519ff Use AttributedNode; 14 years ago
Eusebiu Marcu 8c37175189 add icon margin & bookmarks 14 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 14 years ago
Eusebiu Marcu 3cbafbbe63 little modifications (comments) 14 years ago
Eusebiu Marcu 68872bd212 store all ranges 14 years ago
Eusebiu Marcu 64d92bf919 Use new ILRange methods 14 years ago
Eusebiu Marcu ec45106303 make sure that we add only good ranges 14 years ago
Eusebiu Marcu 7a087cd459 do some cleanup in code 14 years ago