joshaber
07eebdccb8
Use .openExt instead of .open.
...
Use openExt to open the repository so we get the same repo-searching
behavior we had with git-utils.
2016-01-04 11:26:58 -05:00
joshaber
449c1e6a69
Merge branch 'master' into dh-async-repo
2016-01-04 11:15:01 -05:00
Kevin J
876928f7f6
Update function documentation for scrollToScreenPosition
2016-01-02 16:05:21 -05:00
joshaber
28326b3674
Strip any leading /private/.
...
I don’t love that we have to do this manually, but I also can’t find
any node function that’ll do it for us :(
2015-12-30 12:11:06 -05:00
joshaber
3af5e8cc18
Fix path standardization on case-sensitive file systems.
2015-12-30 12:10:33 -05:00
joshaber
34ab798362
Added getCachedPathStatuses()
2015-12-29 17:10:09 -05:00
joshaber
f413801836
Remove items that don't have any changes.
2015-12-29 17:10:01 -05:00
joshaber
50e1095ae1
Merge branch 'master' into dh-async-repo
2015-12-28 13:04:22 -05:00
Antonio Scandurra
590c2da211
Merge pull request #10084 from atom/as-serialize-language-state
...
Serialize language state for untitled buffers
2015-12-18 19:56:40 +01:00
Max Brunsfeld
352a5abf11
Merge branch 'beta'
...
Conflicts:
package.json
2015-12-16 10:22:26 -08:00
Max Brunsfeld
f670dd8ff2
Merge branch 'stable' into beta
...
Conflicts:
package.json
2015-12-16 10:21:29 -08:00
Nathan Sobo
473e8856a8
Merge pull request #10017 from atom/as-sha1-v8-cache
...
Cache v8 code by source file's SHA1
2015-12-16 10:19:01 -08:00
Antonio Scandurra
19ff676c7b
Serialize grammar for untitled buffers
2015-12-16 10:35:23 +01:00
joshaber
a04813453d
Merge branch 'master' into dh-async-repo
2015-12-15 17:14:25 -05:00
Antonio Scandurra
14f959e13d
Merge pull request #9997 from atom/as-cjk-wrap-boundary
...
Wrap line at boundary if it includes a CJK character
2015-12-15 12:09:52 +01:00
joshaber
b464916c56
Merge branch 'master' into dh-async-repo
2015-12-14 23:29:39 -05:00
joshaber
4c0f10360b
Merge branch 'master' into dh-async-repo
2015-12-14 23:29:11 -05:00
joshaber
36f13e6036
#nocontext
2015-12-14 23:29:08 -05:00
joshaber
c4ba2132fa
Accumulate the raw data we want instead of keeping hunks around.
2015-12-14 23:29:01 -05:00
Max Brunsfeld
a16b99fa58
Merge pull request #10062 from atom/mb-emit-state-update-on-model-scroll
...
Emit state update when model's scroll position is changed
2015-12-14 17:38:36 -08:00
joshaber
27afc76455
Fix hunk callback position.
2015-12-14 20:27:10 -05:00
Max Brunsfeld
02ab7179ce
Emit state update when model's scroll position is changed
2015-12-14 16:56:53 -08:00
Antonio Scandurra
e16430accd
🎨 Extend isCJKUnifiedIdeograph charset
2015-12-14 11:58:05 +01:00
Antonio Scandurra
2e7048d8c6
Merge pull request #10028 from atom/ns-remove-presenter-flags
...
Remove non-essential update guard flags from TextEditorPresenter
2015-12-14 11:43:19 +01:00
Antonio Scandurra
20e8856df1
💄 Minor stylistic change
2015-12-11 13:41:44 -07:00
Antonio Scandurra
d5f67494ab
Add back shouldUpdateDecorations
2015-12-11 13:41:44 -07:00
Nathan Sobo
3233570c0d
Remove flags from presenter. Always perform full state update.
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com >
2015-12-11 13:41:44 -07:00
Nathan Sobo
5cfd3423bf
Use internal scroll assignment methods when committing logical positions
...
This prevents an addition pending assignment and cuts directly to
adjusting the positions.
2015-12-11 13:34:46 -07:00
joshaber
8a91bfb209
Be consistent in our path relativization.
2015-12-11 15:34:42 -05:00
joshaber
311728453e
Merge branch 'master' into dh-async-repo
2015-12-11 14:48:13 -05:00
joshaber
c1cf5583b4
If there isn't an index entry then it's not a submodule.
2015-12-11 14:48:11 -05:00
Antonio Scandurra
3e63197b51
💄 Fix lint warnings
2015-12-11 19:05:49 +01:00
Antonio Scandurra
fa48b2fbe0
Make v8 version part of the key
2015-12-11 17:47:04 +01:00
joshaber
5d87002b3f
Use the functions.
2015-12-11 10:18:58 -05:00
joshaber
d14603c778
Use some instead.
2015-12-11 10:09:52 -05:00
Antonio Scandurra
12376039a9
🎨 cjk -> CJK
2015-12-11 14:28:26 +01:00
Antonio Scandurra
173fbba02b
Wrap at the first CJK character before the boundary
2015-12-11 14:26:51 +01:00
Antonio Scandurra
4bf86b2b9e
Merge branch 'master' into as-cjk-wrap-boundary
2015-12-11 13:49:53 +01:00
Antonio Scandurra
c5562d8446
Allow to supply an invalidation key to FileSystemBlobStore
2015-12-11 13:38:50 +01:00
Antonio Scandurra
cdd4212400
Pass an invalidation key in NativeCompileCache
2015-12-11 12:47:17 +01:00
joshaber
81d4f06802
And that's why we write tests.
2015-12-10 20:00:37 -05:00
joshaber
35768f8595
Merge branch 'master' into dh-async-repo
2015-12-10 17:57:38 -05:00
joshaber
c5383305d0
If we don't have a project then we're not at the root.
2015-12-10 17:57:35 -05:00
joshaber
dba698f672
Define a constant for this.
2015-12-10 17:57:21 -05:00
joshaber
3ccf186150
This can be local.
2015-12-10 17:57:13 -05:00
joshaber
0c42747e8a
Just Use Clone.
2015-12-10 16:55:21 -05:00
joshaber
4916a2e762
🍩 need this.
2015-12-10 16:55:08 -05:00
joshaber
3e7344394c
Fix the documentation style.
2015-12-10 16:54:15 -05:00
Nathan Sobo
85c6139579
Don’t force DOM updates in LinesYardstick
...
Instead, determine the need for a DOM update in the component before
measuring with the lines yardstick, and break `updateSync` into two
explicit pre- and post-measurement phases.
2015-12-10 14:47:05 -07:00
joshaber
fcf8581255
Put this constant with the others.
2015-12-10 16:45:05 -05:00