gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

[Enhancement] mark uncommitted files in tabs and/or sidebar #8

Closed n1k0 closed 12 years ago

n1k0 commented 12 years ago

I don't know if there's a sublimetext API for that, but it would be great to have uncommitted files marked, either next to tab title or filename in the sidebar (or both.)

gornostal commented 12 years ago

Unfortunately at the moment there is no API for that.

I leave this issue opened with hope that Sublime will get that API in near future.

maximbaz commented 12 years ago

What do you think about showing list of uncommitted files in a quick panel (show_quick_panel) ?

This will be more useful than marking file in the sidebar.

gornostal commented 12 years ago

Great idea. I will try to implement as soon as I find some time for that.