Issue by walesmd
Saturday Jan 26, 2013 at 20:59 GMT
Originally opened as adobe/brackets#2688
Originally noticed in ./src/htmlContent/main-view.html, confirmed by editing a .js file to manually create errors: when tooltip on the JSLint indicator within the status bar is off by +1.
- Open ./src/htmlContent/main-view.html
- Count 2 errors in JSLint status window
- Hover over the JSLint indicator in status bar, see "3 JSLint Errors"
- Open
./src/brackets.js
- Edit line 30 to read:
"text" "thirdparty/text", and save.
- Count 3 errors & 1 stop notice in JSLint status window
- Hover over JSLint indicator in status bar, see "5 JSLint Errors"