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
Max Brunsfeld
53dfa83ae9
Allow some synchronous parsing to avoid unnecessary re-renders
2018-05-23 15:58:33 -07:00
Max Brunsfeld
7a2667406b
Rename out-of-date property: layer -> languageMode
2018-05-23 09:42:36 -07:00
Max Brunsfeld
d4d57c2c8e
🐎 Parse asynchronously when opening buffers
2018-05-23 09:42:36 -07:00
Max Brunsfeld
3548abe541
Fix bug w/ empty node handling, comment TreeSitterHighlightIterator
2018-05-23 08:11:54 -07:00
Max Brunsfeld
f6d2d57299
Reparse again if there were changes since the last parse started
2018-05-23 08:11:54 -07:00
Max Brunsfeld
aced30da1f
Start work on async parsing
2018-05-23 08:11:54 -07:00
Max Brunsfeld
a66120aed2
⬆️ text-buffer, tree-sitter
2018-05-23 08:11:54 -07:00
Robert Sese
6a5acd95f7
Merge pull request #17382 from atom/rsese-add-issue-templates
...
Add feature request issue template
2018-05-21 21:04:50 -06:00
Robert Sese
719bd9ef80
Create Feature_request.md
2018-05-21 20:00:34 -05:00
Robert Sese
ade91404b4
Create bug_report.md
2018-05-21 19:58:57 -05:00
Jason Rudolph
8bded0ba84
Merge master into fix-color-problems-using-electron-2.0
2018-05-21 11:31:01 -04:00