Philip Weiss
e14ffb9420
set default path inside of project.replace
2018-03-09 14:04:21 -08:00
Philip Weiss
9282f07d07
return correct contents when no config present
2018-03-08 22:00:51 -08:00
Philip Weiss
a31795e1f3
fix linting issues
2018-03-08 21:53:50 -08:00
Philip Weiss
9d3c91b150
fix more nits
2018-03-08 21:49:18 -08:00
Philip Weiss
b4f9faba42
fix nits
2018-03-06 14:55:51 -08:00
Philip Weiss
9b6b842a03
Merge branch 'fb-pw-simple-project-config' of github.com:atom/atom into fb-pw-simple-project-config
2018-03-06 13:34:02 -08:00
Philip Weiss
aa925c2a4c
remove atomproject format restriction
2018-03-06 13:33:54 -08:00
Philip Weiss
6024a5f5cf
Fix linting error in config.js
2018-03-06 11:49:41 -08:00
Philip Weiss
685292bb8d
fix linting issues
2018-03-06 11:09:58 -08:00
Philip Weiss
062dfdea80
address PR comments
2018-03-06 11:06:22 -08:00
Philip Weiss
f111eaa543
remove console log
2018-03-01 21:02:48 -08:00
Philip Weiss
faf0d78f3e
remove console log
2018-03-01 21:00:24 -08:00
Philip Weiss
04081ba0e5
fix linting issues
2018-03-01 20:12:25 -08:00
Philip Weiss
fd970c35b4
remove getallforpriority
2018-03-01 19:49:15 -08:00
Philip Weiss
232f821c35
remove getProjectSettings
2018-03-01 19:45:40 -08:00
Philip Weiss
7ce5b000e4
address more of max's comments
2018-03-01 19:35:59 -08:00
Philip Weiss
3c02ab3621
add more spec
2018-03-01 19:12:53 -08:00
Philip Weiss
d5aaf9117a
update with max's suggestions
2018-03-01 19:09:22 -08:00
Philip Weiss
9d95fd613e
Merge branch 'fb-pw-simple-project-config' of github.com:atom/atom into fb-pw-simple-project-config
2018-03-01 13:28:25 -08:00
Philip Weiss
9fb756feeb
save entire settings object, rather than just the filename
2018-03-01 13:28:16 -08:00
Philip Weiss
8f672b2e5f
Merge branch 'master' into fb-pw-simple-project-config
2018-02-26 17:13:58 -08:00
Philip Weiss
5d6e531ede
replace -> did-replace
2018-02-26 17:03:54 -08:00
Philip Weiss
8567b8feea
fix linting issues
2018-02-26 15:56:36 -08:00
Philip Weiss
48d3677664
update project api names
2018-02-26 15:45:56 -08:00
Philip Weiss
547b067f3e
add callback to onDidReplaceAtomProject and add tests
2018-02-26 14:38:50 -08:00
Bryant Ung
8cb08edda0
⬆️ autocomplete-plus
2018-02-26 13:40:48 -08:00
Philip Weiss
607b3ffe52
add callback to ondidreplaceatomproject
2018-02-26 10:34:12 -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
Philip Weiss
a9fd84d8e9
flesh out clearatomproject
2018-02-25 22:00:49 -08:00
Philip Weiss
e376096e8f
use setpaths instead of command line paths
2018-02-25 21:57:18 -08:00
Philip Weiss
bd4231b936
relativize to atom project
2018-02-25 20:46:52 -08:00
Philip Weiss
f2eede833e
add onDidReplaceAtomProject api
2018-02-25 20:24:03 -08:00
Philip Weiss
89fbf1e25b
change API to clearAtomProject
2018-02-24 18:23:31 -08:00
Philip Weiss
b1490e951c
fix linting issues
2018-02-24 18:17:34 -08:00
Philip Weiss
20203b798c
update comments for getAll
2018-02-24 18:16:47 -08:00
Philip Weiss
6eee51be7e
atomProject -> atomproject
2018-02-24 18:04:56 -08:00
Philip Weiss
a419d47ef8
fix linting issues
2018-02-24 18:03:06 -08:00
Philip Weiss
347d547d5f
guard against edge cases
2018-02-24 17:58:46 -08:00
Philip Weiss
1483c0c96d
add more data passed through with projectSettings
2018-02-24 17:50:18 -08:00
Philip Weiss
9eee256396
change atomproject key
2018-02-24 17:12:39 -08:00
Philip Weiss
e2c480847c
atom project open in their own windows and behave more sanely
2018-02-23 17:38:36 -08: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