pulsar/packages/tabs
2023-06-29 20:37:16 -07:00
..
lib Restore right-clicked class on a right-clicked tab 2023-02-02 10:25:18 -08:00
menus Bundle tabs 2023-01-06 09:09:10 -08:00
spec Restore right-clicked class on a right-clicked tab 2023-02-02 10:25:18 -08:00
styles Very thorough wrapping of math in () 2023-06-29 20:37:16 -07:00
package-lock.json Bundle tabs 2023-01-06 09:09:10 -08:00
package.json Fix Repository Field 2023-01-24 23:15:12 -05:00
README.md Bundle tabs 2023-01-06 09:09:10 -08:00

Tabs package

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