buymeasoda / soda-theme

Dark and light custom UI themes for Sublime Text
https://buymeasoda.github.io/soda-theme/
4.33k stars 517 forks source link

Tab unsaved changes status marker #74

Closed davidwinter closed 12 years ago

davidwinter commented 12 years ago

I'm running SLT2 v2200 and just pulled down ec8659839d54861184c11d47aa4d6180a220d935 of soda.

When I make changes to a file, without saving, the close button remains in the tab, rather than the solid circle that normally highlights unsaved changes.

buymeasoda commented 12 years ago

I made a change to have the indicator respect the highlight_modified_tabs setting. Previously it would always show for unsaved tabs. Not sure if that remains the best choice for the feature, so may revert it to always trigger.

But, if you add the following to your ST2 user preferences file, the indicator will display when you have unsaved changes.

"highlight_modified_tabs": true
davidwinter commented 12 years ago

Many thanks. Works perfectly.