benmatselby / sublime-phpcs

🔍 PHP CodeSniffer, PHP Coding Standard Fixer, Linter, and Mess Detector Support for Sublime Text
Other
812 stars 126 forks source link

Lint failures display a weird orange image. #11

Closed Drarok closed 12 years ago

Drarok commented 12 years ago

The lint failures specify an image that doesn't seem to exist, and so they display a weird corrupted image, as seen below:

benmatselby commented 12 years ago

Correct, this is suppose to be the 'cross' icon which is available in the API, but for some reason we get the orange image. I'm not going to change at the moment as I'm waiting for ST2 to become stable.. I want to differentiate between sniff errors and lint errors.

Drarok commented 12 years ago

Having checked the docs, I see what you mean. There's also "circle" alongside "dot", but they both look the same! Looks to be a bug in ST2. :)