A plugin for NetBeans IDE.
Creates Action Items and Annotations out of JSHint errors.
Acquires JSHint errors by linting JavaScript files with an embedded version of JSHint against configuration files, named .jshintrc.
Looks up configuration files the same way JSHint for npm does, by running recursive searches from the directory of the actual JS file and up to the filesystem root.
MIT, apart from jshint.js, distributed under JSLint license, and rhino.jar, distributed under MPL 2.0.
- https://github.com/lomadurov/netbeans-jslint
- http://plugins.netbeans.org/plugin/40893/jslint
- http://plugins.netbeans.org/plugin/52226/jshint
- https://blogs.oracle.com/geertjan/entry/first_experiments_with_the_task
- http://bits.netbeans.org/dev/javadoc/
- http://www-archive.mozilla.org/rhino/apidocs/
- http://jshint.com/docs/
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino/Scopes_and_Contexts
- http://www.javaworld.com/article/2073352/core-java/simply-singleton.html
- https://casecurity.org/wp-content/uploads/2013/10/CASC-Code-Signing.pdf
- http://wiki.netbeans.org/DevFaqSignNbm
- http://wiki.netbeans.org/NetBeansDeveloperFAQ
- http://bits.netbeans.org/dev/javadoc/org-openide-text/org/openide/text/doc-files/api.html
- http://javamex.com/tutorials/threads/invokelater.shtml
- http://wiki.netbeans.org/DevFaqInstalledFileLocator
- https://netbeans.org/kb/docs/java/gui-filechooser.html
- http://hg.netbeans.org/main/file/8c9da63c882c/cordova/src/org/netbeans/modules/cordova/options
- https://blogs.oracle.com/geertjan/entry/dynamically_changing_the_display_names
- http://wiki.netbeans.org/DevFaqAppLifecycleHooks
- https://platform.netbeans.org/tutorials/nbm-test.html