Today I needed to integrate the JavaScript Lint static code analysis tool into Zeus, so I've documented it here for others.
Program Name: JavaScript Lint
Program Name: C:\Program Files\jslint\jsl.exe
Arguments: -conf "C:\Program Files\jslint\my.conf" -process "$FN"
Work Directory: C:\Program Files\jslint
Enable "Capture Standard Output"
Enable "Capture Standard Error"
Now what really impressed me was that without any further configuration, the Tool window was able to parse the JS Lint output so that simply double clicking an error or warning jumped me directly to the offending line in the code.
Well done Jussi!