mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Standard tree keyboard navigation in the assembly list: Left collapses an expanded node or moves to the parent when already collapsed; Right expands a closed node or steps into its first child. Operates on the primary selection via the hierarchical model (FindNode/Expand/Collapse) and SelectNode; the parent step is gated on the parent being a visible row so it never selects the hidden root.pull/3755/head
2 changed files with 66 additions and 0 deletions
Loading…
Reference in new issue