File: beautify.coffee
Defined in: | src |
Variables Summary
- plugin =
-
module
Dependencies
- defaultLanguageOptions =
-
beautifier
- fs =
-
null
Lazy loaded dependencies
- strip =
-
null
- yaml =
-
null
- async =
-
null
- dir =
-
null
- LoadingView =
-
null
- loadingView =
-
null
- $ =
-
null
Method Summary
- ~ (void) getScrollTop(editor) function cleanOptions(data, types) { nopt.clean(data, types); return data; }
- ~ (void) setScrollTop(editor, value)
- ~ (void) getCursors(editor)
- ~ (void) setCursors(editor, posArray)
- ~ (void) showError(error) Show error
- ~ (void) beautify({editor, onSave})
- ~ (void) beautifyFilePath(filePath, callback)
- ~ (void) beautifyFile({target})
- ~ (void) beautifyDirectory({target})
- ~ (void) debug()
Method Details
~
(void)
getScrollTop(editor)
function cleanOptions(data, types) { nopt.clean(data, types); return data; }
~
(void)
setScrollTop(editor, value)
~
(void)
getCursors(editor)
~
(void)
setCursors(editor, posArray)
~
(void)
showError(error)
Show error
~
(void)
beautify({editor, onSave})
~
(void)
beautifyFilePath(filePath, callback)
~
(void)
beautifyFile({target})
~
(void)
beautifyDirectory({target})
~
(void)
debug()