tree-view-click

Allow user to custom single/double click to open a directory/file. On directories, the arrow next to the directory responds to single clicks.

Jerry Yu

1,036

2

1.0.1

MIT

GitHub

tree-view-click

Description

By default, the atom tree-view for browsing files/directories will open a file or collapse / expand a directory listing just by single-clicking on the entry.

This package allows user to choose single / double click on a file to open it, or on a directory to expand/collapse it. This effectively turns a single-click into just selecting the item clicked on, which is the default behavior in most editors.

What's more, this package allow user to custom the mode of open file: pending pane or permanent pane.

Settings

P.S.

This package is a copy from dbclick-tree-view, I added some enhancement to it, but I can not contact with the author to merge the pr in github. So I forked it and publish here.

Change log

0.1.0

0.1.1

1.0.0

The reason adding Allow Pending option is that if turn off Allow Pending Pane Items in core setting, github package will keep multi blank unstaged changes panes open after stage. If Allow Pending of this package is set to false, user can open the file in permanent pane by single click and not have the blank pane problem of github package.

1.0.1