Lucas Trzesniewski
ef9aa46cec
Add theme menu item
2 years ago
Christoph Wille
2e8bde96c4
Update to AvalonEdit 6.3
2 years ago
Siegfried Pammer
b91355d171
Merge pull request #2906 from ltrzesniewski/themes
2 years ago
Lucas Trzesniewski
4b9c9b9c40
Merge remote-tracking branch 'upstream/master' into themes
...
# Conflicts:
# ILSpy/TextView/ILAsm-Mode-Dark.xshd
# ILSpy/TextView/ILAsm-Mode.xshd
2 years ago
Daniel Grunwald
52bab53294
Merge pull request #2903 from ltrzesniewski/interfaceimpl
...
Use `.interfaceimpl type` syntax
2 years ago
Christoph Wille
b1d3b2a382
Update WixSharp to 1.20.3 (from .1)
2 years ago
Daniel Grunwald
dcf3fa0c02
Merge pull request #2912 from ElektroKill/fix/issue2908
...
Fix empty parameter names in delegate declarations (fixes #2908 )
2 years ago
Daniel Grunwald
7eb13159f5
Merge pull request #2895 from ElektroKill/fix/resx-writer-memorystream
...
Fix `ResXResourceWriter` support for `MemoryStream` resource element
2 years ago
Daniel Grunwald
cf72ac8010
Merge pull request #2911 from ElektroKill/fix/issue2910
...
Add support for record structs in `CSharpAmbience` (fixes #2910 )
2 years ago
Lucas Trzesniewski
7221b6cc64
Highlight constructors the same way as types
2 years ago
Lucas Trzesniewski
51d430e32e
Add variable/parameter highlightings
2 years ago
Lucas Trzesniewski
caeb880a35
Cleanup, make everything explicit
...
Colors won't be inherited from the xshd files in order to avoid mistakes.
2 years ago
ElektroKill
feb736a0d5
Fix empty parameter names in delegate declarations ( fixes #2908 )
2 years ago
ElektroKill
628a804864
Add support for record structs in `CSharpAmbience` ( fixes #2910 )
2 years ago
Lucas Trzesniewski
7055182205
Add theme color for text search results
2 years ago
Lucas Trzesniewski
39cb275456
Add semantic highlighting for properties and events
...
Also add a fallback mechanism for colors: if a color definition is empty, another one can be used instead.
2 years ago
Lucas Trzesniewski
0253b1ab68
Add colors for line prefixes in IL/Asm and text markers
2 years ago
Lucas Trzesniewski
1f0dc2ee4f
Add R# Dark theme
2 years ago
Lucas Trzesniewski
eaf8e7bc49
Add R# Light theme
2 years ago
Lucas Trzesniewski
0fef34e502
Add the VS Dark+ theme from VS Code
2 years ago
Lucas Trzesniewski
2599c6b00e
Rename theme files
2 years ago
Lucas Trzesniewski
f5e2caa20f
Add the VS Light+ theme from VS Code
2 years ago
Lucas Trzesniewski
aa0abcdd51
Override syntax colors from theme dictionary
2 years ago
Lucas Trzesniewski
d3799d0323
Identify themes by name
2 years ago
Lucas Trzesniewski
f0295e7719
Add resource keys for text foreground/background
2 years ago
Lucas Trzesniewski
a328cad67e
Don't highlight quoted identifiers
2 years ago
Lucas Trzesniewski
b397c9f375
Highlight .interfaceimpl directive and type keyword
2 years ago
Lucas Trzesniewski
403098280a
Use .interfaceimpl type syntax
2 years ago
ElektroKill
3e385bfc0a
Fix `ResXResourceWriter` support for `MemoryStream` resource element
...
In newer runtime versions, MemoryStream is no longer a serializable type like it was in .NET Framework. This means explicit support has to be implemented for it.
2 years ago
Christoph Wille
4ebe075e58
Add Mastodon
2 years ago
Christoph Wille
cbaf05529d
Update for AvalonDock ( https://github.com/Dirkster99/AvalonDock/releases ) and VS-MEF ( https://github.com/microsoft/vs-mef/releases/tag/v17.4.16 )
2 years ago
Christoph Wille
2ef3245158
Change info across the board to -2023
3 years ago
Christoph Wille
e28649682a
Update NuGet Packages ( #2877 )
...
* AvalonDock 4.71 https://github.com/Dirkster99/AvalonDock/releases/tag/v.4.71.0
* Wpf Styles Toolbox update
* Various unit testing libraries updates
3 years ago
Christoph Wille
94982b5368
Move all code related to single instance logic to separate class ( #2871 )
3 years ago
Christoph Wille
249f390270
Bump setup-msbuild to 1.3
3 years ago
Christoph Wille
003a2b45b4
Move Settings to ILSpyX ( #2869 )
...
* Move ILSpySettings to ILSpyX
* Make settings file path configurable using a static provider interface
* Move MiscSettings to ILSpyX, rename existing to MiscSettingsVieModel
* Introduce static Load for DecompilerSettings on interface
* Add path provider for ilspycmd parameter scenario
* Allow for saving of MiscSettingsPanel
* Rename DisplaySettings to DisplaySettingsViewModel
* Add SaveDecompilerSettings
3 years ago
Daniel Grunwald
448fe3065e
Also reject absolute paths in bundle decompression
3 years ago
dependabot[bot]
a8308a13f5
Bump microsoft/setup-msbuild from 1.1 to 1.2 ( #2867 )
...
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild ) from 1.1 to 1.2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases )
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/master/building-release.md )
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.1...v1.2 )
---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Christoph Wille
73cdacb6c4
Use latest AvalonEdit 6.2.0.78
3 years ago
Siegfried Pammer
3201dbb4ab
Add missing file headers.
3 years ago
Siegfried Pammer
c797d53a76
Remove superfluous dollar signs from bundle/package error messages.
3 years ago
Siegfried Pammer
2a47bef99a
Skip bundle entries that do not contain a plain relative path.
3 years ago
Siegfried Pammer
6855f589fc
Fix #2858 : Make sure that target directory of DumpPackageAssemblies exists.
3 years ago
Christoph Wille
dcacb61790
Update to v4 of lock-threads action
3 years ago
Daniel Grunwald
1e009404ee
Merge pull request #2856 from ElektroKill/fix/pointer-post-increment
...
Improve support for post-increment/decrement on pointers
3 years ago
Daniel Grunwald
747d4c8178
Improve assertion to apply to the C# type instead of the ILAst type
3 years ago
Siegfried Pammer
fb9b665325
Merge pull request #2857 from icsharpcode/handle-logical-resource-names
3 years ago
Siegfried Pammer
7cb8e6534d
Fix #2850 : Make sure that type names longer than 255 characters are handled correctly by WholeProjectDecompiler.GetFileNameForHandle
3 years ago
Siegfried Pammer
cedad6d5e8
#2850 : swap try-catch and using statement so that exception handling shows the file being decompiled causing the IOException.
3 years ago
ElektroKill
7d9e558565
Re-enable a test case in compound assignment pretty test code
3 years ago