timfjord / tabs

Tabs in Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabs package

OS X Build Status Windows Build Status Dependency 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

About

Tabs in Atom

License:MIT License


Languages

Language:CoffeeScript 72.2%Language:JavaScript 26.1%Language:CSS 1.7%