mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The command always built a decompiler tab and force-decompiled the node, so a metadata-table (or resource) node opened an empty code tab instead of its grid. Route a single node through OpenNodeInNewTab, which honours the node's CreateTab() custom content and falls back to a decompiler tab for ordinary nodes; multi-node selections keep the decompile-the-union behaviour. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3755/head
2 changed files with 49 additions and 5 deletions
Loading…
Reference in new issue