You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: