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
Glavin Wiechert
c6c6d95a3e
Closes #107 . Add PHP options for filters and directory_filters
2014-11-19 20:41:26 -04:00
Theo Willows
f64d2bae20
Perl support (using perltidy) (see Glavin001/atom-beautify#33 )
2014-11-05 13:46:06 +01:00
ewgenius
dcc9e2d3b5
Add TypeScript support
2014-10-14 11:09:38 +04: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
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
thedadams
86a709f24b
Fixed a dumb mistake.
2014-09-14 18:20:27 -07:00
thedadams
13fa9e3113
Forgot to comment out the debug outputs.
2014-09-14 18:15:48 -07:00
Donnie Adams
2d095c9a9e
Added support for specifying a path to the "uncrustify" command.
2014-09-14 17:31:37 -07: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
6652e7f703
Closes #80 . Add HTML Embedded Ruby (ERB) support.
2014-09-08 18:50:54 -03:00
Glavin Wiechert
d595ea7479
Fix typo from .bash_rc to .bashrc
2014-09-08 18:50:27 -03: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
09c6770cd2
Closes #60 . Convert package scripts from JavaScript to CoffeeScript.
2014-08-10 18:51:44 -03:00
Glavin Wiechert
325ada7851
Closes #57 . Customization in .jsbeautifyrc file now generates the config
...
(.cfg) file for Uncrustify beautification.
2014-08-08 17:42:23 -04:00
Glavin Wiechert
5d6751cb4b
See #57 . Add Uncrustify beautifier for multiple language support.
...
Uncrustify Language support:
- C
- C++
- C#
- Objective-C
- Java
- D
- Pawn
- Vala
Closes #45 . Add Java Support.
Currently, use the configPath option to set an absolute or relative path
(relative to the currently beautified file) to specific the .cfg file
for Uncrustify to use as configuration options.
2014-08-08 13:38:28 -04:00
Glavin Wiechert
1f0fb9c0db
Closes #44 . Switch to using Pretty Diff for SASS, as well.
...
See #54 . Use indent_size and indent_character options.
2014-08-03 23:35:48 -04:00
Glavin Wiechert
3c9836f920
Closes #31 . Add CoffeeScript support.
2014-08-03 23:31:34 -04:00
Glavin Wiechert
7fdde0f8a6
See #51 . Work on improving PHP support and deubgging errors.
2014-08-03 16:22:48 -04:00
Glavin Wiechert
010863f5cc
Fixes #54 . LESS beautifier using PrettyDiff now fixed.
...
The `lang` option was incorrectly set to `less`,
it should have been (now is) set to `css`.
2014-08-03 15:33:13 -04:00
Glavin Wiechert
5bff9ebc48
Closes #54 . Switch to using Pretty Diff for LESS support.
...
Fixes #53 . Fixes #52 .
2014-08-01 20:06:24 -04:00
Glavin Wiechert
65ff7f9f7a
Closes #35 . Add more options for Python PEP8 beautifying.
...
Options:
- max line length
- indent size
- ignore (errors)
Also fixed typo causing very important bug,
such that languages were not loaded correctly and options were missing.
2014-06-27 22:04:17 -06:00
Glavin Wiechert
88651447a7
Closes #25 . Add Ruby support.
2014-06-16 00:09:12 -03:00
Glavin Wiechert
612c7dc17c
Closes #24 . Add Python (PEP 8) support.
...
- Add reusable cli-beautify for external, non-Node beautifiers.
2014-06-15 23:11:01 -03:00
Glavin Wiechert
1e16af9012
Closes #26 . Add PHP support.
...
- Update README for setup and usage.
- Add PHP example code
- Tested on Mac
2014-06-15 18:37:11 -03:00