Ben Ogle
9cb67a6def
📝 Fix doc reference in config
2015-01-30 16:52:19 -08:00
Ben Ogle
d3f29c4580
🎨 Fix wording
2015-01-29 17:54:41 -08:00
Ben Ogle
cd812e7a65
Transact on resetting the settings when a schema changes
2015-01-29 17:54:41 -08:00
Ben Ogle
4e6e636b8b
🎨 Reorder args to be consistent with other methods
2015-01-29 17:54:41 -08:00
Ben Ogle
083bafdb33
Handle unschema’d items in objects.
...
This is required for packages that still use configDefaults
2015-01-29 17:54:41 -08:00
Ben Ogle
adbe151c5d
Fix up the linter error
2015-01-29 17:54:41 -08:00
Ben Ogle
b9b2b4bca2
Adhere to the schemas when loading the user’s config
2015-01-29 17:54:41 -08:00
Ben Ogle
79094ee889
Reset all user config values when the schema changes.
2015-01-29 17:54:40 -08:00
Kevin Sawicki
3ca5495690
Merge pull request #5279 from paulcbetts/patch-1
...
Enable DirectWrite
2015-01-28 16:11:15 -08:00
Cheng Zhao
93181d8a54
Array::find is undefined in Chrome 40
2015-01-28 14:06:14 -08:00
Cheng Zhao
87c2f4496f
🐧 Set window icon, fixes #5281
2015-01-27 20:34:36 -08:00
Paul Betts
a743e8d058
Enable DirectWrite
...
Chrome 39 proper now has DirectWrite as the default renderer, which makes a huge difference in text clarity, especially on High DPI monitors.
2015-01-27 14:38:50 -08:00
Cheng Zhao
b4e25137a2
"screen" is now a browser side module
2015-01-26 11:28:00 -08:00
Cheng Zhao
05aaace387
Do not set window icon, fixes #4811
2015-01-26 11:28:00 -08:00
Kevin Sawicki
6b963a562f
Track coffee cache hits correctly
2015-01-23 11:48:19 -08:00
Kevin Sawicki
b81c1f408f
Track coffee cache hits/misses
2015-01-23 09:41:26 -08:00
Ben Ogle
0b0cbe11dc
📝 Fix BufferedProcess docs
2015-01-22 17:24:56 -08:00
Nathan Sobo
86d730a3a9
Always forceUpdate when editor component is visible
...
Fixes #5187 . Giving up after 90 minutes on producing a failing test case
because this is all changing soon anyway and getting simpler. I’m
willing to risk this regressing to solve it now and move on.
2015-01-22 17:28:02 -07:00
Kevin Sawicki
84be87324e
Always deepClone since it supports colors now
2015-01-22 14:41:55 -08:00
Kevin Sawicki
63335f6b60
Return Color object when in cloned objects
...
This adds a custom deepClone that clones any Color objects
correctly.
2015-01-22 10:48:07 -08:00
Max Brunsfeld
528267b7d7
Preserve relative indentation of pasted lines when auto-indenting
2015-01-22 08:34:20 -08:00
Max Brunsfeld
5cdeb7bc18
Fix comment for Selection::adjustIndent
2015-01-22 08:34:20 -08:00
Kevin Sawicki
1fc597ca22
🎨
2015-01-21 11:23:28 -08:00
Kevin Sawicki
c378ef0649
Merge pull request #5044 from russlescai/rl-scoped-file-encoding
...
Allow scoped default File Encoding
2015-01-21 11:22:17 -08:00
Kevin Sawicki
a9d215970f
Remove fs patches that are now fixed in Atom Shell
2015-01-21 10:39:08 -08:00
Kevin Sawicki
ccaffb1c28
Add fall back apm path for dev mode
2015-01-21 09:07:26 -08:00
Kevin Sawicki
47b1d3e90f
Use new apm.cmd path
2015-01-21 09:07:26 -08:00
Kevin Sawicki
9df7ea91db
Use new apm path on all platforms
2015-01-21 09:07:26 -08:00
Kevin Sawicki
5bf0e53c01
Shorten apm paths on Windows
2015-01-21 09:07:26 -08:00
Ben Ogle
db49d4da31
Merge pull request #5157 from postcasio/da-handle-erofs
...
Handle EROFS errors when saving
2015-01-20 15:39:19 -08:00
postcasio
867f920329
Handle EROFS errors when saving
2015-01-20 09:56:00 +00:00
Scott Fleckenstein
d263205a9a
📝 Fix typo in addOpener doc
2015-01-16 18:39:54 -08:00
Max Brunsfeld
96d4c1c41b
Save config when deprerecated Config::set signature is used
2015-01-16 12:24:32 -08:00
Ben Ogle
bac10d60c4
Merge pull request #5114 from atom/bo-readonly
...
Allow opening of readonly files
2015-01-16 11:41:30 -08:00
Ben Ogle
828b841f17
Roll two whens into one
2015-01-16 11:24:24 -08:00
Ben Ogle
11bda1b47a
Add error handling for EBUSY as well
2015-01-16 11:07:32 -08:00
Ben Ogle
2577843e51
Explicitly check if the path to be deserialized is a dir
2015-01-16 10:53:35 -08:00
Ben Ogle
93f109fbba
Add a better message for EPERM errors.
2015-01-16 10:45:48 -08:00
Ben Ogle
97a55ba8c0
Only check read permission on read
2015-01-16 10:24:19 -08:00
Max Brunsfeld
0a59d13d56
Fix Config::unset with no scope-selector
...
Closes #5095
2015-01-16 10:23:12 -08:00
Kevin Sawicki
b6b90c0270
💄
2015-01-16 09:33:42 -08:00
Kevin Sawicki
d736ebff38
Don't deserialize buffers with inaccessible paths
2015-01-16 09:33:42 -08:00
Kevin Sawicki
0cf180804c
💄
2015-01-16 09:33:42 -08:00
Kevin Sawicki
c0c5f46097
📝 Tweak catch comment
2015-01-16 09:33:42 -08:00
Kevin Sawicki
6ad8aa7e5c
Ignore buffer errors when the path is a directory
...
This would previously cause Atom to fail to launch if a buffer's
serialized path was now a directory on launch.
2015-01-16 09:33:42 -08:00
Kevin Sawicki
97d697f195
Guard against no cwd when resolving
...
Refs #5074
2015-01-15 17:02:23 -08:00
Kevin Sawicki
57d020ff65
Ensure resolving paths to open uses strings
...
Refs #5074
2015-01-15 16:58:08 -08:00
Kevin Sawicki
a6a9a9e94b
Use skinny arrow to remove lint warning
2015-01-15 09:53:47 -08:00
Nathan Sobo
c69f4baa04
Merge pull request #5068 from atom/ns-line-number-decorations
...
Rename 'gutter' decorations to 'line-number'
2015-01-14 20:04:02 -07:00
Nathan Sobo
5a4cf01083
Move getFirst/LastVisibleScreenRow to the view
2015-01-14 20:02:49 -07:00