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
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
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
Ryan Rushton
239b3678ae
add php-cs-fixer to travis
...
enable test 1 and 2.
test 3 does not seem to pass
2015-03-19 23:11:44 -07:00
Ryan Rushton
9cea8e3007
add missing space
2015-03-18 22:15:46 -07:00
Ryan Rushton
505ec85a77
update some variable names
...
update Readme
2015-03-18 22:09:11 -07:00
Ryan Rushton
c5f64d1a47
Switch from PHP_Beautifier to php-cs-fixer
2015-03-18 21:01:57 -07:00
Glavin Wiechert
41bad3c891
Prepare 0.22.3 release
2015-03-16 10:37:42 -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
d91421b628
See #216 and #122 . Add another Titanium Style Sheet (disabled) test
2015-03-16 02:27:49 -03:00
Glavin Wiechert
62a8667d11
Prepare 0.22.2 release
2015-03-16 02:20:54 -03:00
Glavin Wiechert
a4f57a403f
Update prettydiff dependency to 0.11.0
2015-03-16 02:20:10 -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
2f012e296a
See #122 . Add Titanium Style Sheet example (disabled) test
2015-03-16 02:04:00 -03:00
Glavin Wiechert
3c9db26134
Prepare 0.22.1 release
2015-03-16 01:54:57 -03:00
Glavin Wiechert
bc14c04f84
Closes #235 . Add tilda (~) support for Uncrustify config paths
2015-03-16 01:54:27 -03:00
Glavin Wiechert
7ea50c6131
Prepare 0.22.0 release
2015-03-16 01:39:16 -03:00