paulpflug / color-tabs

Adds colors to tabs..
MIT License
13 stars 7 forks source link

coloring a unsaved tab is not supported #11

Closed bojidar-bg closed 9 years ago

bojidar-bg commented 9 years ago

With color-tabs-regex this warning message pops up whenever I make a new file (because it has to update all tabs, and it passes through the new tab..). A better solution will be to

  1. Color all 'unnamed' tabs in the same color (maybe :not([data-path]) ?)
  2. Silently drop the message when used through the service (e.g. show it only with ctrl-alt-A/ctrl-alt-X, but not when the service is invoked)
bojidar-bg commented 9 years ago

P.S. I just noticed it says "a unsaved tab" instead of "an unsaved tab" :smile:

paulpflug commented 9 years ago

I will take the 2. ;)

bojidar-bg commented 9 years ago

=) hehe, that's too easy :stuck_out_tongue:

paulpflug commented 9 years ago

implemented in 0.1.7 thx for reporting :smiley:

bojidar-bg commented 9 years ago

Yeah... that's better :+1: