kendo-labs / kendo-bootstrapper

GNU General Public License v3.0
49 stars 20 forks source link

Add the ability to re-run JSHint or KendoLint without closing the results window. #15

Closed bsatrom closed 11 years ago

bsatrom commented 11 years ago

Right now, when I run one of the lint tools and fix an issue, I need to click close and click the button again to re-run. It wold be nice if I could just refresh/rerun from inside the window itself.

mishoo commented 11 years ago

Actually I made it re-lint automatically, so when you save the file the list of warnings will be instantly refreshed. The dialog disappears completely if there are no more warnings.

Also, question: should we unify "JSHint" and "Kendo lint" into a single "Lint" button? Seems to me that most people will want both in a single operation, except for projects that are not Kendo-based (but after all the bootstrapper is meant to be Kendo specific).

bsatrom commented 11 years ago

perfect, it works great!

as for unifying the two, we might want to before the RTM, but for the time being, I want to reinforce that we've added a custom tool that's Kendo-specific, so leaving the options separate for now should be ok.