ahuth / preview-tabs

Sublime-style preview tabs for Atom
MIT License
11 stars 2 forks source link

When enabled, cannot create multiple new tabs #13

Open sbromberger opened 9 years ago

sbromberger commented 9 years ago

See https://github.com/atom/tabs/issues/95#issuecomment-65524229 for the description. When preview-tabs is disabled, multiple new tabs can be created. When enabled, only one per the description.

ahuth commented 9 years ago

Thanks for bringing this up. I never thought about how to integrate the preview tabs with blank, new tabs. Will look into this.

sbromberger commented 9 years ago

Suggestion: blank tabs should get a new number just like any other tab. Of course, implementation may be the real challenge.