169 lines
4.3 KiB
HTML
169 lines
4.3 KiB
HTML
<!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'>config.coffee</span>
|
|
</div>
|
|
</div>
|
|
<div id='content'>
|
|
<h1>
|
|
File:
|
|
config.coffee
|
|
</h1>
|
|
<table class='box'>
|
|
<tr>
|
|
<td>Defined in:</td>
|
|
<td>src</td>
|
|
</tr>
|
|
</table>
|
|
<h2>Variables Summary</h2>
|
|
<dl class='constants'>
|
|
<dt id='module.exports-variable'>
|
|
module.exports
|
|
=
|
|
</dt>
|
|
<dd>
|
|
<pre><code class='coffeescript'>{
|
|
general: {
|
|
title: 'General',
|
|
type: 'object',
|
|
collapsed: true,
|
|
order: -2,
|
|
description: 'General options for Atom Beautify',
|
|
properties: {
|
|
_analyticsUserId: {
|
|
title: 'Analytics User Id',
|
|
type: 'string',
|
|
"default": "",
|
|
description: "Unique identifier for this user for tracking usage analytics"
|
|
},
|
|
loggerLevel: {
|
|
title: "Logger Level",
|
|
type: 'string',
|
|
"default": 'warn',
|
|
description: 'Set the level for the logger',
|
|
"enum": ['verbose', 'debug', 'info', 'warn', 'error']
|
|
},
|
|
beautifyEntireFileOnSave: {
|
|
title: "Beautify Entire File On Save",
|
|
type: 'boolean',
|
|
"default": true,
|
|
description: "When beautifying on save, use the entire file, even if there is selected text in the editor. Important: The `beautify on save` option for the specific language must be enabled for this to be applicable. This option is not `beautify on save`."
|
|
},
|
|
muteUnsupportedLanguageErrors: {
|
|
title: "Mute Unsupported Language Errors",
|
|
type: 'boolean',
|
|
"default": false,
|
|
description: "Do not show \"Unsupported Language\" errors when they occur"
|
|
},
|
|
muteAllErrors: {
|
|
title: "Mute All Errors",
|
|
type: 'boolean',
|
|
"default": false,
|
|
description: "Do not show any/all errors when they occur"
|
|
},
|
|
showLoadingView: {
|
|
title: "Show Loading View",
|
|
type: 'boolean',
|
|
"default": true,
|
|
description: "Show loading view when beautifying"
|
|
}
|
|
}
|
|
}
|
|
}</code></pre>
|
|
|
|
</dd>
|
|
</dl>
|
|
</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> |