Dirk Raeder
|
7c56d84385
|
Fix support for editorconfig with indent style = 'tab'
Replace non-existant config with editorConfigOptions
|
2014-09-12 08:34:26 +02:00 |
Glavin Wiechert
|
31b217859e
|
Closes #84. Improve the error message panel to only appear on new error
|
2014-09-10 17:07:42 -03:00 |
Glavin Wiechert
|
490cd7ee05
|
Fixes #85. Add support for Windows for upwards recursive .jsbeautifyrc
See #37.
|
2014-09-10 16:27:24 -03:00 |
Glavin Wiechert
|
2cd3bef6e0
|
Fixes #68. Fix error when beautifying file that is "untitled".
|
2014-09-10 10:25:43 -03:00 |
Glavin Wiechert
|
baf3e49b97
|
Closes #68. Support editorconfig files.
|
2014-09-09 01:26:51 -03:00 |
Glavin Wiechert
|
738deace29
|
Closes #37. Support upwards recursive .jsbeautifyrc fallback.
Priority hierarchy:
- Atom editor settings
- Atom Beautify package settings
- Home directory .jsbeautifyrc file configuration
- Closest EditorConfig file (see #68)
- Project options (from closest .jsbeautifyrc file to the beautified
editor's file to root, "/")
|
2014-09-09 00:29:39 -03:00 |
Glavin Wiechert
|
516c356238
|
Fixes #81. Beautify on Save now retains `this` scope when beautifying
Bug created when developing issue #56.
|
2014-09-08 16:25:06 -03:00 |
Glavin Wiechert
|
ffa2249c3e
|
See #56. Add Atom-Message-Panel to display Unsupported Language messages
|
2014-09-08 01:02:23 -03:00 |
Glavin Wiechert
|
6b2b306b9d
|
See #56. Add "Beautification in progress" view.
|
2014-09-08 00:28:10 -03:00 |
Glavin Wiechert
|
9c1965dec6
|
Closes #78. Improve startup performance.
@Glavin001 stats:
- Before: 226ms
- After: 60ms
|
2014-09-07 19:32:08 -03:00 |
Glavin Wiechert
|
528c7dc281
|
Fixes #76. Add package option "Beautify Entire File On Save"
|
2014-09-07 18:28:42 -03:00 |
Ryan Wilson
|
e599387d20
|
prevent extra cursor appearing at end of file
Reference:
https://github.com/Glavin001/atom-beautify/issues/73
|
2014-09-03 15:04:06 -07:00 |
jamiehall
|
a2fbf0c47d
|
Replacing node-parse with sqlparse (python dependency). Options: sql_indent_size(default: 2), sql_identifiers(default: lower. Options: lower, upper, capitalize). sql_sqlformat_path (path to sqlformat command if not on path). This resolves #63
|
2014-08-17 16:01:53 +02:00 |
Glavin Wiechert
|
112fde45c3
|
Fixes #60. Fix setCursors that was freezing Atom when Beautifying.
|
2014-08-15 15:37:02 -03:00 |
Glavin Wiechert
|
09c6770cd2
|
Closes #60. Convert package scripts from JavaScript to CoffeeScript.
|
2014-08-10 18:51:44 -03:00 |