Max Brunsfeld
|
4e4794f3fd
|
Take 'scope' option in Config::observe
Deprecate using the scope as an optional first argument
|
2014-12-16 14:00:57 -08:00 |
|
Max Brunsfeld
|
f859ad5fc5
|
Allow null keyPath with options argument in ::get
|
2014-12-16 14:00:56 -08:00 |
|
Nathan Sobo
|
c35fb90653
|
Don’t return schema defaults when sources are specified in Config::get
|
2014-12-16 14:00:56 -08:00 |
|
Nathan Sobo
|
73df017d83
|
Add a ‘sources’ and ‘excludeSources’ options to Config::get
If the option is supplied, we will only retrieve values from the
specified sources.
|
2014-12-16 14:00:56 -08:00 |
|
Nathan Sobo
|
0e1ef201c1
|
Pass source to ::scopedSettingsStore on calls to ::set
Default it to the user’s config if no source is specified.
|
2014-12-16 14:00:56 -08:00 |
|
Nathan Sobo
|
be4d23aa13
|
Use the user’s config.cson path as the default config source
|
2014-12-16 14:00:56 -08:00 |
|
Nathan Sobo
|
c58606907a
|
Make scope a trailing option to Config::get
|
2014-12-16 14:00:56 -08:00 |
|
Nathan Sobo
|
c489a4662b
|
Make scopeSelector a trailing option to Config::set
|
2014-12-16 14:00:56 -08:00 |
|
Ben Ogle
|
367a4c4bd3
|
Merge pull request #4630 from atom/bo-better-save-notification
Better save notifications
|
2014-12-16 11:07:34 -08:00 |
|
Kevin Sawicki
|
7ee3ccb43d
|
Move up one more directory
|
2014-12-16 09:33:16 -08:00 |
|
Kevin Sawicki
|
89ed95e2ae
|
Add apm sh shim
|
2014-12-16 09:08:31 -08:00 |
|
Kevin Sawicki
|
ed1fbcc8e7
|
Use forward slashes in sh path
|
2014-12-16 09:02:09 -08:00 |
|
Kevin Sawicki
|
307ce4dc54
|
Write atom.sh to atom in bin folder
|
2014-12-15 17:52:56 -08:00 |
|
Kevin Sawicki
|
0833be4c27
|
Use correct variable name for sh text
|
2014-12-15 17:52:21 -08:00 |
|
Kevin Sawicki
|
af116b2b8a
|
Install atom.sh shim
|
2014-12-15 17:50:59 -08:00 |
|
Ben Ogle
|
f199c71fa8
|
Specs for the eacces error
|
2014-12-15 17:42:27 -08:00 |
|
Ben Ogle
|
67b39845c8
|
Add a better error message when a directory cannot be written to.
Closes #4607
|
2014-12-15 17:19:54 -08:00 |
|
Ben Ogle
|
a42505b6ae
|
Handle is a directory error
Closes #4616
|
2014-12-15 17:08:46 -08:00 |
|
Nathan Sobo
|
f026d30426
|
💄 Call deprecate on Grim local in Config
|
2014-12-15 17:06:02 -08:00 |
|
Max Brunsfeld
|
b4db61a7e7
|
Fix Config::getSettings
|
2014-12-15 16:25:19 -08:00 |
|
Ben Ogle
|
fad93b8d7e
|
Remove fake catch of Q errors on open
Closes #4628
|
2014-12-15 15:47:10 -08:00 |
|
Kevin Sawicki
|
b66e931a99
|
Only run package specs when project path exists
Closes #4579
|
2014-12-12 13:18:14 -08:00 |
|
Kevin Sawicki
|
91770f2885
|
Add buffer subscriptions to repo's subscriptions
Closes #4570
|
2014-12-12 12:26:09 -08:00 |
|
Kevin Sawicki
|
43de383b14
|
Use \r\n line endings for cmd shims
|
2014-12-12 12:11:38 -08:00 |
|
Kevin Sawicki
|
3cf104444c
|
Add missing resources segment
|
2014-12-12 12:11:38 -08:00 |
|
Kevin Sawicki
|
d3e53c5ada
|
Use correct path variable
|
2014-12-12 12:11:37 -08:00 |
|
Kevin Sawicki
|
1d0dd86041
|
Use new atom.cmd wrapper from installer
|
2014-12-12 12:11:37 -08:00 |
|
Ben Ogle
|
e83784e141
|
Merge pull request #4535 from mark-hahn/activateNowAPI
Fixed activateNow when no activation promise
|
2014-12-12 11:58:26 -08:00 |
|
Max Brunsfeld
|
e7b0c3e519
|
Deprecate Config::getSettings
Also, remove support for getting all settings for a scope selector
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2014-12-11 15:04:55 -08:00 |
|
Nathan Sobo
|
87efc7e1df
|
Only respond to stylesheet changes for mounted components
Refs #4493
|
2014-12-11 14:55:00 -07:00 |
|
Mark Hahn
|
93e3a5af2a
|
Fixed activateNow when no activation promise
|
2014-12-10 23:00:14 -08:00 |
|
Ben Ogle
|
278a507653
|
Merge pull request #4531 from atom/bo-buffered-process-error
Better BufferedProcess error handling
|
2014-12-10 18:17:09 -08:00 |
|
Nathan Sobo
|
7422f4378e
|
Add property filters to TextEditor::getDecorations methods
This makes it much easier to write tests that inspect the state of
decorations.
|
2014-12-10 19:11:50 -07:00 |
|
Ben Ogle
|
f2ab14656b
|
BufferedProcess::onDidThrowError -> ::onDidThrowError
|
2014-12-10 18:08:43 -08:00 |
|
Ben Ogle
|
ad73902382
|
📝 Add docs
|
2014-12-10 16:27:05 -08:00 |
|
Ben Ogle
|
bf63a9715c
|
Add BufferedProcess::onDidThrowError()
|
2014-12-10 16:26:57 -08:00 |
|
Kevin Sawicki
|
9ac27bc2f8
|
Grim.logDeprecationWarnings -> Grim.logDeprecations
Closes #4486
|
2014-12-10 16:05:36 -08:00 |
|
Max Brunsfeld
|
a6f31ed791
|
Pass event to Cursor::onDidChangePosition callbacks
|
2014-12-09 17:21:03 -08:00 |
|
Max Brunsfeld
|
e04b5a74d7
|
Fix position in Cursor::moveToBeginningOfPreviousParagraph
Also, remove unused parameters to private Cursor methods
|
2014-12-09 16:59:50 -08:00 |
|
Kevin Sawicki
|
26e867d65e
|
Remove squirrel logging
|
2014-12-09 16:02:36 -08:00 |
|
Nathan Sobo
|
b386b00bc0
|
Wait for next animation frame before measuring when stylesheets change
Fixes #4479
|
2014-12-09 14:56:33 -07:00 |
|
Max Brunsfeld
|
caf6fdd5ac
|
Merge pull request #4478 from atom/mb-panel-markup
Allow PanelElements to be instantiated with markup
|
2014-12-09 13:05:35 -08:00 |
|
Nathan Sobo
|
299ea18c58
|
Don’t try to upgrade CSS rules with no selector text
Fixes #4469
|
2014-12-09 13:41:33 -07:00 |
|
Nathan Sobo
|
966360e022
|
Set ::visible to false on panels when they are destroyed
|
2014-12-09 13:41:33 -07:00 |
|
Max Brunsfeld
|
1c7843d9b2
|
💄
|
2014-12-09 11:36:04 -08:00 |
|
Max Brunsfeld
|
c9e7cfc02c
|
Allow PanelElements to be instantiated with markup
|
2014-12-09 11:24:59 -08:00 |
|
Nathan Sobo
|
6ccc60342f
|
Remove deprecated Workspace::activePane references
|
2014-12-09 10:45:54 -07:00 |
|
Max Brunsfeld
|
5c37d208f5
|
Don't throw when ::getDefaultCharacterWidth is called while detached
|
2014-12-08 16:56:46 -08:00 |
|
Max Brunsfeld
|
d03cfda6c4
|
📝 new TextEditorElement methods
|
2014-12-08 16:38:57 -08:00 |
|
Max Brunsfeld
|
8f02b21d08
|
Add TextEditorElement::onDidAttach, ::onDidDetach
|
2014-12-08 16:21:59 -08:00 |
|