mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Mirrors ILSpy/TextView/DecompilerTextView.xaml's wait-adorner shape: a translucent overlay above the editor with a centred "Decompiling…" title, an indeterminate ProgressBar, and a Cancel button. Visibility is driven by a new IsDecompiling flag on DecompilerTabPageModel, set around the Task.Run that runs the decompile. The Cancel button is wired to a [RelayCommand] CancelDecompilation that triggers the existing CancellationTokenSource. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
2 changed files with 55 additions and 8 deletions
Loading…
Reference in new issue