You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: move Show-in-File-Tree into sidebar + always scroll-to-selected
- Replace the CCB file-label block with a hover-only binoculars button in
the sidebar's #project-files-header, next to #collapse-folders. The
file name was redundant with the live-preview heading and file tabs.
- Merge the new button into the existing CollapseFolders extension so
the two hover-revealed sidebar actions share a single owner and stylesheet.
- DocumentCommandHandlers.handleShowInTree: after ProjectManager.showInTree
resolves, scroll the selected tree node into view. Previously the
auto-scroll in FileTreeView only fired on unselected→selected
transitions, so re-invoking the command on an already-selected file
was a no-op when the user had scrolled away.
- Add mainview:CentralControlBar integ-test suite covering layout, CCB
buttons, and the new sidebar hover button, using CommandManager's
beforeExecuteCommand event instead of spies.
0 commit comments