Max Brunsfeld
1668617129
Merge pull request #16526 from atom/wl-rm-safe-clipboard
...
Directly require clipboard from Electron
2018-08-24 12:00:08 -07:00
Max Brunsfeld
467415af19
Merge branch 'master' into wl-rm-safe-clipboard
2018-08-24 11:57:36 -07:00
Hubot
bc2310bbf5
1.32.0-dev
2018-08-24 13:50:50 -05:00
Max Brunsfeld
bc00369f7f
Merge pull request #17923 from atom/mb-tree-sitter-sync-updates
...
Update Tree-sitter syntax highlighting synchronously for parses that complete sync
2018-08-24 11:44:46 -07:00
Jason Rudolph
d1236414e8
Merge pull request #17924 from atom/migrate-one-light-ui-package
...
➡️ Migrate core package 'one-light-ui' into ./packages
2018-08-24 14:35:16 -04:00
Max Brunsfeld
4d3a9ec17b
Update TextEditorRegistry spec to expect sync updates
2018-08-24 10:37:06 -07:00
Jason Rudolph
6ab1639234
Add link to migration issue
...
/xref: https://github.com/atom/atom/pull/17924#pullrequestreview-149388899
2018-08-24 13:32:07 -04:00
Jason Rudolph
3bf4d226ed
Remove obsolete build status link in one-light-ui README
...
The repository's top-level README provides the correct build status
links.
2018-08-24 13:08:39 -04:00
Jason Rudolph
b120777fac
➡️ Migrate core package 'one-light-ui' into ./packages
2018-08-24 13:05:34 -04:00
Max Brunsfeld
f1f37ee948
Update syntax highlighting synchronously if parsing completes synchronously
2018-08-24 09:34:58 -07:00
Max Brunsfeld
c0c071d6a4
Avoid error calling buildHighlightIterator on a destroyed language mode
2018-08-24 09:34:58 -07:00
Max Brunsfeld
3b9eb20c15
Implement getNonWordCharacters on TreeSitterLanguageMode
2018-08-24 09:34:58 -07:00
Max Brunsfeld
f716a73b59
Allow replacing editor's grammar with a grammar with the same scope name
2018-08-24 09:34:58 -07:00
Max Brunsfeld
f39ef32545
Delete spurious file
2018-08-24 09:34:58 -07:00
Max Brunsfeld
d937f14265
Fix off-by-one error that was masked by TextMateLanguageMode
...
TextMateLanguageMode.isRowCommented would return `undefined` instead of
`false` for out-of-bounds rows.
2018-08-24 09:34:58 -07:00
Max Brunsfeld
d1283fa69f
Fix TreeSitterLanguageMode.isRowCommented
2018-08-24 09:34:58 -07:00
David Wilson
84c6b5067b
Merge pull request #17918 from atom/dw-vsts-switch-linux-queue
...
Try "Hosted Ubuntu 1604" queue in VSTS
2018-08-23 20:49:13 -07:00
David Wilson
c096aa6bac
Use 'sudo' with /sbin/start-stop-daemon
2018-08-23 19:52:09 -07:00
David Wilson
1a780c84a2
Use 'sudo' for apt-get invocations
2018-08-23 19:51:38 -07:00
David Wilson
5f55bf2029
Try "Hosted Ubuntu 1604" queue in VSTS
2018-08-23 19:18:29 -07:00
Max Brunsfeld
d982446b9b
⬆️ language-c, tree-sitter
2018-08-23 17:40:48 -07:00
Tilde Ann Thurium
5a619a883f
Merge pull request #17907 from atom/tt-18-aug-bump-metrics-again
...
⬆️ metrics 1.6.2
2018-08-23 16:52:37 -07:00
David Wilson
8d48fc07da
Merge pull request #17893 from atom/dw-migrate-about
...
➡️ Migrate core package 'about' into ./packages
2018-08-23 15:48:58 -07:00
Tilde Ann Thurium
8b14622857
block tar module from being snapshotted
...
`npm install` moved some dependencies around. We are already not
snapshotting `tar`, now let's also not snapshot `tar` as a dependency of
`ls-archive`.
Co-Authored-By: David Wilson <daviwil@users.noreply.github.com >
2018-08-23 15:34:42 -07:00
Tilde Ann Thurium
df2d972443
we actually do need package.json
2018-08-23 15:09:29 -07:00
Tilde Ann Thurium
fe14c81488
try this without updating lockfile
2018-08-23 13:45:10 -07:00
Tilde Ann Thurium
1e77624e14
Revert " ⬆️ metrics 1.6.2"
...
This reverts commit b777575321 .
2018-08-23 13:44:32 -07:00
David Wilson
70497a39e7
Add README.md explaining core package locations and migration issues
2018-08-23 13:13:30 -07:00
Tilde Ann Thurium
b777575321
⬆️ metrics 1.6.2
2018-08-22 17:04:31 -07:00
David Wilson
9aa50b9cd4
Merge pull request #17903 from atom/dw-fix-dev-resource-path
...
Always provide a devResourcePath in load settings
2018-08-22 16:38:28 -07:00
David Wilson
c1f58e7971
Recognize short form argument -r of --resource-path in main.js
2018-08-22 12:42:15 -07:00
David Wilson
f31471707d
Remove resourcePath and devResourcePath assignment from parseCommandLine
2018-08-22 12:41:36 -07:00
Ash Wilson
cd756ea75f
Merge pull request #17902 from atom/aw/custom-test-env
...
Support custom test runner environment variables
2018-08-22 15:00:34 -04:00
David Wilson
bb1f7b0a2f
Always provide a devResourcePath in load settings
2018-08-22 11:48:50 -07:00
Ash Wilson
393ded88bc
Inherit environment variables in the test runner window
2018-08-22 13:26:46 -04:00
Ash Wilson
dbb3947250
Pass the environment to the window if one is present
2018-08-22 13:22:08 -04:00
Ash Wilson
e1015103c8
Use Object.assign() instead of spread so we don't confuse Joanna
2018-08-22 13:21:44 -04:00
Ash Wilson
528346040c
Pass additional options to the test runner window
2018-08-22 10:28:41 -04:00
Ash Wilson
42c75ecbe5
Pass additional options with run-package-specs message
2018-08-22 10:28:20 -04:00
Ash Wilson
592722d094
Spec for passing additional options to the test window
2018-08-22 10:27:50 -04:00
simurai
d5ac645b3e
Update package-lock.json
...
Should be part of a2c3344be6
2018-08-22 21:35:56 +09:00
simurai
a2c3344be6
⬆️ markdown-preview@v0.159.23
2018-08-22 17:07:42 +09:00
simurai
339e772d96
⬆️ markdown-preview@v0.159.22
2018-08-22 11:12:36 +09:00
David Wilson
c3c40cc5c1
Remove unneeded files and references to old CI configuration
2018-08-21 16:51:48 -07:00
David Wilson
4523fa7774
➡️ Migrate core package 'about' into ./packages
2018-08-21 15:27:37 -07:00
David Wilson
cbcad274a7
Merge pull request #17892 from atom/dw-improve-repo-local-packages
...
Improve repo-local packages implementation
2018-08-21 15:26:18 -07:00
Ash Wilson
4e150179a9
Merge pull request #17736 from atom/aw/custom-line-number-gutter
...
Multiple, custom line number gutters
2018-08-21 18:17:31 -04:00
David Wilson
2d65535147
Don't normalize undefined devResourcePath on Windows
2018-08-21 14:20:42 -07:00
Ash Wilson
e04da46e8a
Quick spec for line number rendering
2018-08-21 16:59:48 -04:00
Tilde Ann Thurium
b1aad7b12b
Merge pull request #17887 from atom/tt-18-aug-bump-welcome
...
⬆️ welcome package
2018-08-21 12:59:13 -07:00