💚🚿 Fix build and take code review comments
This commit is contained in:
parent
df89047046
commit
b5790461cd
|
@ -139,3 +139,5 @@ before_install:
|
||||||
- opam install --yes ocp-indent
|
- opam install --yes ocp-indent
|
||||||
# Crystal
|
# Crystal
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install crystal-lang; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install crystal-lang; fi
|
||||||
|
# Bash
|
||||||
|
- pip install beautysh
|
||||||
|
|
|
@ -185,6 +185,11 @@
|
||||||
Lua
|
Lua
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/Languages.html'>
|
||||||
|
Languages
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/LoadingView.html'>
|
<a href='class/LoadingView.html'>
|
||||||
LoadingView
|
LoadingView
|
||||||
|
@ -391,8 +396,8 @@
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='file/src/beautifiers/beautifysh.coffee.html'>
|
<a href='file/src/beautifiers/beautysh.coffee.html'>
|
||||||
beautifysh.coffee
|
beautysh.coffee
|
||||||
</a>
|
</a>
|
||||||
<small>
|
<small>
|
||||||
(src/beautifiers)
|
(src/beautifiers)
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<table class='box'>
|
<table class='box'>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Defined in:</td>
|
<td>Defined in:</td>
|
||||||
<td>src/beautifiers/beautifysh.coffee</td>
|
<td>src/beautifiers/beautysh.coffee</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Inherits:</td>
|
<td>Inherits:</td>
|
||||||
|
|
|
@ -39,12 +39,6 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2>Overview</h2>
|
|
||||||
<div class='docstring'>
|
|
||||||
<p>Register all supported beautifiers</p>
|
|
||||||
</div>
|
|
||||||
<div class='tags'>
|
|
||||||
</div>
|
|
||||||
<h2>Variables Summary</h2>
|
<h2>Variables Summary</h2>
|
||||||
<dl class='constants'>
|
<dl class='constants'>
|
||||||
<dt id='beautifierNames-variable'>
|
<dt id='beautifierNames-variable'>
|
||||||
|
@ -52,7 +46,7 @@
|
||||||
=
|
=
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<pre><code class='coffeescript'>['uncrustify', 'autopep8', 'coffee-formatter', 'coffee-fmt', 'cljfmt', 'clang-format', 'crystal', 'dfmt', 'elm-format', 'htmlbeautifier', 'csscomb', 'gherkin', 'gofmt', 'latex-beautify', 'fortran-beautifier', 'js-beautify', 'jscs', 'lua-beautifier', 'ocp-indent', 'perltidy', 'php-cs-fixer', 'phpcbf', 'prettydiff', 'pug-beautify', 'puppet-fix', 'remark', 'rubocop', 'ruby-beautify', 'rustfmt', 'sass-convert', 'sqlformat', 'stylish-haskell', 'tidy-markdown', 'typescript-formatter', 'vue-beautifier', 'yapf', 'erl_tidy', 'marko-beautifier', 'formatR']</code></pre>
|
<pre><code class='coffeescript'>['uncrustify', 'autopep8', 'coffee-formatter', 'coffee-fmt', 'cljfmt', 'clang-format', 'crystal', 'dfmt', 'elm-format', 'htmlbeautifier', 'csscomb', 'gherkin', 'gofmt', 'latex-beautify', 'fortran-beautifier', 'js-beautify', 'jscs', 'lua-beautifier', 'ocp-indent', 'perltidy', 'php-cs-fixer', 'phpcbf', 'prettydiff', 'pug-beautify', 'puppet-fix', 'remark', 'rubocop', 'ruby-beautify', 'rustfmt', 'sass-convert', 'sqlformat', 'stylish-haskell', 'tidy-markdown', 'typescript-formatter', 'vue-beautifier', 'yapf', 'erl_tidy', 'marko-beautifier', 'formatR', 'beautysh']</code></pre>
|
||||||
<div class='docstring'>
|
<div class='docstring'>
|
||||||
<p>List of beautifier names</p><p>To register a beautifier add its name here</p>
|
<p>List of beautifier names</p><p>To register a beautifier add its name here</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -0,0 +1,196 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset='UTF-8'>
|
||||||
|
<title>Atom-Beautify Documentation</title>
|
||||||
|
<script src='../javascript/application.js'></script>
|
||||||
|
<script src='../javascript/search.js'></script>
|
||||||
|
<link rel='stylesheet' href='../stylesheets/application.css' type='text/css'>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id='base' data-path='../'></div>
|
||||||
|
<div id='header'>
|
||||||
|
<div id='menu'>
|
||||||
|
<a href='../extra/README.md.html' title='Atom-Beautify'>
|
||||||
|
Atom-Beautify
|
||||||
|
</a>
|
||||||
|
»
|
||||||
|
<a href='../alphabetical_index.html' title='Index'>
|
||||||
|
Index
|
||||||
|
</a>
|
||||||
|
»
|
||||||
|
<span class='title'>Languages</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id='content'>
|
||||||
|
<h1>
|
||||||
|
Class:
|
||||||
|
Languages
|
||||||
|
</h1>
|
||||||
|
<table class='box'>
|
||||||
|
<tr>
|
||||||
|
<td>Defined in:</td>
|
||||||
|
<td>src/languages/index.coffee</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<h2>Variables Summary</h2>
|
||||||
|
<dl class='constants'>
|
||||||
|
<dt id='languageNames-variable'>
|
||||||
|
languageNames
|
||||||
|
=
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<pre><code class='coffeescript'>["apex", "arduino", "bash", "c-sharp", "c", "clojure", "coffeescript", "coldfusion", "cpp", "crystal", "css", "csv", "d", "ejs", "elm", "erb", "erlang", "gherkin", "go", "fortran", "handlebars", "haskell", "html", "jade", "java", "javascript", "json", "jsx", "latex", "less", "lua", "markdown", 'marko', "mustache", "nunjucks", "objective-c", "ocaml", "pawn", "perl", "php", "puppet", "python", "r", "riotjs", "ruby", "rust", "sass", "scss", "spacebars", "sql", "svg", "swig", "tss", "twig", "typescript", "ux_markup", "vala", "vue", "visualforce", "xml", "xtemplate"]</code></pre>
|
||||||
|
<div class='docstring'>
|
||||||
|
<p>Supported unique configuration keys
|
||||||
|
Used for detecting nested configurations in .jsbeautifyrc</p>
|
||||||
|
</div>
|
||||||
|
<div class='tags'>
|
||||||
|
</div>
|
||||||
|
</dd>
|
||||||
|
<dt id='languages-variable'>
|
||||||
|
languages
|
||||||
|
=
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<pre><code class='coffeescript'>null</code></pre>
|
||||||
|
<div class='docstring'>
|
||||||
|
<p>Languages</p>
|
||||||
|
</div>
|
||||||
|
<div class='tags'>
|
||||||
|
</div>
|
||||||
|
</dd>
|
||||||
|
<dt id='namespaces-variable'>
|
||||||
|
namespaces
|
||||||
|
=
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<pre><code class='coffeescript'>null</code></pre>
|
||||||
|
<div class='docstring'>
|
||||||
|
<p>Namespaces</p>
|
||||||
|
</div>
|
||||||
|
<div class='tags'>
|
||||||
|
</div>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
<h2>Instance Method Summary</h2>
|
||||||
|
<ul class='summary'>
|
||||||
|
<li>
|
||||||
|
<span class='signature'>
|
||||||
|
<a href='#getLanguages-dynamic'>
|
||||||
|
#
|
||||||
|
(void)
|
||||||
|
<b>getLanguages</b><span>({name, namespace, grammar, extension})</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
<span class='desc'>
|
||||||
|
Get language for grammar and extension
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Constructor Details</h2>
|
||||||
|
<div class='methods'>
|
||||||
|
<div class='method_details'>
|
||||||
|
<p class='signature' id='constructor-dynamic'>
|
||||||
|
#
|
||||||
|
(void)
|
||||||
|
<b>constructor</b><span>()</span>
|
||||||
|
<br>
|
||||||
|
</p>
|
||||||
|
<div class='docstring'>
|
||||||
|
<p>Constructor</p>
|
||||||
|
</div>
|
||||||
|
<div class='tags'>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<h2>Instance Method Details</h2>
|
||||||
|
<div class='methods'>
|
||||||
|
<div class='method_details'>
|
||||||
|
<p class='signature' id='getLanguages-dynamic'>
|
||||||
|
#
|
||||||
|
(void)
|
||||||
|
<b>getLanguages</b><span>({name, namespace, grammar, extension})</span>
|
||||||
|
<br>
|
||||||
|
</p>
|
||||||
|
<div class='docstring'>
|
||||||
|
<p>Get language for grammar and extension</p>
|
||||||
|
</div>
|
||||||
|
<div class='tags'>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id='footer'>
|
||||||
|
By
|
||||||
|
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
|
||||||
|
Codo
|
||||||
|
</a>
|
||||||
|
2.1.2
|
||||||
|
✲
|
||||||
|
Press H to see the keyboard shortcuts
|
||||||
|
✲
|
||||||
|
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
|
||||||
|
✲
|
||||||
|
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
|
||||||
|
</div>
|
||||||
|
<iframe id='search_frame'></iframe>
|
||||||
|
<div id='fuzzySearch'>
|
||||||
|
<input type='text'>
|
||||||
|
<ol></ol>
|
||||||
|
</div>
|
||||||
|
<div id='help'>
|
||||||
|
<p>
|
||||||
|
Quickly fuzzy find classes, mixins, methods, file:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<span>T</span>
|
||||||
|
Open fuzzy finder dialog
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
Control the navigation frame:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<span>L</span>
|
||||||
|
Toggle list view
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>C</span>
|
||||||
|
Show class list
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>I</span>
|
||||||
|
Show mixin list
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>F</span>
|
||||||
|
Show file list
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>M</span>
|
||||||
|
Show method list
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>E</span>
|
||||||
|
Show extras list
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
You can focus and blur the search input:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<span>S</span>
|
||||||
|
Focus search input
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>Esc</span>
|
||||||
|
Blur search input
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -517,6 +517,14 @@
|
||||||
|
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/Languages.html' target='main'>
|
||||||
|
Languages
|
||||||
|
</a>
|
||||||
|
<small class='namespace'>
|
||||||
|
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/LoadingView.html' target='main'>
|
<a href='class/LoadingView.html' target='main'>
|
||||||
LoadingView
|
LoadingView
|
||||||
|
|
|
@ -121,7 +121,7 @@ Thank you.</p><h2 id="language-support">Language Support</h2><p>See <a href="htt
|
||||||
<td>Bash</td>
|
<td>Bash</td>
|
||||||
<td><code>Shell script</code></td>
|
<td><code>Shell script</code></td>
|
||||||
<td><code>.bash</code>, <code>.sh</code></td>
|
<td><code>.bash</code>, <code>.sh</code></td>
|
||||||
<td></td>
|
<td><a href="https://github.com/bemeurer/beautysh"><code>beautysh</code></a> (Default)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>C</td>
|
<td>C</td>
|
||||||
|
|
|
@ -0,0 +1,123 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset='UTF-8'>
|
||||||
|
<title>Atom-Beautify Documentation</title>
|
||||||
|
<script src='../../../javascript/application.js'></script>
|
||||||
|
<script src='../../../javascript/search.js'></script>
|
||||||
|
<link rel='stylesheet' href='../../../stylesheets/application.css' type='text/css'>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id='base' data-path='../../../'></div>
|
||||||
|
<div id='header'>
|
||||||
|
<div id='menu'>
|
||||||
|
<a href='../../../extra/README.md.html' title='Atom-Beautify'>
|
||||||
|
Atom-Beautify
|
||||||
|
</a>
|
||||||
|
»
|
||||||
|
<a href='../../../alphabetical_index.html' title='Index'>
|
||||||
|
Index
|
||||||
|
</a>
|
||||||
|
»
|
||||||
|
<span class='title'>src</span>
|
||||||
|
»
|
||||||
|
<span class='title'>beautifiers</span>
|
||||||
|
»
|
||||||
|
<span class='title'>beautysh.coffee</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id='content'>
|
||||||
|
<h1>
|
||||||
|
File:
|
||||||
|
beautysh.coffee
|
||||||
|
</h1>
|
||||||
|
<table class='box'>
|
||||||
|
<tr>
|
||||||
|
<td>Defined in:</td>
|
||||||
|
<td>src/beautifiers</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Classes:
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href='../../../class/BashBeautify.html'>
|
||||||
|
BashBeautify
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div id='footer'>
|
||||||
|
By
|
||||||
|
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
|
||||||
|
Codo
|
||||||
|
</a>
|
||||||
|
2.1.2
|
||||||
|
✲
|
||||||
|
Press H to see the keyboard shortcuts
|
||||||
|
✲
|
||||||
|
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
|
||||||
|
✲
|
||||||
|
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
|
||||||
|
</div>
|
||||||
|
<iframe id='search_frame'></iframe>
|
||||||
|
<div id='fuzzySearch'>
|
||||||
|
<input type='text'>
|
||||||
|
<ol></ol>
|
||||||
|
</div>
|
||||||
|
<div id='help'>
|
||||||
|
<p>
|
||||||
|
Quickly fuzzy find classes, mixins, methods, file:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<span>T</span>
|
||||||
|
Open fuzzy finder dialog
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
Control the navigation frame:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<span>L</span>
|
||||||
|
Toggle list view
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>C</span>
|
||||||
|
Show class list
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>I</span>
|
||||||
|
Show mixin list
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>F</span>
|
||||||
|
Show file list
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>M</span>
|
||||||
|
Show method list
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>E</span>
|
||||||
|
Show extras list
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
You can focus and blur the search input:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<span>S</span>
|
||||||
|
Focus search input
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<span>Esc</span>
|
||||||
|
Blur search input
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -51,19 +51,13 @@
|
||||||
/*
|
/*
|
||||||
Supported Grammars
|
Supported Grammars
|
||||||
*/
|
*/
|
||||||
grammars: ["Shell script"],
|
grammars: ["Shell Script"],
|
||||||
|
defaultBeautifier: "beautysh",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Supported extensions
|
Supported extensions
|
||||||
*/
|
*/
|
||||||
extensions: ["bash", "sh"],
|
extensions: ["bash", "sh"]
|
||||||
options: {
|
|
||||||
configPath: {
|
|
||||||
type: 'string',
|
|
||||||
"default": "",
|
|
||||||
description: "Path to uncrustify config file. i.e. uncrustify.cfg"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}</code></pre>
|
}</code></pre>
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
|
@ -36,6 +36,16 @@
|
||||||
<td>Defined in:</td>
|
<td>Defined in:</td>
|
||||||
<td>src/languages</td>
|
<td>src/languages</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Classes:
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href='../../../class/Languages.html'>
|
||||||
|
Languages
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2>Variables Summary</h2>
|
<h2>Variables Summary</h2>
|
||||||
<dl class='constants'>
|
<dl class='constants'>
|
||||||
|
|
|
@ -58,8 +58,8 @@
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='file/src/beautifiers/beautifysh.coffee.html' target='main'>
|
<a href='file/src/beautifiers/beautysh.coffee.html' target='main'>
|
||||||
beautifysh.coffee
|
beautysh.coffee
|
||||||
</a>
|
</a>
|
||||||
<small class='namespace'>
|
<small class='namespace'>
|
||||||
src/beautifiers
|
src/beautifiers
|
||||||
|
|
|
@ -11589,27 +11589,27 @@ if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
try {
|
try {
|
||||||
parent.frames.list.$('#search input').focus().select();
|
parent.frames.list.$('#search input').focus().select();
|
||||||
} catch (undefined) {}
|
} catch (error) {}
|
||||||
try {
|
try {
|
||||||
return $('#search input').focus().select();
|
return $('#search input').focus().select();
|
||||||
} catch (undefined) {}
|
} catch (error) {}
|
||||||
});
|
});
|
||||||
key('esc', function() {
|
key('esc', function() {
|
||||||
try {
|
try {
|
||||||
parent.frames.list.$('#search input').blur();
|
parent.frames.list.$('#search input').blur();
|
||||||
parent.frames.main.$('#help').hide();
|
parent.frames.main.$('#help').hide();
|
||||||
parent.frames.main.$('#fuzzySearch').hide();
|
parent.frames.main.$('#fuzzySearch').hide();
|
||||||
} catch (undefined) {}
|
} catch (error) {}
|
||||||
try {
|
try {
|
||||||
parent.$("#search .active").click();
|
parent.$("#search .active").click();
|
||||||
parent.$('#help').hide();
|
parent.$('#help').hide();
|
||||||
parent.$('#fuzzySearch').hide();
|
parent.$('#fuzzySearch').hide();
|
||||||
} catch (undefined) {}
|
} catch (error) {}
|
||||||
try {
|
try {
|
||||||
$('#search input').blur();
|
$('#search input').blur();
|
||||||
$('#help').hide();
|
$('#help').hide();
|
||||||
return $('#fuzzySearch').hide();
|
return $('#fuzzySearch').hide();
|
||||||
} catch (undefined) {}
|
} catch (error) {}
|
||||||
});
|
});
|
||||||
key('l', function() {
|
key('l', function() {
|
||||||
var body;
|
var body;
|
||||||
|
@ -11638,13 +11638,12 @@ if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
|
||||||
return loadSearch('extra_list.html', 'extra_list_link');
|
return loadSearch('extra_list.html', 'extra_list_link');
|
||||||
});
|
});
|
||||||
key('h', function() {
|
key('h', function() {
|
||||||
var error;
|
|
||||||
try {
|
try {
|
||||||
return parent.frames.main.$('#help').toggle();
|
return parent.frames.main.$('#help').toggle();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
try {
|
try {
|
||||||
return $('#help').toggle();
|
return $('#help').toggle();
|
||||||
} catch (undefined) {}
|
} catch (error) {}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return key('t', function(e) {
|
return key('t', function(e) {
|
||||||
|
@ -11652,11 +11651,11 @@ if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
|
||||||
try {
|
try {
|
||||||
$('#fuzzySearch').toggle();
|
$('#fuzzySearch').toggle();
|
||||||
$('#fuzzySearch input').focus().select();
|
$('#fuzzySearch input').focus().select();
|
||||||
} catch (undefined) {}
|
} catch (error) {}
|
||||||
try {
|
try {
|
||||||
parent.frames.main.$('#fuzzySearch').show();
|
parent.frames.main.$('#fuzzySearch').show();
|
||||||
return parent.frames.main.$('#fuzzySearch input').focus().select();
|
return parent.frames.main.$('#fuzzySearch input').focus().select();
|
||||||
} catch (undefined) {}
|
} catch (error) {}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -38,59 +38,11 @@
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/Beautifiers.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='class/Gherkin.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
#beautify
|
#beautify
|
||||||
</a>
|
</a>
|
||||||
<small>
|
<small>
|
||||||
(Beautifiers)
|
(Gherkin)
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='class/PuppetFix.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(PuppetFix)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='class/PugBeautify.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(PugBeautify)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='file/src/beautify.coffee.html#beautify-' target='main' title='beautify'>
|
|
||||||
~beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(src/beautify.coffee)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='class/PrettyDiff.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(PrettyDiff)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='class/PHPCBF.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(PHPCBF)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='class/PHPCSFixer.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(PHPCSFixer)
|
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -102,11 +54,11 @@
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/Autopep8.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='file/src/beautify.coffee.html#beautify-' target='main' title='beautify'>
|
||||||
#beautify
|
~beautify
|
||||||
</a>
|
</a>
|
||||||
<small>
|
<small>
|
||||||
(Autopep8)
|
(src/beautify.coffee)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -117,14 +69,6 @@
|
||||||
(OCPIndent)
|
(OCPIndent)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href='class/Remark.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(Remark)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href='class/MarkoBeautifier.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='class/MarkoBeautifier.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
#beautify
|
#beautify
|
||||||
|
@ -150,11 +94,27 @@
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/Rubocop.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='class/Autopep8.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
#beautify
|
#beautify
|
||||||
</a>
|
</a>
|
||||||
<small>
|
<small>
|
||||||
(Rubocop)
|
(Autopep8)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/Sqlformat.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(Sqlformat)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/SassConvert.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(SassConvert)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -174,19 +134,43 @@
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/Yapf.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='class/Rustfmt.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
#beautify
|
#beautify
|
||||||
</a>
|
</a>
|
||||||
<small>
|
<small>
|
||||||
(Yapf)
|
(Rustfmt)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/VueBeautifier.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='class/PHPCBF.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
#beautify
|
#beautify
|
||||||
</a>
|
</a>
|
||||||
<small>
|
<small>
|
||||||
(VueBeautifier)
|
(PHPCBF)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/StylishHaskell.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(StylishHaskell)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/PrettyDiff.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(PrettyDiff)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/PugBeautify.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(PugBeautify)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -197,6 +181,14 @@
|
||||||
(RubyBeautify)
|
(RubyBeautify)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/TidyMarkdown.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(TidyMarkdown)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/BashBeautify.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='class/BashBeautify.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
#beautify
|
#beautify
|
||||||
|
@ -206,11 +198,11 @@
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/Rustfmt.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='class/TypeScriptFormatter.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
#beautify
|
#beautify
|
||||||
</a>
|
</a>
|
||||||
<small>
|
<small>
|
||||||
(Rustfmt)
|
(TypeScriptFormatter)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -302,11 +294,11 @@
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/Gherkin.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='class/Beautifiers.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
#beautify
|
#beautify
|
||||||
</a>
|
</a>
|
||||||
<small>
|
<small>
|
||||||
(Gherkin)
|
(Beautifiers)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -325,46 +317,6 @@
|
||||||
(HTMLBeautifier)
|
(HTMLBeautifier)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href='class/SassConvert.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(SassConvert)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='class/Sqlformat.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(Sqlformat)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='class/StylishHaskell.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(StylishHaskell)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='class/TidyMarkdown.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(TidyMarkdown)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='class/TypeScriptFormatter.html#beautify-dynamic' target='main' title='beautify'>
|
|
||||||
#beautify
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(TypeScriptFormatter)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href='class/Uncrustify.html#beautify-dynamic' target='main' title='beautify'>
|
<a href='class/Uncrustify.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
#beautify
|
#beautify
|
||||||
|
@ -373,6 +325,54 @@
|
||||||
(Uncrustify)
|
(Uncrustify)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/VueBeautifier.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(VueBeautifier)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/Rubocop.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(Rubocop)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/Yapf.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(Yapf)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/Remark.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(Remark)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/PuppetFix.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(PuppetFix)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/PHPCSFixer.html#beautify-dynamic' target='main' title='beautify'>
|
||||||
|
#beautify
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(PHPCSFixer)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='file/src/beautify.coffee.html#beautifyDirectory-' target='main' title='beautifyDirectory'>
|
<a href='file/src/beautify.coffee.html#beautifyDirectory-' target='main' title='beautifyDirectory'>
|
||||||
~beautifyDirectory
|
~beautifyDirectory
|
||||||
|
@ -413,14 +413,6 @@
|
||||||
(MessageView)
|
(MessageView)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href='class/PuppetFix.html#cli-dynamic' target='main' title='cli'>
|
|
||||||
#cli
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(PuppetFix)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href='class/PerlTidy.html#cli-dynamic' target='main' title='cli'>
|
<a href='class/PerlTidy.html#cli-dynamic' target='main' title='cli'>
|
||||||
#cli
|
#cli
|
||||||
|
@ -429,6 +421,14 @@
|
||||||
(PerlTidy)
|
(PerlTidy)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/PuppetFix.html#cli-dynamic' target='main' title='cli'>
|
||||||
|
#cli
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(PuppetFix)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/MessageView.html#close-dynamic' target='main' title='close'>
|
<a href='class/MessageView.html#close-dynamic' target='main' title='close'>
|
||||||
#close
|
#close
|
||||||
|
@ -446,11 +446,11 @@
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/MessageView.html#constructor-dynamic' target='main' title='constructor'>
|
<a href='class/Languages.html#constructor-dynamic' target='main' title='constructor'>
|
||||||
#constructor
|
#constructor
|
||||||
</a>
|
</a>
|
||||||
<small>
|
<small>
|
||||||
(MessageView)
|
(Languages)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -461,6 +461,14 @@
|
||||||
(Beautifiers)
|
(Beautifiers)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/MessageView.html#constructor-dynamic' target='main' title='constructor'>
|
||||||
|
#constructor
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(MessageView)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/Beautifier.html#constructor-dynamic' target='main' title='constructor'>
|
<a href='class/Beautifier.html#constructor-dynamic' target='main' title='constructor'>
|
||||||
#constructor
|
#constructor
|
||||||
|
@ -469,14 +477,6 @@
|
||||||
(Beautifier)
|
(Beautifier)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href='class/MessageView.html#content-static' target='main' title='content'>
|
|
||||||
.content
|
|
||||||
</a>
|
|
||||||
<small>
|
|
||||||
(MessageView)
|
|
||||||
</small>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href='class/LoadingView.html#content-static' target='main' title='content'>
|
<a href='class/LoadingView.html#content-static' target='main' title='content'>
|
||||||
.content
|
.content
|
||||||
|
@ -485,6 +485,14 @@
|
||||||
(LoadingView)
|
(LoadingView)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/MessageView.html#content-static' target='main' title='content'>
|
||||||
|
.content
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(MessageView)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='file/src/beautify.coffee.html#debug-' target='main' title='debug'>
|
<a href='file/src/beautify.coffee.html#debug-' target='main' title='debug'>
|
||||||
~debug
|
~debug
|
||||||
|
@ -597,6 +605,14 @@
|
||||||
(Beautifiers)
|
(Beautifiers)
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='class/Languages.html#getLanguages-dynamic' target='main' title='getLanguages'>
|
||||||
|
#getLanguages
|
||||||
|
</a>
|
||||||
|
<small>
|
||||||
|
(Languages)
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='class/Beautifiers.html#getOptions-dynamic' target='main' title='getOptions'>
|
<a href='class/Beautifiers.html#getOptions-dynamic' target='main' title='getOptions'>
|
||||||
#getOptions
|
#getOptions
|
||||||
|
|
|
@ -7,7 +7,7 @@ module.exports = {
|
||||||
Supported Grammars
|
Supported Grammars
|
||||||
###
|
###
|
||||||
grammars: [
|
grammars: [
|
||||||
"Shell script"
|
"Shell Script"
|
||||||
]
|
]
|
||||||
|
|
||||||
defaultBeautifier: "beautysh"
|
defaultBeautifier: "beautysh"
|
||||||
|
@ -20,10 +20,4 @@ module.exports = {
|
||||||
"sh"
|
"sh"
|
||||||
]
|
]
|
||||||
|
|
||||||
options:
|
|
||||||
configPath:
|
|
||||||
type: 'string'
|
|
||||||
default: ""
|
|
||||||
description: "Path to uncrustify config file. i.e. uncrustify.cfg"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue