6569 Commits (108c5f643e5a223d2a4e75873bc7fefbb02c2d2c)
 

Author SHA1 Message Date
Siegfried Pammer 14b6c599c1 Fix object initializers directly accessing struct members + add initializer pretty tests. 9 years ago
Siegfried Pammer 086325afdf Fix #917: InvalidCastException: Cast from Int64 to Boolean not supported. 9 years ago
Daniel Grunwald e34480527d Fix line tracking when printing single-line comments. 9 years ago
Siegfried Pammer 4511043815 SequencePointBuilder: add support for fixed-statement 9 years ago
Siegfried Pammer a0ed791567 SequencePointBuilder: add support for if-statement, while-statement and do-while-statement 9 years ago
Daniel Grunwald f03de7abb8 Fix #916: consistently use AvalonEdit 5.0.4 9 years ago
Siegfried Pammer 5b4db073ef Update README.md 9 years ago
Siegfried Pammer 4ca4d97011 Improve SequencePointBuilder 9 years ago
Daniel Grunwald c202b9145b Only follow hyperlinks on MouseUp if the mouse wasn't moved since MouseDown. 9 years ago
Siegfried Pammer 2169d44c81 Implement sequence points for using statement. 9 years ago
Siegfried Pammer 79d3ff10a3 Add setting ShowDebugInfo 9 years ago
Daniel Grunwald 462d0da7b6 Add feature to the MethodBodyDisassembler that shows sequence points from PDB in disassembled IL. 9 years ago
Daniel Grunwald d2b6651507 ILAst: show unused IL ranges 9 years ago
Siegfried Pammer f890900d4d Fix AddToSequencePoint for ILFunction 9 years ago
Siegfried Pammer 5e50294c82 Fix ILRange of ILFunction in DelegateConstruction 9 years ago
Daniel Grunwald b7d4636f80 Implement ILInstruction.AddILRange() 9 years ago
Siegfried Pammer 84592fcc6f Prevent SequencePointBuilder from combining sequence points of lambda expressions. 9 years ago
Daniel Grunwald f21d48317c ILAst: show if block container is a loop container. 9 years ago
Siegfried Pammer c2a7c806f0 Add missing annotations after TranslateFunction 9 years ago
Daniel Grunwald d68b9a9893 Fix missing InvalidateFlags() call. 9 years ago
Siegfried Pammer 81e6f0c9bb Improve ILRange output in ILAst 9 years ago
Siegfried Pammer 5fec6bd7f7 Implement Interval.WriteTo extension method on ILAst 9 years ago
Siegfried Pammer 10cf712135 Move ILAst writing options to DebugSteps pane and implement auto refresh. 9 years ago
Siegfried Pammer 312277119c Move ILAstWritingOptions to separate file 9 years ago
Daniel Grunwald 3aca47d1f5 Allow decompiling whole assembly in IL + C# mode. 9 years ago
Daniel Grunwald 9d7fb0627d Add hidden sequence points for unmapped code. 9 years ago
Daniel Grunwald bc430a9358 Support SwitchStatement in SequencePointBuilder. 9 years ago
Siegfried Pammer 809f2c1c9c Sort languages in drop-down by name (except for debug 'languages') 9 years ago
Siegfried Pammer 682ca234d5 [csilview] remove indentation from single-line C# code in C#-IL view. 9 years ago
Siegfried Pammer a663b5b0df Implement basic mixed view in CSharpILMixedLanguage 9 years ago
Siegfried Pammer d871960bec Add WriteInstruction to MethodBodyDisassembler 9 years ago
Siegfried Pammer 9871984991 Fix end location of PrimitiveExpression 9 years ago
Siegfried Pammer 1eb8caa013 Move CSharpHighlightingTokenWriter to outer class 9 years ago
Daniel Grunwald 4347fab625 Add SequencePointBuilder. 9 years ago
Siegfried Pammer 25cdf7d16a Add CSharpILMixedLanguage 9 years ago
Daniel Grunwald 4d755a7ccf Put generated test assemblies in same folder as test cases, instead of %TMP% 9 years ago
Daniel Grunwald d59e722752 Merge pull request #887 from icsharpcode/switch 9 years ago
Daniel Grunwald 63493f1fee #912: add setting for turning off implicit method group conversions 9 years ago
Daniel Grunwald 2824906f8f Code cleanup SwitchOnStringTransform. 9 years ago
Siegfried Pammer 1ac631b3f1 SwitchOnStringTransform: fix bugs in ExtractStringValuesFromInitBlock and MatchAddCall 9 years ago
Siegfried Pammer a423e7da9c Expand checks in ExtractStringValuesFromInitBlock and MatchAddCall 9 years ago
Siegfried Pammer e6608832a4 Add documentation to SwitchOnStringTransform 9 years ago
Siegfried Pammer b94088fbc9 Add MaxBy, MaxOrDefault, MinBy extension methods 9 years ago
Daniel Grunwald 9fcee831d2 Simplify SimplifyCascadingIfStatements 9 years ago
Siegfried Pammer f988c11229 Refactor SwitchOnStringTransform.Run 9 years ago
Daniel Grunwald 6272c21ece Simplify SwitchOnNullableTransform. 9 years ago
Siegfried Pammer d6d7020893 Add test cases for nullable switch 9 years ago
Siegfried Pammer 7ae44fcdc6 Add FlattenSwitchBlocks transform + update test cases. 9 years ago
Daniel Grunwald b7a5924b25 When possible, use implicit method group conversions to construct delegates. 9 years ago
Siegfried Pammer c2761b0e02 Update test cases for switch. 9 years ago