Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

pulsar-edit/tabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is Archived under Pulsar-Edit. As it's now Bunlded into the Core Editor PR#314

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

Packages

No packages published

Languages

  • CoffeeScript 72.5%
  • JavaScript 25.8%
  • Less 1.7%