cfjedimaster / brackets-w3cvalidation

Simple W3C Validator for Brackets
84 stars 33 forks source link

w3c validation not showing up #10

Closed KeKeP1994 closed 10 years ago

KeKeP1994 commented 10 years ago

when I updated brackets the w3c validation went away how do I find that again?

cfjedimaster commented 10 years ago

Do you see it where the other linters run? A yellow icon, or a green checkmark, will show up on the bottom right corner - where all the other linters are.

KeKeP1994 commented 10 years ago

let me look and see if i can get those

KeKeP1994 commented 10 years ago

the green check is in the bottom corner next to the OVR and HTML

cfjedimaster commented 10 years ago

That's it. That's how all linters work in Brackets now. I need to add some documentation to the README here perhaps to make it more obvious. But in general, it is the "standard" way Brackets does linting now, so it will (soon) be obvious. I hope.

To confirm, try adding some bad HTML to your code.

KeKeP1994 commented 10 years ago

i get it now thanks