Commit Graph

929 Commits

Author SHA1 Message Date
Glavin Wiechert 9211a03c16 See #282. Improve Beautifier options definition handling
What's new:
- Beautifier options definition supports:
    - boolean - enable/disable
    - string - rename and enable
    - function - transform and enable
    - array - apply complex transformation to multiple options and
      output single option result
- Show "Supported by <beautifiers>" for each language option
    - Beautifiers have a name
    - Beautifier options definition is used to determine if
    language option is supported by a beautifier
- Remove SQL test, since sqlformat is inconsistant
2015-05-01 02:32:02 -03:00
Glavin Wiechert 26ab3ec198 See #282. Add global language option transforms for beautifier
Beautifier can have global language option transforms
with "_" (underscore) key.
2015-04-30 16:45:45 -03:00
Glavin Wiechert 1a92e608d5 See #164. Remove CLI Path options for CLI beautifiers
CLI beautifiers no longer need hardcoded/fixed paths
to their executable, since the PATH and
other environment variables are being auto-detected
2015-04-30 15:53:24 -03:00
Glavin Wiechert 240368fb09 Closes #164. Auto-detect Shell environment variables 2015-04-30 15:13:53 -03:00
Glavin Wiechert f7939e7d00 Remove PHP56 and PHP-CS-Fixer from Travis CI installation 2015-04-30 13:29:53 -03:00
Glavin Wiechert 0b1d0216d9 All tests should pass with new internal API 2015-04-30 13:23:41 -03:00
Glavin Wiechert b245e98461 Add more logging for debugging PHP installation on Travis CI 2015-04-30 12:14:08 -03:00
Glavin Wiechert 5797b4bb00 Major improvement to tests: display diff of original vs expected 2015-04-29 16:41:57 -03:00
Glavin Wiechert 9d6dc8d04f Remove installation of PHP56 and PHP-CS-Fixer for Travis CI 2015-04-29 16:16:20 -03:00
Glavin Wiechert 852a64e66f Add $HOME/.atom to Travis CI cache 2015-04-29 13:13:06 -03:00
Glavin Wiechert d23d00e9a1 Enable caching for Travis CI 2015-04-29 05:17:37 -03:00
Glavin Wiechert 7432334d08 See #282. Restructure internal API
Done:
- Create base Beautifier class
- All Languages are separate files
- Options are separated for each language
- Beautifiers reference applicable Languages/Options
- Atom Beautify builds and tests can run
  - 19 failures out of 34 tests

TODO:
- Render Language Options to Atom Package Settings
- Support for Language fallback option namespaces
- Support for chosing from multiple applicable beautifiers
2015-04-29 04:50:09 -03:00
Jan-Cornelius Molnar 8cc84bf5c8 corrected reference to gnu emacs 2015-04-22 02:09:59 +02:00
Jan-Cornelius Molnar a7b5799923 Added emacs powered fortran beautification. 2015-04-22 02:08:08 +02:00
Glavin Wiechert 4915c38b2a Prepare 0.24.1 release 2015-04-19 21:49:34 -03:00
Glavin Wiechert abd9c21246 Merge pull request #279 from wanton/master
Updates context-menu to use new api
2015-04-19 21:46:42 -03:00
Glavin Wiechert 613a7599c8 Fix SQL beautification tests 2015-04-19 21:24:59 -03:00
Glavin Wiechert 65c1d1fa0b Merge pull request #278 from KoharaKazuya/master
Fix incorrect name for pandoc path option
2015-04-19 20:49:31 -03:00
Anton Wernvik 6810805e3e Updates context-menu to use new api 2015-04-16 12:43:20 +02:00
KoharaKazuya 895515f6bd Fix checking method for empty pandoc path option 2015-04-16 07:50:18 +09:00
KoharaKazuya 2fe815e47c Fix incorrect name for pandoc path option 2015-04-15 20:40:57 +09:00
Glavin Wiechert baa58ab5d5 Merge pull request #276 from miketheman/miketheman/changelog
CHANGELOG.md update from v0.21.4 to v0.24.0 [ci skip]
2015-04-12 16:14:40 -03:00
Mike Fiedler f3d137b184 CHANGELOG.md update
Update for changelog events between 0.21.4 and 0.24.0.

Pimps out the changelog style to auto-add links to names and pull
requests.

[ci skip]
2015-04-12 22:02:47 +03:00
Glavin Wiechert ca39ac08f2 Prepare 0.24.0 release 2015-04-12 12:59:18 -03:00
Glavin Wiechert 6204ebbff6 Closes #122. Add Titanium style Sheets (TSS) support
See #238.
2015-04-12 12:58:16 -03:00
jean-sebastien ney 755da224f2 replacing rbeautify with rubocop 2015-04-11 16:44:07 +02:00
Glavin Wiechert ca9b20c43d Temporarily disable failing PHP tests
Until new tests for PHP-CS-Fixer 1.6
can be made
2015-04-07 14:49:28 -03:00
Glavin Wiechert 868505da0b Prepare 0.23.4 release 2015-04-07 14:06:07 -03:00
Glavin Wiechert fad95974d7 Fixes #266. Rename incorrect `indent_character` option to `indent_char`
For wrapper of Prettydiff that is used for SCSS and LESS.
CSS uses js-beautify and the option is `indent_char`.
2015-04-07 14:03:42 -03:00
Glavin Wiechert 42e733d1ba Prepare 0.23.3 release 2015-04-07 14:01:54 -03:00
Glavin Wiechert 6c8cce31c6 Fixes #269. Fix beautifying PHP with CLI path set for Windows
Windows requires `php` command to interpret php-cs-fixer
2015-04-07 13:59:14 -03:00
Glavin Wiechert 712cca71f0 Prepare 0.23.2 release 2015-04-05 09:52:10 -03:00
Glavin Wiechert 6654bc3697 Merge pull request #263 from MGAio/patch-1
php prefix is not necessary for php-cs-fixer
2015-04-05 09:51:48 -03:00
George Mincof ccc7631bcd php is not necessary 2015-03-31 19:38:51 +03:00
Glavin Wiechert 9d9f52141e Set phar.readonly to Off in php.ini for Travis CI 2015-03-29 21:27:37 -03:00
Glavin Wiechert 6173a93463 Setup Travis CI to install php56 2015-03-29 20:54:58 -03:00
Glavin Wiechert bf53760c09 Add homebrew-php tap to homebrew for Travis CI 2015-03-29 20:47:39 -03:00
Glavin Wiechert c5d58c4ba1 Use brew to install php-cs-fixer 2015-03-29 20:40:26 -03:00
Glavin Wiechert cd386505ae Merge pull request #257 from PeterDaveHello/patch-1
Switch to svg Gitter badge in README

- use svg instead of png to get better image quality
2015-03-29 20:28:44 -03:00
Peter Dave Hello f694161a78 Use svg instead of png to get better image quality 2015-03-29 18:57:39 +08:00
Glavin Wiechert 0386e385d9 Prepare 0.23.1 release 2015-03-25 14:14:31 -03:00
Glavin Wiechert a0576c419e Merge pull request #251 from rrushton/master
Add check for Windows and use windows specific 'mv' command

See #248
2015-03-25 14:13:41 -03:00
Ryan Rushton f060995096 Add check for Windows and use windows specific 'mv' command 2015-03-25 09:21:12 -07:00
Glavin Wiechert 31aa5fdf31 Prepare 0.23.0 release 2015-03-20 14:48:27 -03:00
Glavin Wiechert b5bec0e0a7 Fix failing tests for LESS and SASS 2015-03-20 14:44:59 -03:00
Glavin Wiechert 95dfabed61 Merge pull request #242 from rrushton/master
Switch to PHP Coding Standards Fixer
2015-03-20 14:11:25 -03:00
Glavin Wiechert a10b363884 Prepare 0.22.5 release 2015-03-20 14:06:58 -03:00
Glavin Wiechert c84f7656aa Fixes #245, fixes #180. Add Preserve new lines support for LESS/SCSS 2015-03-20 14:06:02 -03:00
Glavin Wiechert 347dc81fc6 Prepare 0.22.4 release 2015-03-20 13:34:31 -03:00
Glavin Wiechert e67425f0f9 Fixes #240. Change Debug command name to make `beautify editor` first 2015-03-20 13:33:17 -03:00