probablycorey
c19c8c5341
Fix core specs
2014-01-10 15:32:59 -08:00
probablycorey
32b5592475
Fix EditorView spec
2014-01-10 15:32:36 -08:00
probablycorey
21b40acdf1
Remove delegate methods from EditorView
2014-01-10 15:31:33 -08:00
Nathan Sobo
6eacfa7077
Call Range::toString, not ::inspect in DisplayBufferMarker::inspect
2014-01-09 19:04:52 -07:00
Ben Ogle
d33a962848
Upgrade to find-and-replace@0.70.0
2014-01-09 17:12:33 -08:00
Ben Ogle
0d2067e1a4
Merge pull request #1400 from atom/bo-fuck-rejection
...
Dont use reject in project::scan cancel
2014-01-09 17:09:58 -08:00
Ben Ogle
fbcfad28c3
Reject is broken. Ugh. Just resolve it
2014-01-09 17:00:34 -08:00
Kevin Sawicki
a0346e95cf
Upgrade to markdow-preview@0.23.0
2014-01-09 15:37:08 -08:00
Kevin Sawicki
20ee7b432c
Wrap item in array since it is a trigger call
2014-01-09 15:18:44 -08:00
Corey Johnson
378901e0d2
Merge pull request #1375 from atom/ns-fix-crash-exit
...
Properly exit when render process crashes if exitWhenDone option is true
2014-01-09 15:08:56 -08:00
Corey Johnson
db375cd190
Merge pull request #1398 from atom/cj-show-free-disk-space
...
Show low disk space errors when running CI
2014-01-09 14:40:01 -08:00
Kevin Sawicki
d96b63d791
Move enable/disable to parent Package class
...
This was previously unimplemented in TextMatePackage causing exceptions
when trying to enable/disable a package of that type.
2014-01-09 14:13:49 -08:00
probablycorey
e435b48750
Display warning if disk space is kind of full
2014-01-09 13:58:24 -08:00
probablycorey
a1f8a21c7c
Output warning/error if diskspace on CI server is getting low.
2014-01-09 13:56:49 -08:00
Kevin Sawicki
69f9f10c6b
Upgrade to find-and-replace@0.69.0
2014-01-09 13:56:15 -08:00
probablycorey
d3c6bd2f98
Use close instead of exit
...
stdio might still be open when exit is called (http://nodejs.org/api/child_process.html#child_process_event_exit ). With close you are
guaranteed that there will be no more output.
2014-01-09 13:47:51 -08:00
probablycorey
ca6da5f9c1
Update expcetion-reporting
2014-01-09 10:01:25 -08:00
Kevin Sawicki
c397b3cc60
Upgrade to first-mate@0.14.0
2014-01-09 08:53:29 -08:00
Kevin Sawicki
6cb0f1ff78
Upgrade to fuzzy-finder@0.30.0
2014-01-08 18:12:36 -08:00
Kevin Sawicki
371e31c786
🐎 Test for prefix without calling path.join
...
Directory::relativize is called many times by the fuzzy finder
and using path.join possibly multiple times per call was consuming
much of the time take to show the fuzzy finder view.
2014-01-08 17:55:08 -08:00
Kevin Sawicki
dce70b35b5
Upgrade to go-to-line@0.14.0
2014-01-08 17:37:09 -08:00
Kevin Sawicki
d95aa0aac1
Expand buffer range in Selection::selectLine
2014-01-08 16:27:09 -08:00
Kevin Sawicki
27f0d11039
Map cmd-l to editor:select-line
2014-01-08 15:48:52 -08:00
Kevin Sawicki
a69e6136ea
Upgrade to go-to-line@0.13.0
2014-01-08 15:47:29 -08:00
Kevin Sawicki
0fd8b6be8d
Pluralize selection in event name
2014-01-08 15:45:09 -08:00
Kevin Sawicki
8e51a7f6d6
Bind cmd-shift-l to split selectin into lines
2014-01-08 15:44:34 -08:00
Kevin Sawicki
bdb4cd5247
Upgrade to grammar-selector@0.16.0
2014-01-08 15:41:32 -08:00
Kevin Sawicki
3afe750a66
Merge pull request #1374 from atom/ks-split-selection-into-lines
...
Split selection into lines
2014-01-08 15:36:43 -08:00
Kevin Sawicki
c8f3e056e9
Pluralize selections in method name
2014-01-08 15:17:06 -08:00
Kevin Sawicki
32fdf0b681
📝 Drop line about single line selections
2014-01-08 15:17:06 -08:00
Kevin Sawicki
82c73c9911
📝 Tweak comment for clarity
2014-01-08 15:17:06 -08:00
Kevin Sawicki
fe0184d067
Add Split into Lines menu item
2014-01-08 15:17:06 -08:00
Kevin Sawicki
0ef6757e65
Add Editor::splitSelectionIntoLines
2014-01-08 15:17:06 -08:00
Kevin Sawicki
deb4365d65
Upgrade to fuzzy-finder@0.29.0
2014-01-08 15:16:37 -08:00
Kevin Sawicki
750f4ee410
Upgrade to to-the-hubs@0.17.0
2014-01-08 15:14:34 -08:00
Kevin Sawicki
1382bd3b3b
Upgrade to settings-view@0.55.0
2014-01-08 14:37:41 -08:00
Kevin Sawicki
cde5861cb8
Upgrade to fuzzaldrin@0.5.0
2014-01-08 14:17:40 -08:00
Kevin Sawicki
765c15829d
Upgrade to fuzzaldrin@0.4.0
2014-01-08 14:01:15 -08:00
probablycorey
d8ba8f13d8
Update dev-live-reload
2014-01-08 11:28:03 -08:00
Corey Johnson
c089429c14
Merge pull request #1367 from atom/cj-error-event
...
Add error event to atom global
2014-01-08 11:17:04 -08:00
probablycorey
b22f850e03
Update status bar
2014-01-08 11:16:08 -08:00
Kevin Sawicki
cf47ee5063
Only call _.isEqual when needed
...
Invert the logic to return if all are equal so we can fall through
on the first false call so only the minimum isEqual calls are made.
Also perform the boolean check first instead of last since it
cheaper than a Point comparison.
This showed up in the profile when profiling moving the cursor.
2014-01-08 10:59:39 -08:00
Kevin Sawicki
9d6a01d11c
Use slice to clone array
2014-01-08 10:59:39 -08:00
Nathan Sobo
bcf9dfd236
Merge pull request #1371 from atom/ns-text-buffer-cleanup
...
Clean up TextBuffer
2014-01-08 10:38:09 -08:00
Nathan Sobo
57c23e1b5f
Merge remote-tracking branch 'origin/master' into ns-text-buffer-cleanup
2014-01-08 10:53:19 -07:00
Nathan Sobo
f8d959ae16
Upgrade to text-buffer 0.12.0
...
* Drop deprecation of insert/append/delete. The method names will remain
short.
* Replace ::getLastPosition with ::getEndPosition
2014-01-08 10:53:07 -07:00
Kevin Sawicki
13abb28486
Upgrade to bracket-matcher@0.16.0
2014-01-07 19:54:39 -08:00
Kevin Sawicki
717704c8ed
Upgrade to tree-view@0.58.0
2014-01-07 19:54:12 -08:00
Nathan Sobo
eab26fb3a6
Properly exit when render process crashes if exitWhenDone option is true
...
Previously, we were referring to an undefined `atom` global to exit when
the render process crashed in specs. Now we only exit when exitWhenDone
is true, which will only exit in headless specs. Also, we now call .exit
on an object that's actually defined.
2014-01-07 19:22:42 -07:00
Nathan Sobo
17947d0f99
Enable harmony proxies
...
I want to use these in the pane-models branch, so it will be helpful
if they are enabled in atom stable since it's an atom-shell level
setting.
2014-01-07 19:22:22 -07:00