Commit Graph

1514 Commits

Author SHA1 Message Date
Austin Cheney 46e02741c0 adjustments from Glavin's guidance 2017-06-30 19:41:11 -05:00
Austin Cheney c9f2f1fbd3 still working the prettydiff2 2017-06-30 16:51:06 -05:00
Austin Cheney 9f44a63cd0 updating code samples to match updated pretty diff 2017-06-30 16:01:53 -05:00
Austin Cheney 9e8f64fc91 adding a necessary missing lib to prettydiff 2017-06-30 11:58:04 -05:00
Austin Cheney dc36110a28 fixing a 1 character typo 2017-06-30 11:43:45 -05:00
Austin Cheney 7178248945 fixing a 1 character typo 2017-06-30 11:41:28 -05:00
Austin Cheney d57c90c2e3 converting prettydiff to prettydiff2 2017-06-30 11:31:34 -05:00
Glavin Wiechert c87e3c386e Add missing items to Changelog 2017-06-21 22:57:12 -03:00
Glavin Wiechert 35e97e0d49 Prepare 0.30.3 release 2017-06-21 22:47:08 -03:00
Glavin Wiechert 189509054c Prepare changelog for v0.30.3 release 2017-06-21 22:46:55 -03:00
Glavin Wiechert a2d8236d67 Merge pull request #1736 from Glavin001/improve-could-not-found-message
Improve command not found error message
2017-06-21 22:46:03 -03:00
Glavin Wiechert 3745c27fe8 Improve command not found error message 2017-06-21 22:42:57 -03:00
Glavin Wiechert 8bc5810d9a Switch Atom Beta build from Mac to Linux for Travis CI 2017-06-21 21:33:06 -03:00
Glavin Wiechert 5432ea8938 Merge branch 'tanyadegurechaff-goimports' 2017-06-21 21:30:37 -03:00
Glavin Wiechert 13a72d9a93 See #1726. Add Docker image for goimports executable 2017-06-21 21:30:17 -03:00
Glavin Wiechert 4a93f3b4ee Merge branch 'goimports' of https://github.com/tanyadegurechaff/atom-beautify into tanyadegurechaff-goimports 2017-06-21 21:22:03 -03:00
Glavin Wiechert 11a385f5db Merge pull request #1735 from Glavin001/bugfix/1728
Fixes #1728. Remove Shell-Env from Executable, use Atom's process.env instead
2017-06-21 21:18:16 -03:00
Glavin Wiechert 75e09923ee See #1728. Update Changelog [skip ci] 2017-06-21 20:55:39 -03:00
Glavin Wiechert 75f63293d4 Fixes #1728. Remove Shell-Env from Executable, use Atom's process.env instead
Atom has builtin a fix for the process.env being out of sync with
the user's actual environment variables. It is similar to how Shell-Env works
which Atom-Beautify was using. Now we no longer need it.

However, there is still an issue when running specs. Thus, Atom-Beautify
specs still patch process.env with Shell-Env.
See https://discuss.atom.io/t/specs-do-not-load-shell-environment-variables-activationhooks-core-loaded-shell-environment/44199
for details.
2017-06-21 20:39:40 -03:00
Glavin Wiechert bfef1d35e7 Update changelog [skip ci] 2017-06-20 00:50:19 -03:00
Glavin Wiechert e648acc34e Prepare 0.30.2 release 2017-06-20 00:42:38 -03:00
Glavin Wiechert dc1b66d1b9 Fixes #1030. Add support for alpha versions of autopep8
See https://github.com/Glavin001/atom-beautify/issues/1030#issuecomment-309371093
2017-06-20 00:40:36 -03:00
Glavin Wiechert 6db34cd9d8 Fixes #1725. Fix version parsing of PHP executable
See https://github.com/Glavin001/atom-beautify/issues/1725#issuecomment-309379935
2017-06-20 00:26:02 -03:00
Glavin Wiechert 3411fad895 Fixes #1730. Correctly parse PHPCBF version and improve handling of Executable 2017-06-20 00:10:34 -03:00
tanyadegurechaff d2eaba720d Add goimports beautifier for Go language 2017-06-20 01:27:36 +00:00
Glavin Wiechert e1d9da1df5 See #1708. Re-generate documentation for Fortran file extension changes 2017-06-19 22:20:49 -03:00
Glavin Wiechert 4171ad05bc Prepare 0.30.1 release 2017-06-19 02:41:56 -03:00
Glavin Wiechert d4d1398de2 Prepare changelog for v0.30.1 2017-06-19 02:41:48 -03:00
Glavin Wiechert e8853c1bf9 See #1725. Update changelog 2017-06-19 02:41:04 -03:00
Glavin Wiechert 8b5363f7bf Fixes #1725. Improve PHP-CS-Fixer support with handling script path
Detect if the executable path is either .phar (PHP) or not and
run the executable PHP-CS-Fixer differently considering.
2017-06-19 02:36:42 -03:00
Glavin Wiechert eafc43f6ff Update changelog. See #1030. 2017-06-18 23:59:25 -03:00
Glavin Wiechert b83fdd5fe6 Fix #1030. Autopep8 Executable did not handle older and newer versions
Older Autopep8 printed version to stderr, newer version to stdout.

See https://github.com/Glavin001/atom-beautify/issues/1030#issuecomment-309318598
2017-06-18 23:54:39 -03:00
Glavin Wiechert 416e1abb27 Merge pull request #1708 from hyst329/master
Added Fortran 2003/2008 extension support (fixes #1703)
2017-06-17 23:29:21 -03:00
Glavin Wiechert c360b256bd Merge branch 'master' into master 2017-06-17 23:28:15 -03:00
Glavin Wiechert 070c307bf7 Prepare 0.30.0 release 2017-06-17 16:22:10 -03:00
Glavin Wiechert 1f301ea7b7 See #1687. Update README, remove note about Executables now that it is supported 2017-06-17 16:21:37 -03:00
Glavin Wiechert 16132a05a7 See #1687. Update Changelog with info about Executables 2017-06-17 16:21:09 -03:00
Glavin Wiechert f5c43b7b27 Merge branch 'master' of github.com:Glavin001/atom-beautify 2017-06-17 16:16:09 -03:00
Glavin Wiechert 41599cf51e Add Greenkeeper badge 2017-06-17 16:15:44 -03:00
Glavin Wiechert 908b53cba8 Merge pull request #1707 from Glavin001/feature/executables
Close #1687. Add Executables with Docker support
2017-06-17 16:06:01 -03:00
Glavin Wiechert 5caa236dd7 See #1687. Update README docs to include details about Executables and Docker support 2017-06-17 01:38:26 -03:00
Glavin Wiechert be9f2b5ba7 Merge branch 'greenkeeper/initial' into feature/executables 2017-06-16 22:54:00 -03:00
Glavin Wiechert 996cf91887 Merge branch 'feature/executables' into greenkeeper/initial 2017-06-16 22:53:27 -03:00
Glavin Wiechert a23be4d6d9 Add more dependencies to next-update and greenkeep ignore list 2017-06-16 22:34:21 -03:00
Glavin Wiechert ed9c4580bf See #1687. Fix typos in Travis CI config 2017-06-16 20:59:43 -03:00
Glavin Wiechert a83b1b83ae See #1687. Install Sass-convert and Uncrustify beautifiers via Docker for Linux Travis CI build 2017-06-16 20:54:55 -03:00
Glavin Wiechert 6aee12ba80 See #1687. Add Docker executable support for Sass-convert beautifier 2017-06-16 20:54:29 -03:00
Glavin Wiechert cdccc2f36b See #1687. Add Docker volume support for all paths in Exectuable run arguments 2017-06-16 20:33:37 -03:00
Glavin Wiechert 40f1fe3c8d Fixes #1361. Add file extension to temporary files for Uncrustify beautifier 2017-06-16 20:33:19 -03:00
Glavin Wiechert 7899be966b Fix bug causing Executable to use Docker first, instead of builtin command 2017-06-16 01:22:59 -03:00