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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
When right clicking a directory in tree-view, and selecting Split <direction>, an empty pane is opened.
Steps to Reproduce
Right click a directory in tree-view and select any of the "split"-options. The dispatched handler will be the atom-core binding which create a new pane inside tree-view.
Expected behavior:
Two variants:
(Either) I don't expect these options (split on directory context menu)
(Or) I expect all files in the directory to be opened in separate tabs in the direction of the split.
Actual behavior:
Atom opens an empty pane inside tree-view, making the options superfluous.