Glavin Wiechert
05ee8f22b3
See #56 . Work on MessageView UI.
2014-09-07 23:58:01 -03:00
Glavin Wiechert
1130b58114
See #71 . Add example JS file using reserved words to test #71
2014-09-07 19:55:25 -03:00
Glavin Wiechert
4f5c75c5e3
See #77 . Add example of broken SCSS case.
2014-09-07 19:48:48 -03:00
Glavin Wiechert
a3bbd805b9
Prepare 0.6.5 release
2014-09-07 19:42:04 -03:00
Glavin Wiechert
0804cade1f
See #56 . Start implementing of Message View.
2014-09-07 19:41:05 -03:00
Glavin Wiechert
7dbff2cbc1
See #61 . Add LESS example with Mixins to test.
2014-09-07 19:38:24 -03:00
Glavin Wiechert
9c1965dec6
Closes #78 . Improve startup performance.
...
@Glavin001 stats:
- Before: 226ms
- After: 60ms
2014-09-07 19:32:08 -03:00
Glavin Wiechert
528c7dc281
Fixes #76 . Add package option "Beautify Entire File On Save"
2014-09-07 18:28:42 -03:00
Glavin Wiechert
3453841d1c
Prepare 0.6.4 release
2014-09-04 14:49:17 -03:00
Glavin Wiechert
7e4b14bfcb
Merge pull request #75 from Icehunter/patch-1
...
prevent extra cursor appearing at end of file
2014-09-04 14:41:17 -03:00
Ryan Wilson
e599387d20
prevent extra cursor appearing at end of file
...
Reference:
https://github.com/Glavin001/atom-beautify/issues/73
2014-09-03 15:04:06 -07:00
Glavin Wiechert
372bc34979
Prepare 0.6.3 release
2014-08-30 15:45:21 -03:00
Glavin Wiechert
43616d94e2
See #67 . Update README and add new SQL example.
2014-08-30 15:44:38 -03:00
Glavin Wiechert
e749e23df7
Merge pull request #67 from Flukey/master
...
Fixes #63 . Replacing node-parse with sqlparse (python dependency).
2014-08-30 15:32:47 -03:00
jamiehall
a2fbf0c47d
Replacing node-parse with sqlparse (python dependency). Options: sql_indent_size(default: 2), sql_identifiers(default: lower. Options: lower, upper, capitalize). sql_sqlformat_path (path to sqlformat command if not on path). This resolves #63
2014-08-17 16:01:53 +02:00
Glavin Wiechert
112fde45c3
Fixes #60 . Fix setCursors that was freezing Atom when Beautifying.
2014-08-15 15:37:02 -03:00
Glavin Wiechert
09c6770cd2
Closes #60 . Convert package scripts from JavaScript to CoffeeScript.
2014-08-10 18:51:44 -03:00
Glavin Wiechert
5b5bfc638a
Prepare 0.6.2 release
2014-08-09 02:25:09 -03:00
Glavin Wiechert
649f023d9c
Fixes #59 . Remove ActivationEvents to allow for beautifyOnSave.
2014-08-09 02:24:08 -03:00
Glavin Wiechert
530514d720
Prepare 0.6.1 release
2014-08-08 17:43:23 -04:00
Glavin Wiechert
325ada7851
Closes #57 . Customization in .jsbeautifyrc file now generates the config
...
(.cfg) file for Uncrustify beautification.
2014-08-08 17:42:23 -04:00
Glavin Wiechert
8fb1c8d769
Prepare 0.6.0 release
2014-08-08 13:42:26 -04:00
Glavin Wiechert
5d6751cb4b
See #57 . Add Uncrustify beautifier for multiple language support.
...
Uncrustify Language support:
- C
- C++
- C#
- Objective-C
- Java
- D
- Pawn
- Vala
Closes #45 . Add Java Support.
Currently, use the configPath option to set an absolute or relative path
(relative to the currently beautified file) to specific the .cfg file
for Uncrustify to use as configuration options.
2014-08-08 13:38:28 -04:00
Glavin Wiechert
faa62366b1
Prepare 0.5.2 release
2014-08-03 23:52:13 -04:00
Glavin Wiechert
8d90b30448
See #47 . Update configuration to allow users to disable analytics.
2014-08-03 23:51:40 -04:00
Glavin Wiechert
7ce01efc8a
Prepare 0.5.1 release
2014-08-03 23:37:04 -04:00
Glavin Wiechert
1f0fb9c0db
Closes #44 . Switch to using Pretty Diff for SASS, as well.
...
See #54 . Use indent_size and indent_character options.
2014-08-03 23:35:48 -04:00
Glavin Wiechert
6b2a00602f
Prepare 0.5.0 release
2014-08-03 23:32:08 -04:00
Glavin Wiechert
3c9836f920
Closes #31 . Add CoffeeScript support.
2014-08-03 23:31:34 -04:00
Glavin Wiechert
6594a96698
Prepare 0.4.4 release
2014-08-03 16:23:05 -04:00
Glavin Wiechert
7fdde0f8a6
See #51 . Work on improving PHP support and deubgging errors.
2014-08-03 16:22:48 -04:00
Glavin Wiechert
51c4237c32
Prepare 0.4.3 release
2014-08-03 16:13:00 -04:00
Glavin Wiechert
fabed8fad3
Closes #47 . Switch Analytics from Google Analytics to Segment.io
2014-08-03 16:12:07 -04:00
Glavin Wiechert
dc4339b81d
Prepare 0.4.2 release
2014-08-03 15:35:22 -04:00
Glavin Wiechert
010863f5cc
Fixes #54 . LESS beautifier using PrettyDiff now fixed.
...
The `lang` option was incorrectly set to `less`,
it should have been (now is) set to `css`.
2014-08-03 15:33:13 -04:00
Glavin Wiechert
f074475337
Prepare 0.4.1 release
2014-08-01 20:07:24 -04:00
Glavin Wiechert
5bff9ebc48
Closes #54 . Switch to using Pretty Diff for LESS support.
...
Fixes #53 . Fixes #52 .
2014-08-01 20:06:24 -04:00
Glavin Wiechert
04a23a03f2
Prepare 0.4.0 release
2014-07-12 12:02:46 -03:00
Glavin Wiechert
d8fb27289d
Closes #47 . Add Google Analytics.
2014-07-12 12:02:21 -03:00
Glavin Wiechert
667bdececb
Prepare 0.3.8 release
2014-07-09 22:20:08 -03:00
Glavin Wiechert
4271bfe8d7
Closes #46 . Use ActivationEvents to speed up loading time.
2014-07-09 22:19:53 -03:00
Glavin Wiechert
16dd4a688d
Prepare 0.3.7 release
2014-07-03 13:27:58 -03:00
Glavin Wiechert
08b80166a6
Prepare 0.3.6 release
2014-07-03 03:42:31 -03:00
Glavin Wiechert
660d7f0ce7
Prepare 0.3.5 release
2014-07-03 03:41:33 -03:00
Glavin Wiechert
d94d152621
See #40 . Migrating ownership to Glavin001 for maintaining.
2014-07-03 03:41:22 -03:00
László Károlyi
e9e8c072d7
Prepare 0.3.4 release
2014-06-28 10:36:53 +02:00
László Károlyi
e461a67d58
Merge pull request #38 from Glavin001/master
...
Closes #35 . Add more options for Python PEP8 beautifying.
2014-06-28 10:36:22 +02:00
Glavin Wiechert
65ff7f9f7a
Closes #35 . Add more options for Python PEP8 beautifying.
...
Options:
- max line length
- indent size
- ignore (errors)
Also fixed typo causing very important bug,
such that languages were not loaded correctly and options were missing.
2014-06-27 22:04:17 -06:00
László Károlyi
f7c7fc7614
Prepare 0.3.3 release
2014-06-16 08:15:00 +02:00
László Károlyi
55c6459a72
Merge pull request #32 from Glavin001/master
...
More language support
2014-06-16 08:13:31 +02:00