Jan-Cornelius Molnar
c534a1e323
removed check for sqlparse from appveyor build script
2016-04-10 20:32:56 +02:00
Jan-Cornelius Molnar
cf6a98d33f
dont use > when downloading in powershell since this converts the output to unicode which is not preferable when downloading binaries
2016-04-10 20:06:28 +02:00
Jan-Cornelius Molnar
238b81867b
added isort and sqlparse to appveyor
2016-04-10 19:57:24 +02:00
Jan-Cornelius Molnar
af36550639
added missing packages to appveyor build script
2016-04-10 18:23:41 +02:00
Jan-Cornelius Molnar
125660c1e7
fixed appveyor uncrustify download command
2016-04-10 18:10:10 +02:00
Jan-Cornelius Molnar
55445d66ad
fixed non empty check of emacs path
2016-04-10 17:31:49 +02:00
Mark Tofan
992999b347
Seems that Crystal dosen't have Windows support yet.
2016-04-08 22:38:07 +03:00
Petru Ilies
39e7901d5c
Updated Readme.md
2016-04-08 19:39:38 +03:00
Petru Ilies
3fe678ce31
Merge branch 'master' of github.com:Glavin001/atom-beautify
2016-04-08 19:30:38 +03:00
Petru Ilies
998ebc329b
empty line
2016-04-08 18:46:16 +03:00
Petru Ilies
862ae8bd51
Added crystal-lang to Travis
2016-04-08 18:36:13 +03:00
Glavin Wiechert
0e7c942cb8
Prepare 0.29.2 release
2016-04-08 09:59:40 -03:00
Glavin Wiechert
f84973bbe8
Merge branch 'master' of github.com:Glavin001/atom-beautify
2016-04-08 09:58:09 -03:00
Glavin Wiechert
11069f6b42
See #898 . Improve notification for unsupported settings
...
Also update Lodash dependency.
2016-04-08 09:57:19 -03:00
Glavin Wiechert
7d363c105b
Merge pull request #904 from tcyrus/patch-1
...
Update README.md to use kbd tags
2016-04-07 21:31:01 -03:00
Timothy Cyrus
fbe161de31
Update README.md
...
Use `<kbd>` tags
2016-04-07 20:25:55 -04:00
Glavin Wiechert
4cdb738d28
See #898 . Add more tests for migrate settings helper
2016-04-07 11:35:15 -03:00
Petru
086b35c5d2
Merge pull request #1 from petrui/crystal-lang
...
Added support for Crystal language
2016-04-07 00:04:55 +03:00
Mark Tofan
0df1d8a5df
Added support for Crystal language
2016-04-07 00:00:20 +03:00
Jan-Cornelius Molnar
e949efa908
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/beautifiers/fortran-beautifier/index.coffee
2016-04-06 22:45:37 +02:00
Jan-Cornelius Molnar
d79eda0756
running provided emacs binary directly instead of running it via python which does not work well on windows.
...
listening to emacs return codes.
2016-04-06 22:21:43 +02:00
Glavin Wiechert
9add49118e
Prepare 0.29.1 release
2016-04-04 11:00:26 -03:00
Glavin Wiechert
9daa9f0101
Update options docs
2016-04-04 11:00:13 -03:00
Glavin Wiechert
98fe2aa777
Fixes #891 . Fix build-options postinstall script for Windows
2016-04-04 10:59:13 -03:00
Glavin Wiechert
e919790c64
Prepare 0.29.0 release
2016-04-01 22:42:20 -03:00
Glavin Wiechert
14700008b1
Merge pull request #885 from Alhadis/deprecation-fix
...
Fix deprecation warnings triggered by TextEditor methods
2016-04-01 22:38:52 -03:00
Alhadis
bbae6043d5
Fix deprecation warnings triggered by TextEditor methods
2016-04-02 11:05:16 +11:00
Glavin Wiechert
c43556f636
Disable LaTeX beautification tests since they are not setup to pass
2016-04-01 18:59:37 -03:00
Glavin Wiechert
5b3e28b250
See #875 . Add test for looking upwards .jsbeautifyrc files
2016-04-01 18:59:07 -03:00
Glavin Wiechert
02f02a41e6
Resolve failing tests with updated dependencies
2016-04-01 17:22:12 -03:00
Glavin Wiechert
afa27fd50b
See #864 . Add Migration command from old option keys to new keys
...
Old:
{ LANG_OPTION: 'VALUE' }
New:
{ LANG: { OPTION: 'VALUE' }}
2016-04-01 16:57:30 -03:00
Glavin Wiechert
fa9dd8dd4f
Merge branch 'master' into better-settings
2016-04-01 10:40:26 -03:00
Glavin Wiechert
a4e32543dd
Prepare 0.28.28 release
2016-03-30 10:35:52 -03:00
Glavin Wiechert
d48768e503
Closes #199 . Add Jade/Pug beautify support
2016-03-30 10:34:49 -03:00
Glavin Wiechert
50ad73d324
Fixes #879 . Fix circular structure in JSON config/settings
2016-03-30 10:29:40 -03:00
Glavin Wiechert
400f019576
See #713 . Add tests for extracting configuration from package settings
2016-03-30 01:28:48 -03:00
Glavin Wiechert
caabb95ed7
See #713 . Properly extract configuration from package settings
2016-03-30 01:27:54 -03:00
Glavin Wiechert
43a3647e31
Disable language tests on examples
2016-03-30 01:26:55 -03:00
Glavin Wiechert
f65453d7bb
See #876 , #679 . Build beautifier options postinstall instead of activate
2016-03-29 15:49:51 -03:00
Glavin Wiechert
232a91bb20
Merge branch 'master' of github.com:Glavin001/atom-beautify into better-settings
2016-03-29 14:41:43 -03:00
Glavin Wiechert
0c136cfc38
Merge pull request #856 from kdheepak89/fix-yapf-style-issue
...
Fix yapf style issue
2016-03-26 12:34:29 -03:00
Dheepak Krishnamurthy
632e90a804
Updated CHANGELOG.md and package.json
2016-03-25 23:13:44 -06:00
Dheepak Krishnamurthy
337d308296
Remove --style flag from yapf
...
The --style flag accepts different types of input. From their documentation - "accepts one of the predefined styles (e.g., pep8 or google), a path to a configuration file that specifies the desired style, or a dictionary of key/value pairs."
By not explicitly specifying the --style flag, yapf will look for the following, in that order
1. In the [style] section of a .style.yapf file in either the current directory or one of its parent directories.
2. In the [yapf] secionf of a setup.cfg file in either the current directory or one of its parent directories.
3. In the ~/.config/yapf/style file in your home directory.
2016-03-25 23:12:02 -06:00
Glavin Wiechert
4f9981cd83
Merge pull request #845 from Focus/master
...
Adds LaTeX language support
2016-03-25 23:43:14 -03:00
Glavin Wiechert
083c485b4d
Merge pull request #872 from MichaelHancock/master
...
Added opencl language support
2016-03-25 23:32:33 -03:00
Michael Hancock
18ae07eaff
Added opencl language support
...
OpenCL language support is achieved here simply by attaching '.CL'
extension to the 'C' language module. OpenCL is C based however beautify
will not support beautification despite having C language support, due
to the different file extension.
2016-03-24 00:34:55 +00:00
Glavin Wiechert
96e8cde969
Prepare 0.28.27 release
2016-03-22 23:20:18 -03:00
Glavin Wiechert
e8b26e8d18
Fixes #868 . Update expand-home-dir to v0.0.3
...
The package must have been unpublished for v0.0.2
2016-03-22 23:19:14 -03:00
Glavin Wiechert
0121920317
See #717 . Remove unsupported options for Coldfusion language
2016-03-21 13:56:01 -03:00
Glavin Wiechert
ba25e1bce3
See #405 , #782 . Improve description of Beautify Entire File On Save option
2016-03-21 13:48:19 -03:00