cfjedimaster / brackets-w3cvalidation

Simple W3C Validator for Brackets
85 stars 33 forks source link

W3C Validator Extension is not working #36

Closed ghost closed 8 years ago

ghost commented 8 years ago

I have installed W3C Validator extension through brackets but in the bottom right corner the check/error mark is not showing how to I turn it back on??? w3c w3c_2

ghost commented 8 years ago

Here is a screen shot where I intentional take out the end closing tag for and it is not showing that there is an error on the page uncomplete_head_element_w3c

cfjedimaster commented 8 years ago

If you open up the debugger, do you see anything?

ghost commented 8 years ago

I have an option to Enable Node Debugger, otherwise I have to use my Developer Tools on Brackets to show any errors. On Apr 18, 2016 6:28 PM, "Raymond Camden" notifications@github.com wrote:

If you open up the debugger, do you see anything?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/cfjedimaster/brackets-w3cvalidation/issues/36#issuecomment-211673961

cfjedimaster commented 8 years ago

Right - that's what I meant. Did you see any errors in devtools?

ghost commented 8 years ago

I see 11 warnings. One warning say, PreferencesManager.convertPreferences() has been deprecated. Please upgrade to the current Preferences system (https://github.com/adobe/brackets/wiki/Preferences-System#conversion-from-the-pre-36-preferences-system) And 10 other messages that say, Deprecated: Do not use $().on/off() on Brackets modules and model objects. Call on()/off() directly on the object without a $() wrapper.

cfjedimaster commented 8 years ago

I honestly don't know what to say now. If you don't see errors - and it just isn't validating - then.... I don't know. We've got the same version for sure. Try looking at the Network panel, filter on XHR, type w3 in the filter field to see if you can see a call to the validator.

image

ghost commented 8 years ago

So my teacher told me all I have to do is uninstall Brackets then go to (C:\Users[your user name goes here]\AppData\Roaming\Brackets) and delete the folder for brackets. Then reinstall, and now it's working. I am a little to all this tech stuff didn't realize that I had to do that

cfjedimaster commented 8 years ago

Boggle - I'm not new to this tech stuff and I wouldn't have thought that was necessary. Just glad you got it.

MrBoudewijn commented 7 years ago

Oke, which I knew that 16 hours ago... ;P

"As of November 1, 2016, I've decided to remove my extension from the Brackets registry. Multiple users have found themselves banned from the w3c API because Brackets, for whatever reason, sends a large number of API requests. I was never able to figure out why. It could be my fault, it could be Brackets' fault. As I don't use, or recommend, Brackets anymore, I'm not really working on this extension. If someone wants to take a stab at fixing it, be my guest."

viollett commented 6 years ago

how do i install w3c validator in brackets kindly help

viollett commented 6 years ago

any online link i should use?

cfjedimaster commented 6 years ago

@viollett this is not a general support forum for Brackets. Please use the normal method for installing extensions. If you have trouble, see: https://github.com/adobe/brackets/wiki/Troubleshooting#extension-install.