62 Commits (6fcb5d0d0b72571d5738631a4f37171e30855ae8)

Author SHA1 Message Date
Ed Harvey e2e952a9be Node text for cs/vb constructors 9 years ago
Siegfried Pammer 94ed966b9c fix #605 - Missing namespace when 2+ classes with the same name exist in the same assembly 9 years ago
Siegfried Pammer 65458c9203 fix #712 - Saving Project does not Convert *.resources to *.resx for use in Visual Studio 2015 on C# & VB Projects. 9 years ago
Siegfried Pammer d93ef69cf6 fix #369 - Saving whole project should also decompile baml-files 9 years ago
Siegfried Pammer 4c3ac47300 fix some warnings reported by RE 9 years ago
Siegfried Pammer f8ac9823dd fix #339 - Incorrect decompilation of VB.NET properties with parameters. 9 years ago
Siegfried Pammer 5858d78f73 simplify code with elvis operator 9 years ago
Siegfried Pammer 585d5182cf fix build (build server does not use C# 6 yet) 9 years ago
Siegfried Pammer a38a8b13a7 fix #652 - VB 'AddressOf' decompilation 9 years ago
Siegfried Pammer 3844ca3036 add folding for Imports in VB 9 years ago
Siegfried Pammer 7aa719ea41 fix #678 - AddressOf all over the place (v 2.3.1.1855) 9 years ago
Daniel Grunwald 382f24666a Add NRefactory 5.5.1 source code. 10 years ago
LordJZ 514b058ca9 Fixed generated VB comment 10 years ago
LordJZ 14bfdecb8a Display a reference to a module's global type. 11 years ago
Siegfried Pammer 85682a0da9 prevent XmlException while reading XmlDoc from crashing the decompiler #485 11 years ago
learn_more 83bc512ae2 Add commandline arguments for a fixed guid, and for specifying a directory where decompiled projects will be stored. 11 years ago
Daniel Grunwald 27252656cf Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
Linquize 5fd318f175 When saving project, detect different profiles based on .NET 4 and above 11 years ago
Linquize 8d2bee69af Generate AssemblyInfo.vb 12 years ago
Linquize 2790f6373c For ProjectGuid project property, generate GUID in bracket form 12 years ago
Siegfried Pammer 7ce68392de fixed possible NREs in VB decompiler 12 years ago
Siegfried Pammer 74238630cf fix #367 - VB output issues 12 years ago
Siegfried Pammer a52e0b2e64 fix #397 - Incorrect code generated for adding event handler in VB.NET. 12 years ago
Daniel Grunwald b813092cfe Add support for opening .netmodules. 12 years ago
Siegfried Pammer da0fb8a1ae fix #332: use InsertParenthesesVisitor to insert required parentheses before converting to VB .NET 13 years ago
Daniel Grunwald db1cd0020d Add support for AnyCPU32BitPreferred and ARM assemblies. 14 years ago
Daniel Grunwald 49c92cfba8 Adjust ILSpy to new NRefactory version. 14 years ago
Ed Harvey 85c18d0951 Code Tidy: Mark fields read-only where appropriate 14 years ago
Ed Harvey 729cc9da0c Code Tidy : Remove redundant using statements 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 6d22ff99ad Sort custom attributes - the C# compiler seems to add these in random order, so by sorting them we eliminate unnecessary differences when comparing multiple versions of an assembly. 14 years ago
Siegfried Pammer 68ba9bd28f implement links to type definitions in the VB source view 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
Daniel Grunwald 81bb822fdb Adjust ILSpy to NRefactory changes. 14 years ago
Siegfried Pammer ee0f54624c implement ByRef parameters in MethodTreeNode display text 14 years ago
Siegfried Pammer eb7948af70 use Is/IsNot for reference equality checks; add extension attribute for extension methods 14 years ago
Siegfried Pammer 1d0f3e96a9 added default project imports 14 years ago
Siegfried Pammer 0d1a4520fc use vbc 14 years ago
Siegfried Pammer 4338b361c4 fix display of type names in tree view 14 years ago
Siegfried Pammer ee4a77f20d fix bug in VB project export 14 years ago
Siegfried Pammer 4f6c46b2c7 add project export for VB 14 years ago
Siegfried Pammer 3e009aaa1b add folding 14 years ago
Siegfried Pammer e5d63e9761 print assembly attributes when selecting Assemlby node 14 years ago
Siegfried Pammer f4d29b2f2b add AlwaysGenerateExceptionVariableForCatchBlocks setting to avoid Catch clauses without a variable; disable C#'s query expression translation 14 years ago
Siegfried Pammer 4c4374cc8c add IntroduceIncrementAndDecrement setting for VB 14 years ago
Siegfried Pammer dd8e2a2a51 started implementation of QueryExpression 14 years ago
Siegfried Pammer 2a45819408 implement ArrayCreateExpression and CastExpression 14 years ago
Siegfried Pammer 8610b14c83 add support for comments 14 years ago
Siegfried Pammer e5fb8d9560 implemented IfElseStatement and some more expressions 14 years ago