1949 Commits (e3a3a7ec33d0067e3c6a0592c283ca44211d178b)
 

Author SHA1 Message Date
yoyobbi e3a3a7ec33 fix: multi-dimensional arrays sometimes working 9 years ago
yggy 807143052b fix: destructors / finalizers 9 years ago
yggy b4f3a8e4c8 fix: use element type full name for array parameters 9 years ago
yoyobbi 60a3cff3d0 change: simplified approach based on string parsing rather than recursive structure analysis. Not fully tested but pretty sure it will work. 9 years ago
yggy eee3467492 More string-based approach. Many things working, but not yet pointers. 9 years ago
yggy 6c0006ad98 Work in progress attempting to get full XmlDocKey generation from DTE CodeElements working. Not there yet. 9 years ago
yggy 0542b56a0c tweak: method rename plus some documentation comments 9 years ago
yggy 3a75f60915 change: move "navigateto" key generation to separate CodeElementXmlDocKeyProvider class, in preparation for porting the logic of the existing XmlDocKeyProvider 9 years ago
yggy 5c052d9b49 fix: handle array method parameters properly 9 years ago
yggy 5dd7675f90 fix: disable the "Open code in ILSpy" menu item if the active document is not part of a project 9 years ago
yggy 58c64a30cf "Open code in ILSpy" - fix problems with overloaded generic constructors and methods. 9 years ago
yggy 29491ff951 Overhauled "Open code in ILSpy" features to support more cases. 9 years ago
yggy 3f22e62a88 #694 Add an "Open in ILSpy" option to the context menu in the code window 9 years ago
Daniel Grunwald 4142836f2f Merge pull request #689 from imor/menu_ellipsis 9 years ago
Raminder Singh c8fe3b5f2e Add ellipses to menu items 9 years ago
Christoph Wille c10251d43a Implement #688 9 years ago
Christoph Wille 3883cfce37 Set to version 2.3.2 and copyright years to 2016 9 years ago
Daniel Grunwald 9af32372b0 Fix #593: Set progressBar.IsIndeterminate=false if the progress bar is invisible to avoid unnecessarily rendering at 60 FPS. 9 years ago
Daniel Grunwald ddf2b88b3a Remove FSharp.Compiler.Service 10 years ago
Daniel Grunwald 085c81420c Merge pull request #676 from d-s-x/fix-empty-async-method 10 years ago
Daniel Grunwald 7265de118d Let's avoid switching to C# 6 for now. 10 years ago
Dmitry Xlestkov 248e5cc104 FIX #675. Decompile empty async void methods 10 years ago
lrieger 189e873461 FSharpTests: check-in IL instead of compiling F# source in the tests. 10 years ago
lrieger d059c02ba3 test that the "F# using" does not get applied if the 'disposable' variable is used afterwards 10 years ago
lrieger 42bfb9bb23 modify the using pattern to also detect F# 10 years ago
Daniel Grunwald cefd0d3ea4 Merge pull request #672 from 0x53A/nunit-nuget-runner 10 years ago
Daniel Grunwald 82221c68d7 Fix path to tidy.py 10 years ago
Daniel Grunwald 29b26e2232 Ignore test broken in AppVeyor CI. 10 years ago
lrieger b374915e5e add nunit runner as nuget so tests can be run in the TestExplorer in VS 10 years ago
Daniel Grunwald 0869943ce8 Use lower-case GUIDs in project references. 10 years ago
Daniel Grunwald 46c1161dba Fix NR.VB unit tests. 10 years ago
Daniel Grunwald b33b5ca9bf .bat files: initialize git submodules if necessary 10 years ago
Daniel Grunwald 0a481a573c Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
Daniel Grunwald 6e47de16f8 Delete in-tree AvalonEdit, NRefactory and Mono.Cecil in preparation for using git submodules. 10 years ago
Daniel Grunwald fe3bee36ad Use tabs, not spaces. 10 years ago
Daniel Grunwald 415931a130 Merge pull request #624 from MattDuffin/wordwrap 10 years ago
Daniel Grunwald bf5861babd Fix #650 - C++ switch over `char`/`long` values crashes ILSpy 10 years ago
Daniel Grunwald 9b81ca198a Merge pull request #642 from neolithos/master 10 years ago
Daniel Grunwald e1946acce2 Merge pull request #656 from Crazycatz00/master 10 years ago
Daniel Grunwald 4a54d40da4 Add appveyor.yml to master branch, too 10 years ago
Daniel Grunwald 78e7e9fa71 Merge pull request #663 from someone-with-default-username/master 10 years ago
hardcase 3fa8ec0e54 Fix #635. Decompile static methods in interfaces. 10 years ago
Crazycatz00 24054895bc Use portable settings file if it exists 10 years ago
neolithos 8e29aea8b5 Fix: Equal compare 10 years ago
neolithos e2ec7e8560 Changed SearchStrategies: 10 years ago
Christoph Wille 2726336b3a Update addin version, update decompiler package version 10 years ago
Daniel Grunwald d584349eec Set version number to 2.3.1. 10 years ago
Daniel Grunwald b018a188ae Fix #607: return value attributes missing in IL view 10 years ago
Daniel Grunwald 75dfa785d7 Fix #600: variable called int should be displayed as @int 10 years ago
Siegfried Pammer 85a7a9bb34 Merge pull request #625 from LordJZ/case/enum-member-attributes 10 years ago