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
Focus
75ca70bc1f
Tabs changed to literal and default to using tabs
2016-03-05 10:07:23 +00:00
Glavin Wiechert
7eab25e46f
Add source code documentation link to help docs
2016-03-03 20:27:38 -04:00
Glavin Wiechert
dc72829ddd
See #596 . Add source code documentation to docs/code/
2016-03-03 20:24:13 -04:00
Glavin Wiechert
6e4c9a0e67
Prepare 0.28.26 release
2016-03-03 20:07:55 -04:00
Glavin Wiechert
3943736707
Merge branch 'master' of github.com:Glavin001/atom-beautify
2016-03-03 20:07:35 -04:00
Glavin Wiechert
bd6e735f08
See #839 , #844 . Add test for unique language namespaces
...
Removed check in Beautifiers#buildOptionsForBeautifiers
2016-03-03 20:06:23 -04:00
Glavin Wiechert
d637317826
Update Lodash to v4.6.1
2016-03-03 19:49:20 -04:00
Glavin Wiechert
73919f7902
Update Pretty Diff to v1.16.27
2016-03-03 19:48:22 -04:00
Glavin Wiechert
63bda7fa30
Remove Haskell tests because it takes so long to install
2016-03-03 19:43:45 -04:00
Focus
3a40d56279
Documentation changes
2016-03-03 23:26:20 +00:00
Glavin Wiechert
941e3469bc
Add package.json to mention-bot file blacklist
2016-03-03 18:54:03 -04:00
Focus
547a8b11a7
Rollback on options.md
2016-03-03 22:32:24 +00:00
Focus
183cbafb3d
Changelog and package.json update
2016-03-03 22:24:48 +00:00
Focus
08fa230f71
Tests
2016-03-03 22:16:58 +00:00
Focus
ff377a7a3a
Implemented options and a clean layout
2016-03-03 21:06:05 +00:00
Glavin Wiechert
8d17ecce6f
See #839 . Update documentation
2016-03-02 13:28:32 -04:00
Glavin Wiechert
03a2c24fa8
Prepare 0.28.25 release
2016-03-02 12:49:09 -04:00
Glavin Wiechert
33c7ee8321
Merge branch 'master' of github.com:Glavin001/atom-beautify
2016-03-02 12:48:28 -04:00
Glavin Wiechert
3f51b02e25
Fixes #839 . Throw error if languages have same namespace
...
Also fix XTemplate & Riot.js
2016-03-02 12:47:28 -04:00
Focus
a4ff384dbf
Implements #384
2016-03-02 16:45:56 +00:00
Focus
df6599f2c6
Basic implementation for latex with latexindent.pl
2016-03-02 15:35:56 +00:00
Glavin Wiechert
a4f84009e0
Create .mention-bot
2016-02-29 13:42:20 -04:00
Glavin Wiechert
3a6763a25c
See #828 , #757 , #731 , #750 . Fix Riot.js support,
...
add support to Pretty diff beautifier
2016-02-25 23:30:34 -04:00
Glavin Wiechert
ee8c45becc
Prepare 0.28.24 release
2016-02-25 23:24:43 -04:00
Glavin Wiechert
976bc08c1d
Prepare 0.28.23 release
2016-02-25 23:24:34 -04:00
Glavin Wiechert
01319d75bb
Revert version to v0.28.22
2016-02-25 23:24:21 -04:00
Glavin Wiechert
d97b2d2e4d
Revert "Organize settings/options into groups that will be collapsable"
...
This reverts commit f2968b797f
.
2016-02-25 23:20:36 -04:00
Glavin Wiechert
33b5410321
Prepare 0.28.23 release
2016-02-25 15:23:18 -04:00
Glavin Wiechert
792238560b
Merge branches 'better-settings' and 'master' of github.com:Glavin001/atom-beautify
2016-02-25 15:20:16 -04:00
Glavin Wiechert
b9e9ce7c09
Merge pull request #828 from emarinizquierdo/master
...
riotjs tests added
2016-02-25 14:32:08 -04:00
Eduardo Marín
3348c33aa4
riotjs tests added
2016-02-25 15:40:08 +01:00
Glavin Wiechert
96acbc714d
Merge pull request #826 from fscherwi/patch-1
...
add stable and beta builds to travis
2016-02-24 20:10:53 -04:00
fscherwi
6e1c30cf72
run on latest xcode image
2016-02-23 11:32:59 +01:00
fscherwi
86ec741ecb
fix linting
2016-02-23 11:30:49 +01:00
fscherwi
ad431fda81
only build on osx
2016-02-23 08:48:54 +01:00
fscherwi
194b76283f
run stable and beta release on linux and osx
2016-02-23 08:43:54 +01:00
fscherwi
f13a8634db
update to latest build-package.sh
2016-02-23 08:41:11 +01:00
Glavin Wiechert
e89e1d52ad
Merge pull request #825 from jdcrensh/master
...
Include Apex extension: "trigger"
2016-02-22 10:58:48 -04:00
Jon Crenshaw
8d36215d24
Include Apex extension: "trigger"
2016-02-22 00:37:24 -08:00
Glavin Wiechert
f2968b797f
Organize settings/options into groups that will be collapsable
...
Waiting on Atom/settings-view support: https://github.com/atom/settings-view/pull/736
2016-02-22 01:17:07 -04:00
Glavin Wiechert
5d089b29b3
Merge pull request #823 from ra100/master
...
Fix PHPCBF error when path to executable is not set
2016-02-21 23:24:30 -04:00
ra100
7003ab934f
Merge remote-tracking branch 'upstream/master'
2016-02-21 23:58:18 +01:00
ra100
a826edd3fe
fix error when no path to phpcbf is set
2016-02-21 23:56:06 +01:00
Glavin Wiechert
5fe5f3603f
See #817 . Remove MavensMate package
2016-02-21 17:23:23 -04:00
Glavin Wiechert
aedf6adfba
See #733 . Remove dfmt from being default beautifier for D language
2016-02-21 17:23:02 -04:00