forked from muhqu/jslint-plugin-for-jedit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
35 lines (20 loc) · 890 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
JSLint plugin for jEdit
================================ = = = - -
INSTALL
1. Copy the "JSLint.jar", from this relese in the same folder as the
other jEdit plugins.
e.g. cd %USERPROFILE%\.jedit\jars
2. Open jEdit -> Plugins -> Plugin Manager...
there you need to check, both jar files (js.jar and JSLint.jar)
3. Open jEdit -> Plugins -> Plugin Options... -> JSLint
change some settings, if you like...
THANKS
Big Thanks to Douglas Crockford (www.crockford.com) for giving us
JSLint! ...and of course for inventing JSON (www.json.org).
Thanks to Jiger Patel for the jEdit plugin 'CodeLint' which I used
as a basis for this plugin.
COPYRIGHTS
JSLint plugin for jEdit
Copyright (c) 2008 Mathias Leppich (www.muhqu.de)
jslint.js
Copyright (c) 2002-2008 Douglas Crockford (www.JSLint.com)