Commit Graph

34462 Commits

Author SHA1 Message Date
Lee Dohm
afdc8f7a60 Revert "⬆️ spell-check@0.73.0"
This reverts commit d7ec3558aa.
2018-02-28 12:30:26 -08:00
Lee Dohm
d7ec3558aa ⬆️ spell-check@0.73.0 2018-02-28 11:29:14 -08:00
Lee Dohm
45ca743cdd ⬆️ dalek@0.2.2 2018-02-28 10:58:05 -08:00
Ash Wilson
fc8e12fadb Merge pull request #16859 from jerry88kim/add-await-remove-unnecessary-param
Add 'await' keyword at async function call and remove unnecessary parameter
2018-02-28 10:29:28 -05:00
Ash Wilson
001aada5ac Merge pull request #16851 from atom/aw-filter-event-paths
Test .oldPath and .path on rename events
2018-02-28 08:19:40 -05:00
youngjoo88kim
9d55753ccb Add 'await' keyword at async function call and remove unnecessary parameter 2018-02-28 18:48:12 +09:00
Antonio Scandurra
f96ed6ff21 ⬆️ fuzzy-finder 2018-02-28 09:36:52 +01:00
Ash Wilson
72c30d7e78 Thanks, linter 2018-02-27 21:40:30 -05:00
Ash Wilson
1dab06c4da Remove redundant filtered declaration 2018-02-27 21:06:37 -05:00
Ash Wilson
daf7994402 Merge pull request #16852 from atom/aw-fix-emulated-events
Avoid calling fs.realpath on editors without a path
2018-02-27 21:05:43 -05:00
David Wilson
60685ce102 ⬆️ autocomplete-plus 2018-02-27 16:23:25 -08:00
David Wilson
9187f4a8b2 ⬆️ command-palette 2018-02-27 15:30:06 -08:00
Ash Wilson
b9117c14be Avoid calling fs.realpath on editors without a path 2018-02-27 17:22:30 -05:00
Ash Wilson
4c8f1fe3ad There's no modifyEvent there 2018-02-27 17:16:08 -05:00
Ash Wilson
f7f6564b7d Test .oldPath and .path on rename events 2018-02-27 17:14:41 -05:00
Ian Olsen
5fdfd6509d Merge pull request #16791 from Evpok/startupwmclass-desktop
Add `StartupWMClass` to .desktop for easier window-app association
2018-02-27 13:16:52 -08:00
Ian Olsen
6d5bada5c4 Merge pull request #16844 from atom/2018-02-26-focus
Weekly Focus: 2018-02-26
2018-02-27 11:57:05 -08:00
David Wilson
8f60b2ec81 Update 2018-02-26.md 2018-02-27 11:29:36 -08:00
Damien Guard
0227d4256e Update 2018-02-26.md 2018-02-27 09:30:18 -08:00
Max Brunsfeld
85770d2ded Add my areas of focus 2018-02-27 09:08:28 -08:00
Ash Wilson
7fdcf7399d @smashwilson's updates 2018-02-27 10:55:35 -05:00
Bryant Ung
50eda68ef9 ⬆️ settings-view 2018-02-26 18:21:38 -08:00
Nathan Sobo
405eb5cf36 Add Xray focus blurbs 2018-02-26 15:31:47 -07:00
Nathan Sobo
0ed9f29a40 Remove plus signs 2018-02-26 15:15:48 -07:00
Bryant Ung
8cb08edda0 ⬆️ autocomplete-plus 2018-02-26 13:40:48 -08:00
Ian Olsen
7e49d297d9 Create 2018-02-26.md 2018-02-26 12:25:58 -08:00
Lee Dohm
ce61bd24c1 Merge pull request #16841 from SHADOWELITE7/patch-1
Adding the Discussion
2018-02-26 08:14:17 -07:00
Lee Dohm
698f06016f Clarify and clean up 2018-02-26 07:13:42 -08:00
Jasper David Rogers
94fed2f97c Adding the Discussion 2018-02-26 07:28:07 -05:00
Max Brunsfeld
89feb6ab7c Merge pull request #16827 from atom/fb-mdt-pane-element-to-js
Convert PaneContainerElement and PaneElement to JS
2018-02-23 16:04:47 -08:00
Matthew Dapena-Tretter
880148259f Convert PaneContainerElement and PaneElement to JS 2018-02-23 14:39:57 -08:00
Max Brunsfeld
45247632da Merge pull request #16823 from Arcanemagus/allow-empty-username
Handle empty username
2018-02-22 17:21:46 -08:00
Max Brunsfeld
74ea91ab2e Fix snapshot blacklist for request module 2018-02-22 13:26:56 -08:00
Landon Abney
138115f2a8 🐛 Handle empty username
If Atom is launched in a shell that is missing the `USER`/`USERNAME`
environment variable it locks up due to an unhandled error from
`crypto.update`. This switches to using Node.js's built in
`os.userInfo()` method to retrieve the current user name,
allowing Atom to complete initialization in this scenario.

Fixes #16821.
2018-02-22 13:18:56 -08:00
Max Brunsfeld
c9f9b5d1e5 ⬆️ settings-view 2018-02-22 12:51:02 -08:00
Jordan Eldredge
fa9c8d1ace Merge pull request #16661 from captbaritone/context-menu-order-master
Enable packages to control order of context menu items
2018-02-22 09:36:43 -08:00
Will Binns-Smith
b42972fa84 Add custom properties to atom-workspace to track editor properties (#16731)
* Add custom properties to atom-workspace

These track the editor's current font size, font family, and line
height.

* Move editor styles to text-editor; add monospace fallback

* Add default font family

So that there will always be a valid value.

* Fix specs
2018-02-21 19:02:14 -08:00
Will Binns-Smith
e9d4163899 Replace csslint with stylelint (#16803) 2018-02-21 16:20:20 -08:00
Max Brunsfeld
983406e166 Merge pull request #16814 from atom/mb-default-scope-descriptor
Provide a default scope descriptor if language mode doesn't provide them
2018-02-21 16:06:56 -08:00
Max Brunsfeld
2100f90cf4 Provide a default scope descriptor if language mode doesn't provide them 2018-02-21 14:55:58 -08:00
Jordan Eldredge
42e3a5015d Improve spec spacing 2018-02-21 13:14:45 -08:00
Max Brunsfeld
e638100158 Merge pull request #16810 from atom/mb-dont-write-config-when-quitting
Don't try to write config file while quitting
2018-02-21 10:44:56 -08:00
Max Brunsfeld
dae1c75235 ⬆️ atom-keymap 2018-02-21 10:39:30 -08:00
Max Brunsfeld
a0e231dea3 Merge pull request #16809 from atom/mb-fix-color-config
Serialize settings as JSON when sending them to the main process
2018-02-21 10:39:07 -08:00
Max Brunsfeld
ea8165a1ca Make TreeSitterLanguageMode.scopeDescriptorForPosition accept arrays
Fixes #16808
2018-02-21 10:16:50 -08:00
Max Brunsfeld
fb85656d8f Don't try to write config file while quitting 2018-02-21 09:29:02 -08:00
Max Brunsfeld
6b9e87ecd6 Serialize settings as JSON when sending them to the main process 2018-02-21 09:18:15 -08:00
Damien Guard
1d9d17bc39 Update 2018-02-19.md 2018-02-20 18:40:55 -08:00
Ian Olsen
e313bb9d89 Merge pull request #16763 from atom/focus-2018-02-19
Weekly focus doc: 2018-02-19
2018-02-20 18:15:51 -08:00
David Wilson
5c85cb4968 Merge pull request #16799 from atom/dw-update-git-utils
⬆️ git-utils
2018-02-20 16:29:46 -08:00