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

ST2/ST3 inconsistency #20

Closed mmdeas closed 10 years ago

mmdeas commented 10 years ago

According to the README, this plugin works with ST2 and ST3. According to Package Control, it only works with ST2 and, as such, does not appear in ST3 Package Control.

dustinnewbold commented 10 years ago

I have the same issue. This does not show up for ST3 in package control.

mmdeas commented 10 years ago

I've been using it in ST3 and, as the README claims, it does work. Having looked into the Package Control submission, I think the issue is probably that the schema version has been upgraded to 2.0 and this plugin uses 1.2. When I get a moment, I'll rewrite it with the new schema and create a pull request.