Max Brunsfeld
079911f16a
Merge pull request #6789 from atom/mb-multi-folder-run-package-specs
...
Run package specs from the active item's project folder
2015-05-14 16:37:37 -07:00
Max Brunsfeld
d9e4aa16d2
Run package specs from the active item's project folder
2015-05-14 16:18:54 -07:00
jssln
f6b15ee678
Merge pull request #6776 from jssln/gutterPolish
...
Refactor `state.gutters` in TextEditorPresenter; pass minimal state to gutter components
2015-05-14 15:43:39 -07:00
Max Brunsfeld
855d327d35
Merge pull request #6760 from atom/mb-text-buffer-6
...
Upgrade text-buffer for marker performance improvements
2015-05-14 14:29:35 -07:00
Max Brunsfeld
e838f0b297
⬆️ text-buffer to 6.0.0
2015-05-14 14:28:46 -07:00
Kevin Sawicki
9bb1b14d86
Prepare 0.200
2015-05-14 12:59:28 -07:00
Kevin Sawicki
f48351ed6a
Remove uninstalling of autocomplete-emojis
v0.199.0
2015-05-14 12:31:38 -07:00
Kevin Sawicki
b006169ae7
Unship autocomplete-emojis until Windows/Linux support
2015-05-14 12:29:00 -07:00
Kevin Sawicki
12dff46c5f
Merge pull request #6645 from atom/jl-all-your-normalizes
...
Normalize package.json
2015-05-14 11:46:27 -07:00
Kevin Sawicki
117080b16d
Check that url is string before replacing prefix
2015-05-14 11:30:41 -07:00
Kevin Sawicki
5dd4a2a1dc
Remove metadata return
2015-05-14 11:29:39 -07:00
Kevin Sawicki
c53e6b3a17
Merge branch 'master' into jl-all-your-normalizes
2015-05-14 11:21:21 -07:00
Ben Ogle
b5d4eebe2a
⬆️ autocomplete-plus@2.16.3
2015-05-14 11:07:54 -07:00
Kevin Sawicki
70e326d556
⬆️ autocomplete-plus@2.16.2
2015-05-14 10:53:11 -07:00
Kevin Sawicki
f1b5834c2f
⬆️ notifications@0.46
2015-05-14 10:46:38 -07:00
Kevin Sawicki
ccaf6220ce
Add missing fs-plus require
2015-05-14 10:39:07 -07:00
Kevin Sawicki
4f8dc77fb4
⬆️ find-and-replace@0.163
2015-05-14 10:35:32 -07:00
Kevin Sawicki
1c0aceaaa3
⬆️ notifications@0.45
2015-05-14 10:32:11 -07:00
Kevin Sawicki
36b93069b1
⬆️ command-palette@0.36
2015-05-14 10:30:30 -07:00
Jessica Lord
d0e579478b
Merge master
2015-05-14 10:24:29 -07:00
Ben Ogle
a78bd1b774
⬆️ autocomplete-plus@2.16.1
2015-05-14 10:20:51 -07:00
Jess Lin
881001b15a
[Gutter][easy] Reverse a conditional to get rid of a 'not'
2015-05-14 10:19:25 -07:00
Kevin Sawicki
372fdc2ae0
⬆️ update-package-dependencies@0.10
2015-05-14 10:14:28 -07:00
Jessica Lord
c9302e06f0
Bump version of autocomplete-plus@2.16.0
...
Add license filed for passing tests and standardization.
2015-05-14 10:10:55 -07:00
Kevin Sawicki
26f3fd3cdf
⬆️ deprecation-cop@0.48
2015-05-14 10:08:47 -07:00
Kevin Sawicki
827595fcda
⬆️ fuzzy-finder@0.85
2015-05-14 10:07:42 -07:00
Kevin Sawicki
b2ee37ab29
Unfocus spec
2015-05-14 10:01:06 -07:00
Kevin Sawicki
c4d7df9e99
Prevent global variables from leaking out of index.js
2015-05-14 09:54:35 -07:00
Max Brunsfeld
6d8e65ac34
Merge pull request #6785 from atom/mb-fix-reopen-windows
...
Avoid saving window state when closing windows after quitting
2015-05-14 09:54:14 -07:00
Kevin Sawicki
ff56c1f0bb
⬆️ metrics@0.48
2015-05-14 09:49:04 -07:00
Jessica Lord
319cff8010
merge
2015-05-14 09:48:03 -07:00
Max Brunsfeld
1a0d99621b
Avoid saving window state when closing windows after quitting
2015-05-14 09:36:12 -07:00
Kevin Sawicki
64573904f9
⬆️ metrics@0.47
2015-05-14 09:12:23 -07:00
Kevin Sawicki
70dac841cf
Merge pull request #6764 from atom/mq-bump-fuzzy-finder
...
⬆️ fuzzy-finder@0.84 .0
2015-05-14 09:01:38 -07:00
Kevin Sawicki
44f6c70101
⬆️ notifications@0.44
2015-05-14 08:58:04 -07:00
Max Brunsfeld
8c61a6b5d2
Merge pull request #6777 from atom/mb-open-files-faster
...
Improve performance of opening files
2015-05-13 21:37:56 -07:00
Max Brunsfeld
31c1ac412b
🎨 remove duplication in TokenizedBuffer::setGrammar
2015-05-13 21:23:20 -07:00
Max Brunsfeld
19d905606b
Avoid double computation of screen lines when opening files
...
Previously, instantiating a TextEditor would always compute compute
screen lines twice: once when the DisplayBuffer was instantiated,
and once when the 'invisibles' property was set on the DisplayBuffer.
2015-05-13 19:59:25 -07:00
Ben Ogle
0a0c42850b
⬆️ autocomplete-plus@2.15.2
2015-05-13 18:18:57 -07:00
Ben Ogle
80d41c70ee
⬆️ metrics@0.46.0
2015-05-13 18:16:00 -07:00
simurai
e73f47dfa3
⬆️ status-bar@0.72.0
2015-05-14 10:09:30 +09:00
Max Brunsfeld
fe2cfff7a6
Allocate fewer objects for fold attributes in DisplayBuffer
2015-05-13 17:00:35 -07:00
Jess Lin
57d0887346
[Gutter] Move line number gutter tests to be under .gutters in TextEditorPresenter specs
2015-05-13 16:47:42 -07:00
Jess Lin
e34dfc636c
[Gutter] Fix custom decorations tests in TextEditorPresenter specs
2015-05-13 16:47:42 -07:00
Jess Lin
cd806ee764
[Gutter] Fix former .sortedDescription tests in TextEditorPresenter specs
2015-05-13 16:47:42 -07:00
Jess Lin
b6055f3a67
[Gutter] Fix shared gutter styles tests in TextEditorPresenter specs
2015-05-13 16:47:42 -07:00
Jess Lin
fdb696f4dc
[Gutter] Fix line-number gutter tests in TextEditorPresenter specs
2015-05-13 16:47:42 -07:00
Ben Ogle
ddc603e4b8
⬆️ autocomplete-html@0.7.2
2015-05-13 16:31:37 -07:00
Kevin Sawicki
3366054a97
Merge pull request #6773 from atom/bf-disable-auto-update-during-tests
...
Do not create an AutoUpdateManager when in test mode.
2015-05-13 16:30:52 -07:00
Kevin Sawicki
6c81f7233b
Don't quit and install in test mode
2015-05-13 15:58:14 -07:00