Description
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.