cfjedimaster / brackets-jshint

Adds JSHint support to Brackets
MIT License
131 stars 41 forks source link

JSHint also hints on HTML files #6

Closed joggienl closed 11 years ago

joggienl commented 11 years ago

When opening a HTML file it also show's the JSHint toolbox below. The original JSLint extension does not.

Can you turn that off? Or maybe it is configurable?

cfjedimaster commented 11 years ago

I think I did this because I tend to do demos w/ JS and HTML intermixed (ie, script blocks). I'll see if I can make it match JSLint's behavior.

joggienl commented 11 years ago

Besides opinions about inline scripting that is indeed a useful feature. Hadn't really thought about that.. But didn't you get the warnings on the HTML itself?

cfjedimaster commented 11 years ago

Yeah. I'm almost done making this mod. I think it is fair to expect it to work similar to JSLint anyway. My mod is done, but I may not get it checked in before I have to split for tonight.

On Sat, May 18, 2013 at 4:01 PM, Jogchum Koerts notifications@github.comwrote:

Besides opinions about inline scripting that is indeed a useful feature. Hadn't really thought about that.. But didn't you get the warnings on the HTML itself?

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-jshint/issues/6#issuecomment-18107928 .

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

cfjedimaster commented 11 years ago

Screw it - I'm committing now.

On Sat, May 18, 2013 at 4:26 PM, Raymond Camden raymondcamden@gmail.comwrote:

Yeah. I'm almost done making this mod. I think it is fair to expect it to work similar to JSLint anyway. My mod is done, but I may not get it checked in before I have to split for tonight.

On Sat, May 18, 2013 at 4:01 PM, Jogchum Koerts notifications@github.comwrote:

Besides opinions about inline scripting that is indeed a useful feature. Hadn't really thought about that.. But didn't you get the warnings on the HTML itself?

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-jshint/issues/6#issuecomment-18107928 .

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

cfjedimaster commented 11 years ago

Please see latest.

joggienl commented 11 years ago

Thanks! Seems to work as noted before!! Good and way to fast job ;-) !!