Siegfried Pammer
c14a451c1d
adjust XamlOutlineNode to new SharpTreeView
15 years ago
Siegfried Pammer
2a34197c75
copy enhanced SharpTreeView from ILSpy
15 years ago
Eusebiu Marcu
0d292d027a
Write custom implementation to ILSpyAssemblyResolver.
15 years ago
Eusebiu Marcu
8f2c5ffc1b
Use a custom assembly resolver when decompile a third party assembly. The order is: DefaultAssemblyResolver, folder where the decompiled assembly is located then GAC.
15 years ago
Eusebiu Marcu
b6f46a7c55
fix null exception when the symbol is null
15 years ago
Eusebiu Marcu
8d11730326
fix bug when SD tried to display the source file that not exists (e.g. the symbols are present but the sources aren't - see Prism).
15 years ago
Eusebiu Marcu
7119d558e5
Add basic (IIS) support for WCF services.
15 years ago
Daniel Grunwald
2eef3e4be9
Fix syntax highlighting when comments are on the same line as preprocessor directives (forum-13500)
15 years ago
Eusebiu Marcu
b6fe47b404
fix start options for ASp.NET MVC projects
15 years ago
Eusebiu Marcu
c21b361fa6
fix build and project options panel.
15 years ago
Eusebiu Marcu
3d10700cd8
make style cop addin work for old version (<=4.3.3.0) and new (>= 4.5.x.x)
15 years ago
Daniel Grunwald
eb0d93724e
ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance.
...
Building a menu node will still inherit conditions into subnodes, but included nodes now inherit conditions from the menu they are included into instead of where they are defined.
Moreover, conditions applied to an <Include> codon now are applied to the included nodes. Previously, they would be evaluated only at item build time and would disable the <Include> doozer.
15 years ago
Eusebiu Marcu
2df2d0f853
update icons in breakpoint pad
15 years ago
Daniel Grunwald
0814893e86
Merge branch '4.1' into reports
15 years ago
Daniel Grunwald
d14fa2d34d
WPF Designer: Fix ImageSourceEditor.
15 years ago
peterforstmeier
380f5ab752
Sorting inside Groups
15 years ago
peterforstmeier
70deb79a76
ReportExplorer show GroupNode and childs
15 years ago
Daniel Grunwald
35123e8d07
Fix forum-13593: error converting "new string[5,4]" from C# to Boo.
15 years ago
Eusebiu Marcu
6701792f39
evaluate local variables (not only parameters) for decompiled code.
15 years ago
Matt Ward
6d067662f3
Change highlighting in html script tags so javascript code does not use green text.
15 years ago
Siegfried Pammer
b0b8c13c20
fix SD-1818 - VB NotifyIcon Application template not working properly
15 years ago
Eusebiu Marcu
de36dc4148
move external debug info in decompiler addin
15 years ago
Eusebiu Marcu
abdeeb5c20
decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content.
15 years ago
Daniel Grunwald
c536d3f5f7
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into 4.1
15 years ago
Daniel Grunwald
283bff1714
Remove Eusebiu's metadata decompiler.
15 years ago
peterforstmeier
1828a8d2ad
Cleanup
15 years ago
peterforstmeier
e80c438678
Add PostFilterProperties to Designer's
15 years ago
Daniel Grunwald
5f66310a16
Change version to 4.2
15 years ago
Eusebiu Marcu
8496217ca6
Show message when process is running and step action is requested.
15 years ago
Eusebiu Marcu
87ef097306
rename dlls from installer.
15 years ago
Eusebiu Marcu
46a8d90bb2
add decompiler and NRefactory to debugger addin folder
15 years ago
Eusebiu Marcu
39dc676162
fix build - debugger tests
15 years ago
Eusebiu Marcu
d659ae9061
fix build - add files to installer.
15 years ago
Eusebiu Marcu
fa846214c6
remote old ILSpy addin from sln
15 years ago
Eusebiu Marcu
4b2d091c7d
remove old ILSpy addin from sln
15 years ago
Eusebiu Marcu
359ededfb7
Merge branch 'decompiler' of https://github.com/icsharpcode/SharpDevelop
15 years ago
Matt Ward
96e2386569
Change version name from alpha to beta.
15 years ago
Matt Ward
d00cd04e67
Merge branch '4.0'
15 years ago
Matt Ward
b1f0cc48f4
Support updating a NuGet package in all projects when using the Update-Package PowersShell cmdlet.
15 years ago
Matt Ward
53d9fc382b
Support updating all NuGet packages in a solution when using the Update-Package PowersShell cmdlet.
15 years ago
Matt Ward
b2b4126712
Support updating all NuGet packages in a project when using the Update-Package PowersShell cmdlet.
15 years ago
Eusebiu Marcu
e9913b7b51
add infotip to DecompiledViewContent
15 years ago
Peter Forstmeier
0973b205c8
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into reports
15 years ago
Peter Forstmeier
7aeb62194b
Expressions run on <List> works again
15 years ago
Eusebiu Marcu
73442ef67b
fix issue when codemappings are not entirely built.
15 years ago
Eusebiu Marcu
4c83b381c9
fix evaluation in console pad; refactoring;
15 years ago
Eusebiu Marcu
1c2c8970f2
fix evaluation
15 years ago
peterforstmeier
fa3fe08d23
Fix some test's
15 years ago
Eusebiu Marcu
f993d5a2a4
Make breakpoints work in decompiled code.
15 years ago
Matt Ward
c1fc88ffb1
Prevent selection of projects that do not have an old version of a NuGet package when updating multiple projects in Manage Packages dialog.
15 years ago