2005 Commits (037e12b301045aa9be89bb9004eb0c832179c934)
 

Author SHA1 Message Date
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 1ff2a7e20c fix #438 - Base call to new rendered incorrectly in vb.net 9 years ago
Siegfried Pammer 3844ca3036 add folding for Imports in VB 9 years ago
Siegfried Pammer cdc72abbfb fix #421 - The documentation in the VB language is missing. 9 years ago
yggy 6c0006ad98 Work in progress attempting to get full XmlDocKey generation from DTE CodeElements working. Not there yet. 9 years ago
Siegfried Pammer 7aa719ea41 fix #678 - AddressOf all over the place (v 2.3.1.1855) 9 years ago
Siegfried Pammer 4a85705f85 fix #680 - Line feed missing (VB decompiling) 9 years ago
Siegfried Pammer e04fccc038 Merge pull request #681 from sandercox/upstream 9 years ago
Siegfried Pammer 5f8ff82cfd fix #692: In v2.3.2, `Search for t:TypeName, m:Member...` feature doesn't work: based on #693; thanks to neolithos 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
Siegfried Pammer 07a0551096 Merge pull request #695 from yoyobbi/dev.yggy.navigate-to-item 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
Sander Cox 0b6ae7e5ed Allow resource rows that are higher then the grid (large text fields) to scroll to partial content as well. 10 years ago
Daniel Grunwald 9af32372b0 Fix #593: Set progressBar.IsIndeterminate=false if the progress bar is invisible to avoid unnecessarily rendering at 60 FPS. 10 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