Commit Graph

22308 Commits

Author SHA1 Message Date
Jessica Lord
19975cedbb Merge pull request #6072 from atom/jl-bump-mdpv
Bump up markdown-preview@0.144.0
2015-03-23 13:19:24 -07:00
Jessica Lord
f875cdcba5 ⬆️ markdown-preview@0.144.0 2015-03-23 11:28:52 -07:00
Kevin Sawicki
6d4ab5087e ⬆️ language-perl@0.21 2015-03-23 10:06:27 -07:00
Kevin Sawicki
5b346da58d ⬆️ language-perl@0.20 2015-03-23 09:37:15 -07:00
Kevin Sawicki
d30f614718 ⬆️ oniguruma@4.1 2015-03-23 09:35:29 -07:00
Kevin Sawicki
9700561fb9 ⬆️ fs-plus@2.6 2015-03-23 09:35:07 -07:00
Kevin Sawicki
7bdd456a4d ⬆️ status-bar@0.64 2015-03-23 09:34:52 -07:00
Kevin Sawicki
5840eacf57 ⬆️ language-json@0.14 2015-03-23 09:32:53 -07:00
Kevin Sawicki
d50e051c19 ⬆️ language-html@0.30 2015-03-23 09:31:51 -07:00
Kevin Sawicki
11a5b71fb3 Merge pull request #6047 from postcasio/project-deprecations
Fix deprecated calls and recommendations in deprecated methods
2015-03-23 09:24:07 -07:00
Ben Ogle
6c38562e96 ⬆️ feedback@0.35.0 2015-03-20 16:31:34 -07:00
Nathan Sobo
a47744fd48 ⬆️ text-buffer to 5.0.2 2015-03-20 10:49:17 -06:00
Ivan Žužak
6f17a4dae2 ⬇️ language-json@0.12
See https://github.com/atom/language-json/pull/16
2015-03-20 16:00:03 +01:00
Ivan Žužak
8956865752 ⬆️ language-json@0.13 2015-03-20 15:46:55 +01:00
postcasio
c4ae567e8f Fix deprecated calls and recommendations in deprecated methods 2015-03-20 09:22:02 +00:00
Kevin Sawicki
2efee4a1a7 ⬇️ text-buffer@5 2015-03-19 16:06:55 -07:00
Kevin Sawicki
706222ce8a ⬆️ apm@0.147 2015-03-19 15:51:51 -07:00
Kevin Sawicki
9c74d10849 ⬆️ text-buffer@5.0.1 2015-03-19 15:34:50 -07:00
Kevin Sawicki
ec0681ed36 Merge pull request #6038 from atom/ks-remove-unwanted-loop-returns
Remove unwanted loop returns
2015-03-19 14:16:26 -07:00
Nathan Sobo
5f76979fc8 Fix random editor spec now for indented soft-wrap
We previously implemented soft-wrap logic again just for this test.
Since the purpose of this test is just to make sure that mutation occurs
correctly, we now instead construct a fresh editor for comparison so
that changes to soft-wrap logic are reflected.

/cc @as-cii Took care of this, so you don’t need to worry about my
previous comment on your PR. Sorry for the noise.
2015-03-19 15:08:48 -06:00
Jessica Lord
06f49a89b2 Merge pull request #6026 from atom/jlks-missing-services-fix
Check Comsumed/Provided Service Method Exists, fixes #416
2015-03-19 14:04:21 -07:00
Nathan Sobo
d8aaee0ab0 Merge pull request #6041 from atom/revert-6040-revert-6030-as-improve-find-wrap-column
Revert "Revert "Don't soft-wrap on indentation""
2015-03-19 14:38:15 -06:00
Nathan Sobo
2bfd30c832 Revert "Revert "Don't soft-wrap on indentation"" 2015-03-19 14:37:39 -06:00
Kevin Sawicki
576e00fb93 Keep returning array from TextEditor::mutateSelectedText 2015-03-19 11:57:16 -07:00
Kevin Sawicki
a72b1ccdf4 Mention array copying and explicit returns 2015-03-19 11:48:40 -07:00
Kevin Sawicki
9f31afcbc9 Add explicit return after while loop 2015-03-19 11:48:40 -07:00
Kevin Sawicki
23eacc1e58 Add explicit return after for loop 2015-03-19 11:48:40 -07:00
Kevin Sawicki
a9803d3c4d Add explicit return after for loop 2015-03-19 11:48:40 -07:00
Kevin Sawicki
d9a5aff919 Add explicit return after for loop 2015-03-19 11:48:40 -07:00
Kevin Sawicki
590a4b0fd5 Add explicit return after for loop 2015-03-19 11:48:40 -07:00
Kevin Sawicki
6e464ac35c Catch non-protype functions 2015-03-19 11:48:40 -07:00
Kevin Sawicki
f728bc7aec Add explicit returns to browser process classes 2015-03-19 11:48:40 -07:00
Kevin Sawicki
b4f911f6d3 Add task to log loop returns 2015-03-19 11:48:40 -07:00
Nathan Sobo
752a10aca4 Merge pull request #6040 from atom/revert-6030-as-improve-find-wrap-column
Revert "Don't soft-wrap on indentation"
2015-03-19 12:48:05 -06:00
Nathan Sobo
6345799cf3 Revert "Don't soft-wrap on indentation" 2015-03-19 12:47:58 -06:00
Jessica Lord
390e95e220 Merge branch 'master' into jlks-missing-services-fix 2015-03-19 10:19:56 -07:00
Nathan Sobo
60bd9310f6 Merge pull request #6030 from atom/as-improve-find-wrap-column
Don't soft-wrap on indentation
2015-03-19 10:58:55 -06:00
Kevin Sawicki
dccf88063b ⬆️ bracket-matcher@0.73 2015-03-19 09:37:20 -07:00
Kevin Sawicki
2863fddff3 ⬆️ language-ruby-on-rails@0.21 2015-03-19 09:35:26 -07:00
Antonio Scandurra
0e0eeb3426 🔥 Delete TokenizedLine#isColumnOutsideIndentation 2015-03-19 12:23:10 +01:00
Antonio Scandurra
03b526a76b 🎨 Use only @firstNonWhitespaceIndex 2015-03-19 11:52:10 +01:00
Antonio Scandurra
61cc9b97ea 💚 Fix failing spec 2015-03-19 11:45:54 +01:00
Antonio Scandurra
56020b11b0 🐛 Avoid soft-wrapping on indentation 2015-03-19 11:36:55 +01:00
Antonio Scandurra
8cab2446be Merge pull request #6016 from basarat/patch-2
📝 Document where to add tests (and how to run them)
2015-03-19 09:38:43 +01:00
Basarat Ali Syed
2aa566b7c6 📝 document where to add the tests and how to run them 2015-03-19 10:56:55 +11:00
Jessica Lord
2c46748307 add spec to check missing service methods are skipped
Signed-off-by: Kevin Sawicki <kevin@github.com>
2015-03-18 15:38:13 -07:00
Jessica Lord
a787242e7a check that services method exists
Signed-off-by: Kevin Sawicki <kevin@github.com>
2015-03-18 15:37:16 -07:00
Jessica Lord
cac361e6df add packages for new spec
Signed-off-by: Kevin Sawicki <kevin@github.com>
2015-03-18 15:34:28 -07:00
Nathan Sobo
609a661174 Merge pull request #6010 from atom/as-soft-wrap-hanging-indent
Soft wrap hanging indentation spaces
2015-03-18 11:39:27 -06:00
Antonio Scandurra
522e82ebf1 🎨 Refactor buildSoftWrapIndentationTokens
...as suggested by @nathansobo 
2015-03-18 18:07:07 +01:00