JS Beautifier is a scripting plugin, based on scripts from jsbeautifier.org and basically doing same things as tool on mentioned web site:
So, if you need handy way to format JS/HTML code of your web sites source code in the text editor, the plugin will very helpful.
After the installation the plug-in will replace standard formatting logic for such languages as JavaScript / HTML / CSS and will be executed automatically if you call following commands or functions:
Formatting rules can be customized in dedicated settings page located in Tools→Plugins→JS Beautifier.
In addition to that new command Unpack JavaScript is added to Format menu (after Delete Duplicates).
Corresponding command name is JSBeautifier.Unpack. The command tries to deobfuscate java script code, packed by some common algorithms.
You can install plugin directly from HippoEDIT Plugins options page (Tools→Options→Plugins), if you have Online Repository activated or by download plugin bundle directly from this page and open it with HippoEDIT.
Java Script, CSS, JSON, HTML
For more information go to jsbeautifier.org.
For details about integration, you can ask on forum.
#plugin