This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
"Split <direction>" option currently provides no real functionality for directories #1189
Closed
Description
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.