public
Description: JSLint plugin for Gedit, runs the JSLint javascript verifier
Homepage:
Clone URL: git://github.com/caolan/gedit-jslint.git
name age message
file README Tue Oct 07 15:17:30 -0700 2008 basic working version [caolan]
file fulljslint.js Tue Oct 07 15:17:30 -0700 2008 basic working version [caolan]
file jslint.gedit-plugin Tue Oct 07 15:17:30 -0700 2008 basic working version [caolan]
file jslint.py Tue Oct 07 15:17:30 -0700 2008 basic working version [caolan]
README
INSTALLING:

To install just extract the files to ~/.gnome2/gedit/plugins/, make sure its 
not a sub-directory (why oh why does that not work for gedit plugins?!). 


DEPENDENCIES:

It requires spidermonkey and simplejson (and probably some other stuff). On 
ubuntu you can get the packages by:

sudo apt-get install spidermonkey-bin python-simplejson


USAGE:

The plugin should then appear in the Gedit plugins list under 
Edit > Preferences > Plugins. Click Tools > JSLint Check to run it.