Siegfried Pammer
5fd3df65b6
Update README
8 years ago
Siegfried Pammer
2f31d6f55a
Remove UIHelper.cs
8 years ago
Siegfried Pammer
24bb4d6080
Fix #849 - Notify user that referenced assemblies could not be found
8 years ago
Siegfried Pammer
0644de6fd3
Rip out LogWindow and DecompilerEventSource
8 years ago
Siegfried Pammer
7d6e4a11c4
Move AddXmlDocumentationTransform to Decompiler
8 years ago
Siegfried Pammer
9cc365054f
Fix ILSpy.csproj
8 years ago
Sam Harwell
88616e828f
Fix XAML IntelliSense
* Uniformly apply Generator=MSBuild:Compile
* Add workaround for dotnet/project-system#2488
8 years ago
Sam Harwell
331aeb9b7e
Fix nesting of XAML files
8 years ago
Siegfried Pammer
59d7416813
Add basic logging infrastructure
8 years ago
Sam Harwell
5975b2ea67
Work around improper .NET Standard build support in cecil
8 years ago
Sam Harwell
4908b129f8
Convert projects to the new project system
8 years ago
Siegfried Pammer
3a69169aa4
Update projects to .NET 4.6.1
8 years ago
Siegfried Pammer
7bf0ed79d4
Fix hyperlinks in decompiled output.
8 years ago
LL
ce2cd4bb63
refactor the code
8 years ago
LL
1827dd02d5
Create allow-multiple-instances option and its option page
8 years ago
Alex Povar
9be9b0b954
Add context menu action to copy FQN for selected class
8 years ago
Siegfried Pammer
f51a8b9890
fix SNK paths
9 years ago
Siegfried Pammer
19800c3b16
remove NR submodule; move snk to ICSharpCode.Decompiler
9 years ago
Siegfried Pammer
284ddfadf1
Phase 2: Merge ICSharpCode.NRefactory into ICSharpCode.Decompiler
9 years ago
Siegfried Pammer
5bedb80a78
Phase 1: merge parts of ICSharpCode.NRefactory.CSharp into ICSharpCode.Decompiler
9 years ago
Daniel Grunwald
51a9786243
Change some transforms to block transforms.
9 years ago
Siegfried Pammer
6366681385
Update VS version info to match 2017 RC
9 years ago
Siegfried Pammer
b2ef367c77
Added UI for debug steps
9 years ago
Daniel Grunwald
bedff74b61
Run correctness tests with roslyn, and add some roslyn-based pretty-tests as well.
9 years ago
Daniel Grunwald
15b776faa2
Initial attempt at short-circuiting if conditions
9 years ago
Siegfried Pammer
f02377632c
add back variable/parameter reference highlighting for C#
9 years ago
Daniel Grunwald
9e59ea7395
Update System.Collections.Immutable
9 years ago
Ed Harvey
4cacbeb7da
New icon for Search Msdn
visually disambiguate from 'Analyze'
9 years ago
Siegfried Pammer
659dd62f7c
update AvalonEdit packages to 5.0.3.0
9 years ago
Siegfried Pammer
d298e0b099
fix #578 - Sort assemblies by name
fix #583 - Sort by Name for assemblies
9 years ago
Siegfried Pammer
7c283bd7ef
move CheckForUpdates.cs to Commands folder
9 years ago
Siegfried Pammer
037e12b301
fix #715 - Add a Check for Updates menu item to the Help Tab.
9 years ago
Christoph Wille
7a29642b35
Revert "use mono.cecil nuget-package in all projects instead of git sub-module"
This reverts commit 6c1efaa2d7
.
9 years ago
Siegfried Pammer
6c1efaa2d7
use mono.cecil nuget-package in all projects instead of git sub-module
9 years ago
Siegfried Pammer
d93ef69cf6
fix #369 - Saving whole project should also decompile baml-files
9 years ago
Daniel Grunwald
0869943ce8
Use lower-case GUIDs in project references.
This seems to be necessary for VS2015 to use the correct build order.
10 years ago
Daniel Grunwald
0a481a573c
Add AvalonEdit, NRefactory, and cecil submodules.
10 years ago
Siegfried Pammer
ebc0526ac1
move DecompilerSettings to ICSharpCode.Decompiler
10 years ago
Daniel Grunwald
0a7c5d4ab7
Add NRefactory as submodule
10 years ago
Daniel Grunwald
e06c2236d6
Uppercase GUIDs
10 years ago
Daniel Grunwald
382f24666a
Add NRefactory 5.5.1 source code.
For the moment, we need to use a customized Mono.Cecil in ILSpy (thread-safe branch + System.Runtime fix),
and build NRefactory against that.
Add script for building ICSharpCode.Decompiler NuGet package.
This package is built against the NuGet Mono.Cecil and NRefactory packages, not against the sourcecode included in this repository.
10 years ago
Daniel Grunwald
fa2b392707
Adjust ILSpy to new NRefactory and ICSharpCode.Decompiler versions.
10 years ago
Daniel Grunwald
e88120cb4a
Remove NRefactory sourcecode and use the NuGet package instead.
10 years ago
Ed Harvey
6d5e8ec473
Revert: Add 'Sort Assemblies' command to view menu
revert 359d04b3b6
This implementation caused problems (and occasional crashes 😊 ) in
selection & history handling
11 years ago
Siegfried Pammer
ca1dba0e92
fix item 5 of #553 : there should be a "Copy" menu item in the AvalonEdit's popup menu among the "Toggle Folding" menu items
- add proper file header and correct indentation in FoldingCommands.cs
11 years ago
Ed Harvey
359d04b3b6
Add 'Sort Assemblies' command to view menu
11 years ago
Siegfried Pammer
11670cdb1d
code cleanup
11 years ago
Sebastien Lebreton
cc6afd94cd
Add a new "Used By" analyzer node on types
11 years ago
Daniel Grunwald
6f81a30212
Update to AvalonEdit 5.0.2
11 years ago
Ronny Klier
42824d533b
Show images contained in resource of type ImageListStreamer as seperate nodes.
11 years ago