Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

atom/tree-view

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2016
Mar 2, 2016
Apr 25, 2015
Feb 29, 2016
Oct 16, 2015
May 27, 2015
Oct 8, 2013
Jul 28, 2015
May 22, 2014
Feb 24, 2014
Oct 10, 2015
May 27, 2015
Feb 29, 2016

Repository files navigation

Tree View package Build Status

Explore and open files in the current project.

Press ctrl-\ or cmd-\ to open/close the Tree view and alt-\ or ctrl-0 to focus it.

When the Tree view has focus you can press a, shift-a, m, or delete to add, move or delete files and folders.

API

The Tree View displays icons next to files. These icons are customizable by installing a package that provides an atom.file-icons service.

The atom.file-icons service must provide the following methods:

  • iconClassForPath(path) - Returns a CSS class name to add to the file view
  • onWillDeactivate - An event that lets the tree view return to its default icon strategy