ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2013

N.A.N.Y 2013 Submission - JSHintHere for FARR

(1/1)

ewemoa:
A FARR plugin to execute JSHint on a FARR file result.


Screenshot

N.A.N.Y 2013 Submission - JSHintHere for FARR

N.A.N.Y 2013 Submission - JSHintHere for FARR

N.A.N.Y 2013 Submission - JSHintHere for FARR


Description

Execution of JSHint on a FARR file result.

The motivating use case was the difficulty in finding errors when developing FScript-based plugins.  As FScript is Windows Scripting Host (WSH) oriented, this plugin uses the WSH support of JSHint.


Installation / Uninstallation / Requirements

It's a FARR plugin so installation and uninstallation are as usual.  Tested under Windows 7 64-bit with FARR 2.203.01.  May work for other versions of Windows.


Downloads

Plugin

md5:b2b26e3200670edf066ae0b7991142cc
sha1:6751a03cef80cda8b23f080cdb1c348e4502269e


README.txtJSHintHere

Purpose:

  Convenient execution of JSHint on a file FARR result.

Usage:

  Running JSHint on a .js file:

  1. Find a Javascript (WSH) file using FARR.

  2. Bring up a context-sensitive menu for the file result.

  3. Choose "JSHint Here".

  4. Observe results in FARR's memo view.

  Re-running JSHint on the last file operated on:

  1. Via FARR's status bar, choose the JSHint menu icon.

  2. Choose the "Rerun Most Recent" menu item.

  3. Observe results in FARR's memo view.

  Re-running JSHint on files operated on earlier:

  1. Via FARR's status bar, choose the JSHint menu icon.

  2. Choose the "Rerun with..." menu item.

  3. Choose a file from the submenu.

  4. Observe results in FARR's memo view.

Notes:

  The motivating use case was the difficulty in finding errors when
  developing FScript-based plugins.  As FScript is Windows
  Scripting Host (WSH) oriented, this plugin uses the WSH support of
  JSHint.

Credits:

  Find And Run Robot

    mouser

  FScript

    ecaradec

  Icons

    http://jshint.com/
    https://www.fatcow.com/free-icons

  JSHint

    Anton Kovalyov
    Wolfgang Kluge
    Josh Perez
    Brent Lintner

  JSLint

    Douglas Crockford

ewemoa:
Added a statusbar menu.

The menu contains an item to re-run JSHint on the last file JSHint was run on.

mouser:
Neat.  :up:

ewemoa:
Added support for rerunning JSHint on a file from a history of paths.

Navigation

[0] Message Index

Go to full version