Kevin Sawicki
9e90d09428
Upgrade to language-yaml@0.11
2014-07-03 08:59:29 -07:00
Kevin Sawicki
092dac7625
Group build and install dir together
2014-07-02 14:33:44 -07:00
Kevin Sawicki
c129842037
Support --install-dir option
...
This will install the build to a custom location
Closes #2688
2014-07-02 14:10:39 -07:00
Kevin Sawicki
4bb7e0f323
=== not !== for no-quiet check
2014-07-02 13:55:58 -07:00
Kevin Sawicki
7b09fc04da
Don't ignore stdout when --no-quiet is set
2014-07-02 13:51:52 -07:00
Kevin Sawicki
1090746cb1
Add --no-quiet option to script/bootstrap
...
This will run apm/npm commands without the --quiet flag to get more
output on failures.
2014-07-02 13:46:12 -07:00
Kevin Sawicki
294a7ce6d3
Upgrade to apm@0.70
2014-07-02 13:17:46 -07:00
Kevin Sawicki
26c1bf2075
Upgrade to bookmarks@0.26
2014-07-02 13:17:19 -07:00
Kevin Sawicki
ec1d97a7c9
Prepare 0.108
2014-07-02 10:09:02 -07:00
Kevin Sawicki
a92eed5107
Upgrade to background-tips@0.15
v0.107.0
2014-07-02 09:51:09 -07:00
Nathan Sobo
66319ca9c0
Merge pull request #2801 from atom/ns-react-fix-jitter
...
Fix jitter in React editor
2014-07-02 10:34:01 -06:00
Nathan Sobo
17fa580ecd
Ignore 'scroll' events when an update is pending
...
This prevents feedback loops where we handle stale 'scroll' events
for scrolls requested in the model layer. It prevents jitter when
autoscrolling with the cursor.
2014-07-02 10:11:35 -06:00
probablycorey
2585c10688
Upgrade to language-less@v0.11.0
2014-07-02 09:03:46 -07:00
Nathan Sobo
7202f497db
Pause scroll view measurement in requestAnimationFrame helper method
2014-07-02 09:30:44 -06:00
Nathan Sobo
9508909a9f
Don't defer updates with setImmediate in animation frames
...
I previously thought this was okay, but now I'm experiencing jitter when
scrolling with the trackpad when updates are deferred, and the frames
seem jagged. So this commit restores a synchronous approach to display
updates whenever we use animation frames.
2014-07-02 09:26:24 -06:00
Nathan Sobo
e5ab2c6507
Pause scroll view measurement when requesting animation frames
...
We don't want any extra DOM reading that could introduce hitches in
the animation we're running.
2014-07-02 08:47:32 -06:00
Nathan Sobo
8add5ccd7e
Remove unused EditorComponent::componentWillUpdate hook
2014-07-02 08:46:56 -06:00
Kevin Sawicki
d3829e2fc6
Merge pull request #2792 from atom/document-atom-io-stargazers
...
Document stargazers endpoint for atom.io
2014-07-01 16:08:32 -07:00
Kevin Sawicki
c26f6cc7f7
Add the
2014-07-01 16:08:18 -07:00
Kevin Sawicki
3250888e05
Add missing comma
2014-07-01 15:55:13 -07:00
Kevin Sawicki
2e6ef6848a
Fence blocks as JSON
2014-07-01 15:55:02 -07:00
Ben Ogle
74bcbf6291
Upgrade themes to fix blurry tabs
...
Refs atom/tabs#62
2014-07-01 15:46:47 -07:00
Daniel Hengeveld
ab947082dc
add stargazers docs for apm
2014-07-01 15:29:04 -07:00
probablycorey
9e31bc5179
Remove runs description
2014-07-01 14:26:44 -07:00
Corey Johnson
be1a2f9e30
Merge pull request #2784 from maschs/ms-writingSpecsMD
...
writing-specs.md: Add examples for async/promise specs
2014-07-01 14:22:12 -07:00
Kevin Sawicki
9fe887191d
Upgrade to whitespace@0.23
2014-07-01 13:55:04 -07:00
Ben Ogle
b0031e493e
Merge pull request #2737 from atom/bo-fix-indent-guide
...
Fix indent guide
2014-07-01 13:46:25 -07:00
Ben Ogle
1fa6661efd
Remove the awkward _.pick
2014-07-01 11:48:36 -07:00
Nathan Sobo
8b57bb3309
Merge pull request #2789 from atom/ns-react-disable-gpu-option
...
Add editor.gpuDisabled option to prevent React editor from using layers
2014-07-01 12:48:34 -06:00
Kevin Sawicki
8b2e1b088a
Merge pull request #2788 from atom/ks-add-chocolatey-ignores
...
Add chocolatey ignores
2014-07-01 11:48:12 -07:00
Ben Ogle
dcb0d9b039
Update editor component specs
2014-07-01 11:41:44 -07:00
Nathan Sobo
4efabd2b5e
💄 method name
2014-07-01 12:34:00 -06:00
Nathan Sobo
18d17b55b5
Pass useHardwareAcceleration property down to CursorComponent instances
2014-07-01 12:33:45 -06:00
Ben Ogle
718e1228bd
Add checks for the change event
2014-07-01 11:32:04 -07:00
Kevin Sawicki
22b0a35dba
Add comment mentioning chocoloatey
2014-07-01 11:29:33 -07:00
Kevin Sawicki
e395b1416a
Add chocolatey gui for atom.exe
2014-07-01 11:19:54 -07:00
Nathan Sobo
0edfbaebeb
Rename editor option to useHardwareAcceleration
2014-07-01 12:17:43 -06:00
Ben Ogle
3e57fb8e9a
💄 naming
2014-07-01 10:59:42 -07:00
Nathan Sobo
512d4da587
Add editor.gpuDisabled option to prevent React editor from using layers
...
When gpuDisabled is true, we use `translate` instead of `translate3d`
to position various elements, preventing the creation of GPU layers.
2014-07-01 11:56:05 -06:00
Ben Ogle
de0e945c5c
More specs in tokenized buffer testing empty line retokenizing
2014-07-01 10:54:37 -07:00
Ben Ogle & Nathan Sobo
4642d96f39
Tokenize empty lines with a changed indent level synchronously
2014-07-01 10:54:37 -07:00
Ben Ogle
de2930fe99
💄
2014-07-01 10:54:37 -07:00
Ben Ogle
65c2f26656
Little note 📝
2014-07-01 10:54:36 -07:00
Ben Ogle
8ca709eb6a
Fix spec name
2014-07-01 10:54:36 -07:00
Ben Ogle
43e88f6515
Invalidate whitespace lines when their indent level changes
...
Refs #2376
2014-07-01 10:54:36 -07:00
Ben Ogle
d97eacc2f9
Add isOnlyWhitespace()
2014-07-01 10:54:36 -07:00
Kevin Sawicki
a70367c70b
Add chocolatey ignore for ctags-win32.exe
2014-07-01 10:45:32 -07:00
Ben Ogle
d60c718fe2
Merge pull request #2783 from atom/bo-up-scandal
...
Upgrade scandal to handle file read errors
2014-07-01 10:45:27 -07:00
Kevin Sawicki
fe838375a1
Add chocolatey ignore for node.exe
2014-07-01 10:45:25 -07:00
Ben Ogle
06d06d10e0
💄
2014-07-01 10:45:13 -07:00