cfjedimaster / brackets-csslint

CSSLint extension for Brackets
61 stars 13 forks source link

Panel displayed with zero issues #4

Closed redmunds closed 10 years ago

redmunds commented 12 years ago

Would like to have panel go away and be rewarded with more vertical real estate when there are no issues. Should be able to look at code for JSLint to see how it's done there.

cfjedimaster commented 12 years ago

Hmm - my issue with this is that it does live updating. So you may have no issues, but as you edit, some may show up. If the panel were to hide/show as you type, I think that would be annoying. To me, the open panel means, "Check it now, and keep checking as I type." Make sense?

redmunds commented 12 years ago

Fair enough. FYI, 'm not seeing "checking as I type". It only seems to check after Save, same as JSLint, so I guess that's why I was expecting the same behavior. I agree that it's annoying when you're the IP is at the bottom of the file, you Save your changes, and the panel pops up and the IP is no longer visible in the viewport.

cfjedimaster commented 12 years ago

Sorry - you are right. It isn't check as you type, but check on save, which I remember thinking was a bit simpler and not as annoying. IP?

redmunds commented 12 years ago

IP === insertion pointer. Some people call it the cursor.

cfjedimaster commented 10 years ago

As I use the new linting API now, this should be closed I believe.