Commit Graph

1658 Commits

Author SHA1 Message Date
Glavin Wiechert fefb25bf38 Closes #91. Add configuration option for custom Uncrustify path 2014-09-15 00:04:28 -03:00
Glavin Wiechert 0f51d0e124 Merge branch 'thedadams-master' 2014-09-14 23:08:17 -03:00
thedadams 294b22deb6 Merge branch 'master' of https://github.com/thedadams/atom-beautify 2014-09-14 18:21:12 -07:00
thedadams 86a709f24b Fixed a dumb mistake. 2014-09-14 18:20:27 -07:00
thedadams 13fa9e3113 Forgot to comment out the debug outputs. 2014-09-14 18:15:48 -07:00
thedadams de7530d2c2 Forgot to comment out the debug outputs. 2014-09-14 17:48:38 -07:00
Donnie Adams 2d095c9a9e Added support for specifying a path to the "uncrustify" command. 2014-09-14 17:31:37 -07:00
Glavin Wiechert 04478b1619 Prepare 0.10.4 release 2014-09-12 14:27:05 -03:00
Glavin Wiechert 22e706ff6d Update CHANGEOG to v0.10.4 2014-09-12 14:26:24 -03:00
Glavin Wiechert 93afb3c6f8 Merge pull request #88 from db6edr/fix_beautify_with_editorconfig
Fix support for editorconfig with indent style = 'tab'
2014-09-12 07:44:54 -03:00
Dirk Raeder 7c56d84385 Fix support for editorconfig with indent style = 'tab'
Replace non-existant config with editorConfigOptions
2014-09-12 08:34:26 +02:00
Glavin Wiechert 7c8d13a296 Merge pull request #87 from tomByrer/patch-1
Improve documentation in README; add link to js-beautify options.
2014-09-11 13:20:26 -03:00
tomByrer d96b9a8368 + option link
I couldn't figure out what the syntax for `brace_style`, & imagine others need a reference also.
2014-09-11 09:48:15 -06:00
Glavin Wiechert d483a438a1 Prepare 0.10.3 release 2014-09-10 17:12:40 -03:00
Glavin Wiechert 641113cc18 Update CHANGELOG for v0.10.3 2014-09-10 17:12:24 -03:00
Glavin Wiechert 31b217859e Closes #84. Improve the error message panel to only appear on new error 2014-09-10 17:07:42 -03:00
Glavin Wiechert 2c4202b472 Prepare 0.10.2 release 2014-09-10 16:34:39 -03:00
Glavin Wiechert 4a4b9b64a1 Update CHANGELOG for v0.10.2 2014-09-10 16:34:22 -03:00
Glavin Wiechert 490cd7ee05 Fixes #85. Add support for Windows for upwards recursive .jsbeautifyrc
See #37.
2014-09-10 16:27:24 -03:00
Glavin Wiechert 3784722068 Prepare 0.10.1 release 2014-09-10 10:29:13 -03:00
Glavin Wiechert 0df17d3289 Update CHANGELOG for v0.10.1 2014-09-10 10:28:58 -03:00
Glavin Wiechert 2cd3bef6e0 Fixes #68. Fix error when beautifying file that is "untitled". 2014-09-10 10:25:43 -03:00
Glavin Wiechert de52acfcf6 Prepare 0.10.0 release 2014-09-09 01:28:37 -03:00
Glavin Wiechert 6c52e01455 Update CHANGELOG for next release v0.10.0 2014-09-09 01:28:31 -03:00
Glavin Wiechert baf3e49b97 Closes #68. Support editorconfig files. 2014-09-09 01:26:51 -03:00
Glavin Wiechert 4a94928292 Closes #83. Update CHANGELOG from 0.2.6 to 0.9.0 2014-09-09 01:00:55 -03:00
Glavin Wiechert 437be294e2 Prepare 0.9.0 release 2014-09-09 00:31:12 -03:00
Glavin Wiechert 738deace29 Closes #37. Support upwards recursive .jsbeautifyrc fallback.
Priority hierarchy:
- Atom editor settings
- Atom Beautify package settings
- Home directory .jsbeautifyrc file configuration
- Closest EditorConfig file (see #68)
- Project options (from closest .jsbeautifyrc file to the beautified
  editor's file to root, "/")
2014-09-09 00:29:39 -03:00
Glavin Wiechert d60fec55d7 Prepare 0.8.1 release 2014-09-08 19:12:17 -03:00
Glavin Wiechert c6a4101893 Fixes #70. Update Pretty-Diff dep. from ^1.0.23 to ^1.2.1 2014-09-08 19:11:17 -03:00
Glavin Wiechert cfa6b74e80 Prepare 0.8.0 release 2014-09-08 18:51:21 -03:00
Glavin Wiechert 6652e7f703 Closes #80. Add HTML Embedded Ruby (ERB) support. 2014-09-08 18:50:54 -03:00
Glavin Wiechert d595ea7479 Fix typo from .bash_rc to .bashrc 2014-09-08 18:50:27 -03:00
Glavin Wiechert 98d1799a9a Prepare 0.7.1 release 2014-09-08 16:28:54 -03:00
Glavin Wiechert 516c356238 Fixes #81. Beautify on Save now retains `this` scope when beautifying
Bug created when developing issue #56.
2014-09-08 16:25:06 -03:00
Glavin Wiechert e031397ade Prepare 0.7.0 release 2014-09-08 01:02:55 -03:00
Glavin Wiechert ffa2249c3e See #56. Add Atom-Message-Panel to display Unsupported Language messages 2014-09-08 01:02:23 -03:00
Glavin Wiechert 6b2b306b9d See #56. Add "Beautification in progress" view. 2014-09-08 00:28:10 -03:00
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