David Wilson
d745ea7c25
Merge pull request #17479 from atom/dw-update-electron-link
...
⬆️ electron-link
2018-06-06 10:31:51 -07:00
David Wilson
a18a239c54
⬆️ electron-link
2018-06-06 09:40:30 -07:00
Max Brunsfeld
463a7f4b72
Merge pull request #17475 from atom/mb-another-grammar-scoring-fix
...
Don't boost tree-sitter grammars' score unless they match in some way
2018-06-05 17:13:46 -07:00
Max Brunsfeld
31f511aae7
Don't boost tree-sitter grammars' score unless they match in some way
2018-06-05 16:00:03 -07:00
Thomas Johansen
40f102919b
⬆️ archive-view@0.64.6
2018-06-06 00:37:27 +02:00
Max Brunsfeld
c59ebdf609
Silence bash's output before reading from pipe in atom.sh
2018-06-05 10:00:14 -07:00
Max Brunsfeld
41bbac7bb1
Merge pull request #17469 from atom/mb-wait-fifo-fixes
...
Atom.sh - identify and create atom home dir regardless of platform
2018-06-04 18:07:00 -07:00
Max Brunsfeld
ebf15ef050
Merge pull request #17468 from atom/mb-fix-content-regexes
...
Make Tree-sitter grammars' contentRegExp work as intended
2018-06-04 18:06:46 -07:00
Max Brunsfeld
81088b6c16
Atom.sh - identify and create atom home dir regardless of platform
2018-06-04 17:22:59 -07:00
Max Brunsfeld
4dbfadd0d5
Make Tree-sitter grammars' contentRegExp work as intended
2018-06-04 17:17:37 -07:00
David Wilson
ba9616506f
Merge pull request #17464 from atom/extended-color-profile-bits
...
Extend the color profile PR (#17380 )
2018-06-04 14:22:25 -07:00
David Wilson
fceb6b0063
Merge pull request #17380 from atom/fix-color-problems-using-electron-2.0
...
Restore color rendering following Electron 2.0 update
2018-06-04 12:40:50 -07:00
Max Brunsfeld
05e072286f
⬆️ find-and-replace
2018-06-04 12:25:16 -07:00
Max Brunsfeld
6d9549b639
⬆️ underscore-plus to revert escapeRegExp fix
2018-06-03 14:59:14 -07:00
Max Brunsfeld
9710dea25f
⬆️ underscore-plus for escapeRegExp fix
2018-06-01 17:41:57 -07:00
Jason Rudolph
c3d38ed360
Support configuring color profile via settings UI
2018-06-01 16:32:31 -04:00
Jason Rudolph
f9ba602c6c
Gracefully handle missing config file
...
https://circleci.com/gh/atom/atom/7630
2018-06-01 16:21:04 -04:00
Jason Rudolph
266e0111b8
☠ ☕ Decaffienate ScopeDescriptor
...
Oddly, I expect this to resolve the CI failure seen in
https://travis-ci.org/atom/atom/builds/386819124#L1200 .
2018-06-01 15:33:28 -04:00
Jason Rudolph
b67f8ac2ce
👕
2018-06-01 15:04:46 -04:00
Jason Rudolph
6985fb0ff3
Use Atom's standard config file to set custom color profile
2018-06-01 14:26:33 -04:00
Landon Abney
064fcce3f6
Merge pull request #17057 from atom/la/generate-api-docs
...
Add --generate-api-docs to build script
2018-06-01 10:55:07 -07:00
Landon Abney
5e49917c56
Wrap binariesPromise handling in an if
...
Instead of forcing an immediate exit with process.exit(), wrap the
handling of binariesPromise in an `if` statement, allowing the script to
exit on its own if passed the new option.
2018-06-01 09:31:03 -07:00
Landon Abney
bb7046830a
Revert moving of dependencies
...
This change isn't necessary for adding the option.
2018-06-01 09:29:29 -07:00
Jason Rudolph
c71de84962
Look for .electron-switches in ATOM_HOME
2018-06-01 11:02:00 -04:00
Jason Rudolph
82ba358aa9
Read user's custom Electron switches from config file
2018-06-01 09:50:16 -04:00
Max Brunsfeld
f342201b19
⬆️ tree-sitter
2018-05-31 19:37:16 -07:00
Ash Wilson
e31c972d38
Merge pull request #17439 from atom/aw/github-up-stable
...
Upgrade atom/github on dev
2018-05-31 07:50:02 -04:00
Ash Wilson
08f6929c0d
⬆️ atom/github
2018-05-30 21:07:41 -04:00
David Wilson
4de2cd8d1d
⬆️ whitespace
2018-05-30 16:13:53 -07:00
Ash Wilson
f7de8ca7f5
Merge pull request #17434 from atom/aw/github-up-stable
...
Upgrade atom/github on dev
2018-05-30 16:10:16 -04:00
Ash Wilson
cc70198f41
⬆️ atom/github
2018-05-30 15:15:37 -04:00
Ash Wilson
97fe30eb7c
Revert " ⬆️ @atom/watcher"
...
This reverts commit 2f32794306 .
2018-05-30 11:27:47 -04:00
Ash Wilson
2f32794306
⬆️ @atom/watcher
2018-05-30 11:09:40 -04:00
Max Brunsfeld
ac840d91cb
Merge pull request #17403 from lllusion3469/patch-1
...
Change atom.sh not to spawn a sleep process every second on --wait
2018-05-29 14:30:51 -07:00
Max Brunsfeld
d7e7c772c3
Merge pull request #17424 from atom/mb-workspace-open-exception-handling
...
Avoid masking exceptions as cancellations in Workspace.open
2018-05-29 14:30:12 -07:00
Lee Dohm
57572d5221
Merge pull request #17008 from saadq/flow-double-slash
...
allow the use of double slash flow comments
2018-05-29 14:24:59 -07:00
lllusion3469
e3628fcf02
Use a named pipe instead of the tty
...
Works even if stdin is not a terminal.
Some programs can replace a fifo with a named pipe, which would break this.
For example: rsync without --specials
2018-05-29 22:37:15 +02:00
Max Brunsfeld
d4e132067b
Avoid masking exceptions as cancellations in Workspace.open
2018-05-29 13:26:15 -07:00
Ash Wilson
f5ee8b5efd
Merge pull request #17421 from atom/aw/github-up
...
GitHub package upgrade
2018-05-29 14:37:42 -04:00
Ash Wilson
489ed01ee3
⬆️ github
2018-05-29 13:42:08 -04:00
simurai
74c496ccdd
⬆️ one-dark/light-syntax@v1.8.3
2018-05-28 12:04:36 +09:00
simurai
5959256a8b
⬆️ solarized-dark/light-syntax@v1.1.5
2018-05-28 11:58:25 +09:00
Thomas Johansen
ea9da08928
⬆️ tree-sitter
2018-05-27 14:33:32 +02:00
Ash Wilson
7dfb45eb61
Merge pull request #17406 from atom/aw/update-github
...
GitHub package upgrade
2018-05-25 14:29:59 -04:00
Ash Wilson
d0816cd21f
⬆️ github
2018-05-25 12:59:18 -04:00
David Wilson
e367517832
⬆️ spell-check
2018-05-25 07:37:48 -07:00
Max Brunsfeld
d32938f59f
⬆️ language-shellscript
2018-05-24 12:03:02 -07:00
npezza93
0938ea1a3d
Fix deprecated hidden-inset title bar style
...
As of https://github.com/electron/electron/pull/11975 the hidden-inset
titleBarStyle has been removed so the custom-inset title bar option
renders a normal title bar which is not desired.
2018-05-24 10:40:01 -04:00
lllusion3469
0e690391d5
Change atom.sh not to spawn a sleep process every second on --wait
...
As sleep(1) is not a bash builtin, every second a new process is spawed.
To prevent this, the POSIX read can be used instead.
Since it is (required to be) a bash builtin, it is immediately killed along with bash unlike a longer running sleep would be.
In case stdin is e.g. /dev/null for whatever reason (this would break EDITOR=nano), sleep is still kept to prevent a tight loop.
2018-05-24 15:02:31 +02:00
Max Brunsfeld
a78d682e00
Merge pull request #17339 from atom/mb-async-parsing
...
Perform parsing off the main thread when Tree-sitter is enabled
2018-05-23 16:45:51 -07:00