bradfeehan / SublimePHPCoverage

A plugin for Sublime Text 2 and 3, which visualises PHP code coverage data in the editor.
MIT License
57 stars 10 forks source link

Play nicely with other gutters #19

Closed oranj closed 10 years ago

oranj commented 10 years ago

I'm using Kindari's XDebug, and it uses the gutter for notifications as well. This is causing a collision. Any way to separate these?)

screen shot 2014-04-08 at 4 20 45 pm

bradfeehan commented 10 years ago

Unfortunately, not really. Sublime doesn't have much flexibility in its UI, which is why I'm not surprised that the way I implemented the annotations collides with other extensions. I'm not aware of any way that it can be implemented differently.