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
Glavin Wiechert
c8a654a3ea
Prepare 0.29.8 release
2016-06-13 09:12:28 -03:00
Glavin Wiechert
5681cc907b
Closes #1005 . Update js-beautify to 1.6.3
2016-06-10 11:57:51 -03:00
Glavin Wiechert
66be231b95
Merge pull request #1010 from sharifzadesina/master
...
Add .php_cs file support to php-cs-fixer beautifier
2016-06-09 13:12:17 -03: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
Glavin Wiechert
b0ca4a87aa
Merge pull request #987 from ra100/examples-fix
...
Fix travis tests and atom 1.9 compatibility issue
2016-06-07 10:47:57 -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
6065d6643a
Fixed travis build for Linux
...
Brew isn't by default on linux, so we need to install it from git.
Python, php, crystal, ompl, ocml can be installed from apt, no need
for brew on linux. Elm binaries need to be fo linux on linux.
2016-05-21 12:35:43 +02:00
Ra100
b11dc80abc
Fix Tidy Markdown and Rubocop examples expected output
2016-05-20 10:14:43 +02: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
a7b6d2c2ce
Update Travis CI scripts and config
2016-05-14 13:53:15 -03:00
Glavin Wiechert
6c360a0442
Closes #936 . Add details about opening Command Palette
2016-05-04 18:32:59 -03:00
Patrick Steele-Idem
e4168688d6
Updated marko tests
2016-04-29 00:26:07 -06:00
Patrick Steele-Idem
9ff770c3f0
Fixed marko indent
2016-04-29 00:06:36 -06:00
Patrick Steele-Idem
a17b73cf40
Updated test for marko
2016-04-28 23:23:41 -06:00
Patrick Steele-Idem
2872e581ce
Added psteeleidem as a contributor in package.json
2016-04-28 23:12:24 -06:00
Patrick Steele-Idem
af9cc40dec
Improved Marko v3 support
2016-04-28 23:09:55 -06:00
Glavin Wiechert
9197bc3a3c
Merge pull request #955 from lhecker/master
...
Removed cross-spawn dependency
2016-04-28 15:00:22 -03: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
2c95334a17
Add reload Atom to Issue template checklist
2016-04-26 17:11:16 -03:00
Glavin Wiechert
c2851f1d21
Prepare 0.29.7 release
2016-04-23 23:27:42 -03:00
Glavin Wiechert
6365090d95
Update options documentation
2016-04-23 23:27:10 -03:00
Glavin Wiechert
c9d423c6a4
Fix failing tests
2016-04-23 23:26:57 -03:00
Glavin Wiechert
df5eec7264
Update dependencies
2016-04-23 23:26:32 -03:00
Glavin Wiechert
513ebd807c
Closes #945 . Update TypeScript Formatter beautifier
2016-04-23 23:24:55 -03:00
Glavin Wiechert
ef8ca9798b
Update markdown examples
2016-04-23 17:13:54 -03:00
Glavin Wiechert
f8bbd6c5ec
Merge branch 'petrui-master'
2016-04-23 17:00:05 -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
Glavin Wiechert
f264cb64ad
Merge branch 'fdelbos-master'
2016-04-23 16:41:24 -03:00
Glavin Wiechert
6ea9788255
Merge branch 'master' of https://github.com/fdelbos/atom-beautify into fdelbos-master
2016-04-23 16:41:20 -03:00
Glavin Wiechert
8ce6e5d376
Merge pull request #943 from ayoubdev/master
...
[PrettyDiff] Fixed Indent Tabs configuration ignored (issue: #910 : ht…
2016-04-23 16:38:36 -03:00
Glavin Wiechert
e5e37dc2c1
Update tidy-markdown and fix related tests
2016-04-23 16:37:07 -03:00
ayoubdev
8a352c6b40
=> Updated docs/options.md
...
=> Added contributor to package.json
2016-04-23 19:46:52 +02:00
Glavin Wiechert
b86607acc3
Merge pull request #941 from garretwilson/issues/707
...
Fix issue #707 by adding Atom-based EOL detection
2016-04-23 14:27:09 -03:00
ayoubdev
0152863484
[PrettyDiff] Fixed Indent Tabs configuration ignored (issue: #910 : https://github.com/Glavin001/atom-beautify/issues/910 )
2016-04-23 18:49:20 +02:00
Garret Wilson
268e1f5d80
Fix issue #707 by adding Atom-based EOL detection
...
Determines the default line ending based upon the Atom configuration
`line-ending-selector.defaultLineEnding`. If the Atom configuration
indicates "OS Default", the `process.platform` is queried, returning
CRLF for Windows systems and LF for all other systems.
2016-04-22 19:16:55 -07:00
Frederic Delbos
ac7adadf52
add --yes to opam install
2016-04-20 08:52:23 +02:00
Frederic Delbos
74eff68820
add opam init
2016-04-20 08:39:00 +02:00
Glavin Wiechert
09c3d6a539
Prepare 0.29.6 release
2016-04-19 20:18:09 -03:00