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
Antonio Scandurra
fbfe19825b
Even more descriptive specs ✨
2015-03-18 18:00:31 +01:00
Antonio Scandurra
f5e1e40edd
Avoid named parameter to save an allocation
2015-03-18 17:44:35 +01:00
Antonio Scandurra
8559526215
✅ Write a more comprehensive spec
2015-03-18 17:42:25 +01:00
Kevin Sawicki
a79384c6f6
⬆️ language-go@0.22
2015-03-18 09:30:23 -07:00
Kevin Sawicki
f5de75126b
⬆️ language-perl@0.19
2015-03-18 09:24:26 -07:00
Antonio Scandurra
7c33b9bf41
🎨 Rename to softWrapHangingIndent
2015-03-18 14:18:27 +01:00
Antonio Scandurra
e5fa44171d
🐛 Hanging indent must be a positive value
2015-03-18 14:15:52 +01:00
Antonio Scandurra
ae2c92a1dc
📝
2015-03-18 11:29:39 +01:00
Antonio Scandurra
f0b9bb7ce3
Show indent guides on hanging indentation too
2015-03-18 11:17:34 +01:00
Daniel Hengeveld
f57abc93a4
Merge pull request #6015 from atom/bump-settings-view
...
⬆️ settings-view@0.185
2015-03-17 23:46:41 -07:00
Basarat Ali Syed
e7e754eb30
📝 document where to add the tests and how to run them
2015-03-18 17:40:49 +11:00
Daniel Hengeveld
9f536c99cf
⬆️ settings-view@0.185
2015-03-17 23:28:46 -07:00
Kevin Sawicki
6775450695
⬆️ snippets@0.84
2015-03-17 18:00:34 -07:00
Kevin Sawicki
cd5adb6ab7
Clear invalid rows when short-circuiting for null grammar
2015-03-17 17:41:22 -07:00
Kevin Sawicki
e68c8cc938
Merge pull request #6007 from octref/fix-large-file-delay
...
🐎 Don't tokenize on NullGrammar
2015-03-17 17:00:40 -07:00