资 源 简 介
JSLint plugin for PSPad.
JSLint
The JavaScript Verifier by Douglas Crockford (http://www.jslint.com).
PSPad
PSPad - a freeware code editor (http://www.pspad.com)
Description
This plugin for PSPad performs a jslint on a javascript file in the editor. The results can be browsed up and down. It starts with a pre defined set of options. These are basically the same as the good parts as described on the jslint site. Options can be changed permanently in the plugin file or with the /*jslint option. The latter is now scope dependend. This means that when the function where the option is set ends, the previous setting is restored.
Use this plugin at your own risk!
Key features
Performs a JSLint on the open file in the PSPad editor.
Performs JSLint on all open files and close them on success.
Pre defined user options can be set at the bottom of the file in the JSLI