Siegfried Pammer
|
0af45643eb
|
Add CompareView and FrozenContent flag
|
3 months ago |
tom-englert
|
fb2561ac83
|
Fix #3402: System.NullReferenceException on right click on .NET 9 (#3403)
* Fix #3402: System.NullReferenceException on right click on .NET 9
* Add comments to clarify about used design pattern
|
5 months ago |
tom-englert
|
446ce3174b
|
Fix #3333: Clicking does not select in Assemblies pane when it doesn't have focus
|
8 months ago |
tom-englert
|
a24e0f96c8
|
Refactoring:
- Decouple services to reduce circular dependencies
- Move update panel to a separate control
- Remove unrelated methods from MainWindow
|
9 months ago |
tom-englert
|
79d83afbf4
|
Fix update settings to finally remove the need for settings service singleton
|
9 months ago |
tom-englert
|
61b0714a4b
|
Get rid of singletons, replace with DI: DockWorkspace
|
9 months ago |
tom-englert
|
560d89a42f
|
Get rid of singletons, replace with DI: MainWindow, Settings and Language service
|
9 months ago |
tom-englert
|
0be506bd4e
|
Get rid of the heavy System.ComponentModel.Composition, replace with the lightweight System.Composition.AttributedModel
|
9 months ago |
tom-englert
|
66544e6208
|
Migrate DI from Microsoft.VisualStudio.Composition to Microsoft.Extensions.DependencyInjection
|
9 months ago |
tom-englert
|
47d52fcacf
|
Move active code from LanguageSettings to LanguageService, to make LanguageSettings independent of other services injected via DI
|
10 months ago |
tom-englert
|
69edba65ab
|
Select first assembly from list after assembly list change, instead of the root node.
|
10 months ago |
Siegfried Pammer
|
916a3fa831
|
Do not forget to refresh the decompiled view after the assembly list changes. This also cancels any decompilation requests that are still in progress.
|
10 months ago |
tom-englert
|
91dbea2b2b
|
Fix #3293: Right panel shows old info in case all is deleted in the left-hand tree => start decompile with no content to finally show an empty panel.
|
10 months ago |
tom-englert
|
5149e4e77f
|
Optimize selection handling
|
10 months ago |
tom-englert
|
2c6f06e854
|
Fix #3293: Right panel shows old info in case all is deleted in the left-hand tree
|
10 months ago |
tom-englert
|
67aee1033c
|
remove public modifier wherever possible
|
10 months ago |
tom-englert
|
e6935525dd
|
Minor cleanup
|
10 months ago |
tom-englert
|
e3a1444d8e
|
Fix formatting
|
10 months ago |
tom-englert
|
48ca7904f1
|
Multiple Refresh calls sholud just trigger one refresh cycle.
|
10 months ago |
tom-englert
|
c301cd5743
|
Fix nullable issues in AssemblyTreeModel
|
10 months ago |
tom-englert
|
9b95f92729
|
Fix possible ObservableCollection re-entrance crash when trying to navigate to a collapsed item.
|
10 months ago |
tom-englert
|
15721908b4
|
Refresh should also refresh the content of the active tab to reflect e.g. indent size change in options tab.
|
10 months ago |
tom-englert
|
6d9202a7b6
|
Fix #3289: Navigation failed because the target is hidden even when show all types and members
|
10 months ago |
tom-englert
|
22c5735ada
|
Fix #3284: AssemblyTree title is wrong
|
10 months ago |
tom-englert
|
ee91a3798a
|
Fix #3284: Focus always moving to the assembly tree view when changing tabs, don't decompile when just switching tabs
|
10 months ago |
tom-englert
|
5b8e7ce6eb
|
Fix navigation history
|
10 months ago |
tom-englert
|
4b7377a0de
|
Fix #3281: Help -> About is broken
|
10 months ago |
tom-englert
|
0b477f721a
|
Move command handling from main window to command implementations.
|
11 months ago |
tom-englert
|
2454cd3a99
|
Consolidate all options/settings to use a consistent WFP MVVM pattern.
|
11 months ago |
tom-englert
|
39b036b027
|
Remove more code from MainWindow, refactor startup sequence
|
11 months ago |
tom-englert
|
152f70e789
|
ILSpyX: remove InternalsVisibleTo for ILSpy + remove some redundant code.
|
11 months ago |
tom-englert
|
84d635633e
|
Omit the need for a special PaneCollection
|
11 months ago |
tom-englert
|
f8883211b8
|
Move menu/toolbar logic from MainWindow to separate service.
|
11 months ago |
tom-englert
|
0c1c5cecd7
|
Decouple AssemblyListPane from MainWindow
|
11 months ago |