This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Prerequisites
Description
One can't add color to tabs based on what project they come from. Tabs currently get the following classes texteditor tab sortable pending-tab active right-clicked. To implement better tab coloring it would be ideal to also have a tab class that was an id or hash of the project name, or even the project name sanatized.
Steps to Reproduce
- use atom
Expected behavior:
Tabs should have project data associated with them.
Actual behavior:
No way to style tabs based on project.
Reproduces how often:
100%
Versions
Every version, every OS
Additional Information
I work with projects which use the same framework and have similar names... it is not easy enough to know what project a file belongs to on the tree view or the tabs bar. This change would make make plugin writing to fix the issue a whole lot easier.