mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
A cancelled decompile used to leave the tab title pointing at the new node while the editor still showed the previous node's output. Move Title and SyntaxExtension into the same UI-thread post that publishes the rendered text, foldings, and highlighting model — so all five land together when the decompile succeeds, and stay at the previous values on cancel. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue