pulsar/packages/tabs
Andrew Dupont 623d17f384 Restore right-clicked class on a right-clicked tab
Used by some packages to identify the tab from which a command was invoked.
2023-02-02 10:25:18 -08: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 Bundle tabs 2023-01-06 09:09:10 -08: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