cfjedimaster / brackets-jshint

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

Auto collapsing on no issues? #8

Open thefirstofthe300 opened 11 years ago

thefirstofthe300 commented 11 years ago

I am thinking that it would be nice to have this extension operate in a similar manner to the JSLint extension with the auto collapse of the panel when no issues are found. If I figured out how to do so, would you accept a pull request?

cfjedimaster commented 11 years ago

I don't know. I kinda feel like I'd think the extension was bugged, know what I mean?

On Fri, Jun 14, 2013 at 4:37 PM, Daniel Seymour notifications@github.comwrote:

I am thinking that it would be nice to have this extension operate in a similar manner to the JSLint extension with the auto collapse of the panel when no issues are found. If I figured out how to do so, would you accept a pull request?

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

Raymond Camden, Adobe Developer Evangelist

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

thefirstofthe300 commented 11 years ago

Would you mind me forking the repo and offering such a functionality in a separate function? I mainly want it because I like having the extra space while I know I don't have any errors.

cfjedimaster commented 11 years ago

What do you think about mimicking what JSHint does and use an icon? Apparently extensions can add icons to the UI like that.

On Fri, Jun 14, 2013 at 5:25 PM, Daniel Seymour notifications@github.comwrote:

Would you mind me forking the repo and offering such a functionality in a separate function? I mainly want it because I like having the extra space while I know I don't have any errors.

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

Raymond Camden, Adobe Developer Evangelist

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

thefirstofthe300 commented 11 years ago

So something like something similar to what JSFiddle does? Inline JSHint warnings? I love the idea.

cfjedimaster commented 11 years ago

No. :) I meant JSLint. They use the star at the bottom. Also look at the Markdown extension. I believe it highlights when it can be used (so it demonstrates a on/off status).

On Sat, Jun 15, 2013 at 10:50 AM, Daniel Seymour notifications@github.comwrote:

So something like something similar to what JSFiddle does? Inline JSHint warnings? I love the idea.

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

Raymond Camden, Adobe Developer Evangelist

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

thefirstofthe300 commented 11 years ago

Okay. So use autocollapse but add an icon to the UI so that it you know that it is still working? Or just add an icon?

cfjedimaster commented 11 years ago

Yes to the first thing you said. That would make it exactly like JSLint. You still know it is active, but that if found no issues.

On Sat, Jun 15, 2013 at 11:03 AM, Daniel Seymour notifications@github.comwrote:

Okay. So use autocollapse but add an icon to the UI so that it you know that it is still working? Or just add an icon?

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

Raymond Camden, Adobe Developer Evangelist

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