Commit Graph

326 Commits

Author SHA1 Message Date
Glavin Wiechert 94fc58dc5d Merge pull request #1127 from emileber/json-warning
Added notification for both YAML and JSON .jsbeautifyrc parse error
2016-08-22 09:44:32 -03:00
Aidi Stan 7ebc41be64 Implement Vue Beautifier 2016-08-16 10:26:53 +08:00
ebergeron ac11278bf4 Added notification for both YAML and JSON .jsbeautifyrc parse error 2016-08-09 22:40:32 -04:00
Glavin Wiechert 9b3bf1b458 Merge pull request #1092 from Glavin001/Glavin001-patch-1
Close #1008. Update HTML.unformatted default value to match js-beautify
2016-08-05 11:29:23 -04:00
Glavin Wiechert 7bad8c2b14 Merge pull request #1085 from albell/master
CSS: Add newline between selectors by default
2016-07-30 22:22:16 -03:00
Glavin Wiechert c7178fef26 Close #1008. Update HTML.unformatted default value to match js-beautify 2016-07-26 11:14:43 -03:00
Glavin Wiechert 4ba714940d Close #1086. Add User-Agent to Google Analytics 2016-07-22 21:35:44 -03:00
Alex Bell 7cd21c770d CSS: Add newline between selectors by default 2016-07-22 14:21:47 -07:00
Alejandro López Almeida a942add1e6 Issue #1077 2016-07-21 23:41:52 -06:00
Glavin Wiechert 0212f49c83 Close #1061. Help Debug Editor command creates Gist (no Clipboard) 2016-07-19 01:17:21 -03:00
Tony Brix 24555bcd75 check for env.path case-insesitive in windows 2016-07-11 16:40:23 -05:00
Arman Yessenamanov 5b2e0a1ab3 Fix phpcbf hanging issue by closing stdin 2016-07-11 19:58:59 +06:00
Glavin Wiechert 4a8f8d52e8 Merge pull request #1037 from smcouch/master
Add "F90" extension
2016-07-09 00:13:59 -03:00
Glavin Wiechert 5d604a47e2 Merge pull request #1048 from pixelbacon/patch-1
Added .gsp file extension
2016-07-09 00:08:40 -03:00
Glavin Wiechert 5e8d3b832c Merge branch 'master' of github.com:Glavin001/atom-beautify 2016-07-06 14:59:53 -03:00
Glavin Wiechert 359e46e3bf Disable debugging mode of Universal Analytics 2016-07-06 14:58:37 -03:00
Ɛərɪn VonderHaar d89aa46d22 Update installation instructions link for elm-format 2016-07-05 19:20:47 -07:00
Michael Minor 5cb458424a Added .gsp file extension 2016-07-05 15:17:06 -05:00
Glavin Wiechert 41ebc5ed93 Close #596. Improve README documentation 2016-07-02 19:28:01 -03:00
Sean Couch 26ab686591 Add "F90" extension
Now works for Fortran files ending in ".F90"
2016-06-30 18:22:19 -04:00
Glavin Wiechert 21c0ce7cde Improve analytics, switch from Segment to Google Analytics 2016-06-27 23:52:48 -03:00
Glavin Wiechert ce02903f89 Add help link to ocp-indent beautifier 2016-06-24 15:31:45 -03:00
Glavin Wiechert f6f85e4a2f Fix issue where beautifier.run would not resolve promisified args 2016-06-24 15:31:11 -03:00
Glavin Wiechert 708faecad3 Merge pull request #973 from JoostvDoorn/lua
Lua beautifier
2016-06-23 19:38:27 -03:00
Glavin Wiechert c217a63ea1 Merge pull request #1011 from mweberaw/master
fixed order of home-dir expansion and project resolution
2016-06-23 19:36:36 -03:00
Glavin Wiechert efb0dff34e Merge pull request #1021 from ziacik/fix-typescript-formatter
Fix incorrent enforcement of tabs to spaces conversion in typescript
2016-06-23 19:35:16 -03:00
Glavin Wiechert f43ad7f78e Merge pull request #1025 from WhoBrokeTheBuild/master
Added "h" as a extension to the C language
2016-06-23 19:33:43 -03:00
Glavin Wiechert 7c7ab64fba Merge pull request #1023 from UziTech/UziTech-phpcbf-bat-fix
run "phpcbf.bat" instead of "php phpcbf.bat"
2016-06-23 19:26:14 -03:00
Leonard Hecker 5cee65780f Changed rustfmt beautifier to use context.filePath 2016-06-24 00:13:47 +02:00
Leonard Hecker 458fdb62e2 Severely improved support for rustfmt 0.5
rustfmt will now be run within the actual working directory instead of
a temporary one. This will allow rustfmt to correctly look up
referenced modules.
2016-06-22 14:30:25 +02:00
Leonard Hecker 852c356551 Fixed minor issue in clang-format 2016-06-22 14:28:23 +02:00
Leonard Hecker 8faa197bca Fixed spawn() resolving too early
When the "exit" event is triggered, child process stdio streams might
still be open and not flushed yet. This can lead to a loss of
stdout/stderr data.
2016-06-22 14:16:47 +02:00
Stephen Lane-Walsh 4b0cfc41a3 Added "h" as a extension to the C language
This may cause problems with the CPP language, however
2016-06-20 18:13:36 -04:00
Tony Brix 1c4d48893f run "phpcbf.bat" instead of "php phpcbf.bat"
If phpcbfPath is an executable then run it instead of running it as an argument to php
2016-06-16 20:19:25 -05:00
František Žiačik d005a96ae2 Fix incorrent enforcement of tabs to spaces conversion in typescript 2016-06-15 11:55:36 +02:00
Sina Sharifzade dd6080e435 Checks file path exists or not 2016-06-09 20:08:44 +04:30
Sina Sharifzade ee3d9b30af Checks file path exists or not 2016-06-09 19:27:43 +04:30
Sina Sharifzade 7a41635165 Remove trailing semicolon 2016-06-09 18:49:18 +04:30
Mathias Weber c45b860292 fixed order of home-dir expansion and project resolution
The uncrutify config path was first resolved against the current project folder.
This would `expand-home-dir` to not expand the home folder.

This patch should fix issues #747 and #818.
2016-06-09 16:02:38 +02:00
Sina Sharifzade aa00043818 Add .php_cs file support to php-cs-fixer beautifier 2016-06-09 18:00:03 +04:30
Joost van Doorn 7096ceb195 Lua beautifier
Simple perl script beautifier for lua, by @pkulchenko
2016-06-07 20:17:34 +02:00
Glavin Wiechert aae09ea463 Merge pull request #956 from patrick-steele-idem/marko-v3
Marko v3
2016-06-07 10:54:14 -03:00
Patrick Steele-Idem b5f130db0f Added `html` as a fallback so that settings would be inherited if not set 2016-06-01 13:10:22 -06:00
Ra100 d03bad31da Fix compatibility with atom 1.9.x #979
Due to changes between atom 1.8 and 1.9 is editor.viewRegistry not availbale,
it has to be changed to atom.views.
2016-05-18 10:48:26 +02:00
Glavin Wiechert 6c360a0442 Closes #936. Add details about opening Command Palette 2016-05-04 18:32:59 -03:00
Patrick Steele-Idem 9ff770c3f0 Fixed marko indent 2016-04-29 00:06:36 -06:00
Patrick Steele-Idem af9cc40dec Improved Marko v3 support 2016-04-28 23:09:55 -06:00
Leonard Hecker f536d97fd6 Removed cross-spawn dependency
This might fix the "spawn cmd.exe ENOENT" issue on Windows.
2016-04-28 15:57:58 +02:00
Glavin Wiechert 513ebd807c Closes #945. Update TypeScript Formatter beautifier 2016-04-23 23:24:55 -03:00
Glavin Wiechert 0cf2ee5954 Merge branch 'master' of https://github.com/petrui/atom-beautify into petrui-master 2016-04-23 16:47:22 -03:00