Glavin Wiechert
e67425f0f9
Fixes #240 . Change Debug command name to make `beautify editor` first
2015-03-20 13:33:17 -03:00
Glavin Wiechert
114e67a278
See #237 . Fix bug in Debug command when Text Editor not selected
2015-03-16 10:37:19 -03:00
Glavin Wiechert
e59d7c33a6
Fixes #215 . Redirect bashrc and bash_profile pipes to /dev/null
2015-03-16 02:19:05 -03:00
Glavin Wiechert
bc14c04f84
Closes #235 . Add tilda (~) support for Uncrustify config paths
2015-03-16 01:54:27 -03:00
Glavin Wiechert
874d281dd6
Closes #237 . Add debugging information command
2015-03-16 01:36:53 -03:00
Glavin Wiechert
94322648b9
Closes #230 . Add ASP.NET Web Forms and User Controls support.
2015-03-12 13:35:21 -03:00
Glavin Wiechert
4a3045b3eb
Fixes #232 . Add option for htmlbeautifier path
2015-03-12 13:33:27 -03:00
filipesilva
fdd1668c20
Updated options for js-beautify
2015-03-07 21:55:52 +00:00
Peter Shin
aa06255e6f
Added support Marko templates.
2015-02-21 12:27:39 -08:00
Glavin Wiechert
dedecf8cff
Merge branch 'master' of git://github.com/aparedes/atom-beautify into aparedes-master
2015-02-02 12:32:06 -04:00
Glavin Wiechert
a50c5a3c4c
Clean up LESS/SCSS Unit Tests and update Prettydiff
...
Fixes #181 and fixes #180 .
2015-02-02 12:26:40 -04:00
Alejandro Paredes Alva
d24a454ef7
Updates to Atoms new API
...
Small changes for the the new API
2015-01-27 11:58:49 +01:00
Glavin Wiechert
c110ca72a4
Fixes #173 . Remove @ prefix from showError call
2015-01-03 11:36:34 -04:00
Glavin Wiechert
eb1471d23b
Closes #172 , #146 . Update to new Atom Config API.
...
What's new:
- Add settings descriptions
- Update options for js-beautify (JS, CSS, HTML)
- Update Spec to support new changes
2015-01-03 01:58:52 -04:00
Glavin Wiechert
a2292201a3
Remove newline in expected output for Markdown YAML Front Matter test 2
...
Fixes https://travis-ci.org/Glavin001/atom-beautify/builds/45710683
2015-01-02 16:18:43 -04:00
Glavin Wiechert
c4c847948d
Fixes #171 . Fix typo for CSS indent_char
2015-01-02 15:09:54 -04:00
Glavin Wiechert
6e708a8922
Closes #166 . Add check for an Active Editor when beautifying
2015-01-02 14:41:37 -04:00
Glavin Wiechert
f280469e77
Fixes #169 . Remove JS-Yaml and use YAML-Front-Matter, resolving conflict
2015-01-02 01:30:24 -04:00
Glavin Wiechert
e7a980045d
Closes #169 . Add YAML Front Matter support to Markdown beautification
2015-01-02 00:53:55 -04:00
Glavin Wiechert
bd278968b4
Closes #36 . Add right-click beautification of directory (sub-files)
2015-01-01 23:34:04 -04:00
Glavin Wiechert
31d49c5acf
Update Editor Beautification to use the centralized options manager
2014-12-28 19:17:40 -04:00
Glavin Wiechert
c9ede3d59d
See #18 . Force install of Coffee-Formatter for testing.
2014-12-28 18:59:15 -04:00
Glavin Wiechert
e678fdf759
See #36 . Add right-click Beautification of single files in Tree view
2014-12-28 18:17:46 -04:00
Glavin Wiechert
314c267d9b
See #18 . Use default config options instead of Atom Editor for specs
2014-12-28 16:18:30 -04:00
Glavin Wiechert
bc99f6c598
See #18 . Most of the language tests are successful.
...
Tests that start with underscores (_) are hidden and not tested.
Those must eventually be solved.
2014-12-28 03:23:05 -04:00
Glavin Wiechert
264821c30a
Fix feature, disabling language beautification, where disabledLanguages = null
...
This is only really applicable to the Spec testing,
such as by Travis CI.
Fixes #141 .
2014-12-28 02:25:17 -04:00
Glavin Wiechert
974897b6f8
Improve handling options in Python beautifier.
...
See #35 .
2014-12-28 02:22:44 -04:00
Glavin Wiechert
b7a34b6178
Improve SQL Beautifier to support missing config options.
...
Fixes #67 .
2014-12-28 02:21:06 -04:00
Glavin Wiechert
77f58bbfc7
Throw error if trying to beautify Perl without setting Perl Tidy path
...
See #138 , #33 .
2014-12-28 02:19:36 -04:00
Glavin Wiechert
60f6a9bd07
Improve CLI Beautify class to handle more error catching
2014-12-28 02:17:15 -04:00
Glavin Wiechert
9b38dc3bad
Fixes #148 . Fix PHP for when filters are not set.
2014-12-27 19:51:27 -04:00
Alejandro Paredes Alva
3499c11120
User settings instead of default
...
Fixes the issue of only getting the default settings from
atom.config.getSettings() to get the user settings from
atom.config.get()
2014-12-19 17:00:02 +01:00
Glavin Wiechert
c6c6d95a3e
Closes #107 . Add PHP options for filters and directory_filters
2014-11-19 20:41:26 -04:00
Glavin Wiechert
ba1e00fb80
See #141 , #118 . Fix bug in disabling beautification by language
...
Also add documentation on `disabledLanguages` package option
2014-11-16 10:28:20 -04:00
Glavin Wiechert
f0ed7ac5ad
Merge pull request #141 from MetaMemoryT/disable-languages-option
...
disable beautification of specific languages
2014-11-16 10:17:49 -04:00
Glavin Wiechert
ba7d9ce799
Merge pull request #139 from wok/master
...
Add support for HTML (Rails) and Ruby on Rails grammar
2014-11-16 10:15:18 -04:00
Sean Usick
18b04595e5
disable beautification of specific languages
...
Created option to disable beautification of specific languages. This is
useful when a particular language formatter is broken, but you still
want beautifyEntireFileOnSave for other languages.
2014-11-15 18:24:33 -06:00
Wolfgang Kölbl
e828a62fd1
Add support for HTML (Rails) and Ruby on Rails grammer
2014-11-07 09:46:10 +02:00
Theo Willows
f64d2bae20
Perl support (using perltidy) (see Glavin001/atom-beautify#33 )
2014-11-05 13:46:06 +01:00
Glavin Wiechert
dda313fbfe
Fixes #103 . BeautifyEntireFileOnSave only applies when saving
2014-10-26 16:35:59 -03:00
Glavin Wiechert
ecbbbaec29
Closes #123 . Add Mustache support.
2014-10-26 16:11:44 -03:00
Glavin Wiechert
c0ee2bed96
Closes #127 . Increase startup time by using ActivationEvents
2014-10-21 15:35:08 -03:00
ewgenius
dcc9e2d3b5
Add TypeScript support
2014-10-14 11:09:38 +04:00
Glavin Wiechert
120315f90d
Fixes #110 . Fixes Handlebars missing beautification
...
When converting JavaScript to CoffeeScript the case for Handlebars
did not fallback to the HTML case.
2014-10-05 13:20:15 -03:00
Glavin Wiechert
fbc58a648d
See #113 , #114 , #115 , Attempt to resolve Unsafe-Eval error
2014-10-05 10:15:57 -03:00
Glavin Wiechert
ccc8802f36
Fixes #96 . Fix support for Alphasort option for LESS/SCSS properties
2014-09-28 17:28:51 -03:00
Glavin Wiechert
7e828be199
Fixes #102 . Fix error when beautifying Python using custom autopep8 path
...
Credit goes to @thedadams for creating issue
https://github.com/Glavin001/atom-beautify/issues/102
with solution.
2014-09-28 16:33:23 -03:00
Glavin Wiechert
79fcdd9111
Closes #105 . Add options to mute errors.
...
New options:
- muteUnsupportedLanguageErrors
- muteAllErrors
2014-09-28 16:22:29 -03:00
Bengt Lüers
ad662271c1
implement normalizing markdown through pandoc
2014-09-15 23:12:06 +02:00
Glavin Wiechert
fefb25bf38
Closes #91 . Add configuration option for custom Uncrustify path
2014-09-15 00:04:28 -03:00