Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 648 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 648 Bytes

Tabs package Build Status

Display selectable tabs above the editor.

API

Tabs can display icons next to file names. 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 tab view
  • onWillDeactivate - An event that lets the tabs return to their default icon strategy