Commit Graph

34800 Commits

Author SHA1 Message Date
Max Brunsfeld
12a54fb04f Use callback when calling mkdirp in recovery service 2018-05-01 11:48:47 -07:00
Byron Igoe
305bf9b4cb Await async mkdirp 2018-05-01 11:48:47 -07:00
Byron Igoe
f17add20c1 Cleaned up 2018-05-01 11:48:47 -07:00
Byron Igoe
a885d8a030 Fixes https://github.com/atom/atom/issues/17013 by creating the recovery directory 2018-05-01 11:48:47 -07:00
Max Brunsfeld
3f8b463b15 Move auto update initialization back to AtomApplication.initialize
This fixes some CI problems introduced in #17216
2018-05-01 11:01:18 -07:00
Wliu
637b61f8bb ⬆️ about@1.9.0 2018-04-30 20:23:47 -04:00
Damien Guard
75d29d5f9c ⬆️ language-csharp 2018-04-27 18:13:56 -07:00
simurai
59cb1dd502 ⬆️ one-dark/light-ui@v1.12.2 2018-04-26 14:32:26 +09:00
Max Brunsfeld
1c759582cc Merge pull request #17218 from atom/mb-live-update-for-tree-sitter-setting
Update existing editors' language modes when toggling tree-sitter feature flag
2018-04-25 14:22:34 -07:00
Max Brunsfeld
7c6312b277 Update assertions about lack of memory-leak in GrammarRegistry specs 2018-04-25 13:17:33 -07:00
Max Brunsfeld
d36c102ca0 Don't scroll in unfoldAll if there were no folds 2018-04-25 12:57:59 -07:00
Max Brunsfeld
79eab0527a Reassign language modes when toggling tree-sitter feature flag 2018-04-25 12:57:40 -07:00
Max Brunsfeld
a1e1f65d18 ⬆️ language-c 2018-04-25 12:23:33 -07:00
Max Brunsfeld
bc9cc0404f ⬆️ spell-check 2018-04-25 10:51:28 -07:00
Max Brunsfeld
d07e0d6f50 Merge pull request #17216 from atom/mb-respect-auto-update-setting
Wait to initialize auto update manager until config is loaded
2018-04-25 10:39:37 -07:00
Max Brunsfeld
1ad9715e9d Wait to initialize auto update manager until config is loaded 2018-04-25 09:33:53 -07:00
Max Brunsfeld
d233e20c32 Merge pull request #17212 from atom/mb-remove-project-flags
Remove 'project' command line flag
2018-04-25 09:14:02 -07:00
David Wilson
e8a943058e Merge pull request #17215 from atom/dw-update-git-utils
⬆️ git-utils v5.4.0
2018-04-25 11:30:48 -04:00
Max Brunsfeld
85d745cbec Remove 'project' command line flag
From what I can tell, this flag never worked correctly. Instead of
opening the paths specified in the project file, the directory
containing the project file itself would always be opened.
2018-04-25 07:45:58 -07:00
David Wilson
5b485dcb4b Merge pull request #15165 from segevfiner/sf-windows-update-process-env
Recognize Windows cmd or powershell environment in updateProcessEnv
2018-04-25 10:44:29 -04:00
David Wilson
ff982bdafe ⬆️ git-utils v5.4.0 2018-04-25 10:25:39 -04:00
Ash Wilson
db36ca0590 Merge pull request #17200 from atom/weekly-2018-04-23
Weekly focus: 2018-04-23
2018-04-24 10:43:38 -04:00
David Wilson
138a4a0d72 Add @daviwil focus items 2018-04-24 08:53:56 -04:00
simurai
93690a614e Merge pull request #17208 from atom/sm-ibeam
Fix white I-beam cursor
2018-04-24 15:56:55 +09:00
simurai
0be2dd32bc Fix lint error 2018-04-24 14:46:54 +09:00
simurai
fbedbf0a29 Fix white I-beam cursor 2018-04-24 12:28:41 +09:00
Max Brunsfeld
1f59ba90ac Add max's focus 2018-04-23 11:47:20 -07:00
Jason Rudolph
4fbad81a7c Add Teletype highlights from the past week 2018-04-23 12:50:13 -04:00
Jason Rudolph
39fcb66ed2 Update Teletype roadmap to reflect recent progress 2018-04-23 12:50:13 -04:00
Jason Rudolph
a0856fe437 Use markdown task syntax for Teletype's longer-term roadmap items 2018-04-23 12:50:13 -04:00
Jason Rudolph
c87ae5f62e Remove empty list item 2018-04-23 12:50:13 -04:00
Ash Wilson
f070a7b535 GitHub package work 2018-04-22 20:41:48 -04:00
Ash Wilson
0ef83e2c17 Link to @nathansobo's writeup 2018-04-22 20:37:06 -04:00
Ash Wilson
4b131e0176 Template 2018-04-22 20:35:05 -04:00
Lee Dohm
40213a2418 Enable move-issues bot 2018-04-20 15:45:38 -07:00
Max Brunsfeld
9654e64c04 ⬆️ encoding-selector 2018-04-19 17:28:31 -07:00
Damien Guard
deeed0667d ⬆️ language-csharp 2018-04-19 07:49:47 -07:00
Max Brunsfeld
d50349f004 Merge pull request #17166 from atom/mb-dont-save-config-while-quitting
Avoid writing to config file while quitting
2018-04-18 15:34:51 -07:00
Lee Dohm
a97efc8d35 Merge pull request #17169 from atom/remove-freebsd-instructions
Remove FreeBSD build instructions since they don't work
2018-04-18 14:57:51 -07:00
Lee Dohm
04fb4940c6 Remove reference to FreeBSD from build instructions list 2018-04-18 14:02:31 -07:00
Lee Dohm
6e35f556b7 Remove FreeBSD build instructions since they don't work 2018-04-18 13:25:18 -07:00
Max Brunsfeld
7a5d727e22 Avoid writing to config file while quitting 2018-04-18 10:46:38 -07:00
Max Brunsfeld
7b46b970b8 ⬆️ text-buffer 2018-04-18 10:21:16 -07:00
Antonio Scandurra
603dc5a05c Merge pull request #17131 from atom/weekly-2018-04-16
Weekly focus: 2018-04-16
2018-04-18 09:00:23 +02:00
Antonio Scandurra
f3bf3532fe Update 2018-04-16.md 2018-04-18 09:00:07 +02:00
Max Brunsfeld
8bbd498ff3 ⬆️ language-javascript 2018-04-17 17:36:05 -07:00
Max Brunsfeld
053a238cdf ⬆️ autoflow 2018-04-17 14:35:51 -07:00
Max Brunsfeld
08397f72a5 ⬆️ snippets 2018-04-17 14:33:10 -07:00
David Wilson
be106a4e6d Add @daviwil weekly focus 2018-04-17 09:23:03 -07:00
Tilde Ann Thurium
b72501aaa2 Merge pull request #17159 from atom/tt-bump-about-version
Bump version for `about` package.
2018-04-17 15:51:11 +01:00