+51
Invisible tabs row, icons on the gutter
When plugin uses add_regions API, sometimes tabs row or icons on the gutter (or both) disappear.
This bug was detected among the majority of Sublime versions and on all platforms.
Unfortunately it appears randomly. I can't tell how to reproduce it except using plugins that draw icons on the gutter (like Modific).
Customer support service by UserEcho
Changing color theme reproducibly helps.
Same problem here.
Same issue here, I have the following installed: Package Control, CTags, DocBLockr, Modific, SublimeLinter, ColorPicker, Goto Documentation, HTMLAttributes, SublimeTODO (although the issue only began once Modific was installed, you can see there is already discussion on their github site). I've done some testing and I seem to be able to reliably reproduce the issue. Below are some situations and what happens, note that in each case I had two files/tabs open, one of the files caused the issue, the other did not - that is, when I was focused on one file things were fine, and when focused on the other file things were broken. Both files contain uncommitted changes and were similar in nature.
My guess is that there is some specific value in the color scheme that is doing this. When I add the diff.* values to Blackboard the gutter dots have appropriate colors (otherwise the dots are there, but all the same color). Note that when I add the same diff.* <dict> elements to Twilight that color scheme does NOT break, but the gutter dots do not change color.
The <dict> entries I copied:
Let me know what other info I can provide. I will also post this on the ST2 bug tracker.
I encountered this issue in a plugin I developed myself. It seems to be related to calling add_regions() multiple times in succession. Adding a delay (~1s) between calls makes it less likely to happen.