Jason Rudolph
c3d38ed360
Support configuring color profile via settings UI
2018-06-01 16:32:31 -04: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
Ash Wilson
cb783fd15c
Use @atom/watcher with a core.fileSystemWatcher setting
2018-02-14 09:29:28 -05:00
Max Brunsfeld
02d61c1b28
Add the word Experimental to the tree-sitter setting description
2018-01-26 14:11:47 -08:00
Max Brunsfeld
273d708a48
Add preference for using Tree-sitter parsers
2017-11-30 14:21:53 -08:00
Michelle Tilley
d6a3a60469
Merge pull request #11399 from atom/mkt-url-based-command-dispatch
...
Package URL handlers - mapping atom:// URIs to package functions
2017-10-17 16:29:27 -07:00
anon
894f5471e6
textChange(CoreSettings): remove redundancy
2017-10-18 22:09:11 +02:00
Michelle Tilley
dae51719f1
Change up protocol handler installation
2017-09-25 14:18:51 -07:00
Michelle Tilley
7ac071d622
Add ability to register Atom as default protocol client for atom:// URIs
2017-09-21 14:32:23 -07:00
wpowell-oss
0b55d4e144
maxScreenLineLength rebased to github
2017-09-12 14:38:29 +12:00
wpowell-oss
f2bb941a51
Rebase to github/master
2017-09-12 13:58:26 +12:00
Warren Powell
ce99d401c2
Enables MAX_SCREEN_LINE_LENGTH to now be set via a config option in editor settings. Defaults to 500
2017-09-12 13:58:26 +12:00
Ash Wilson
83f022b618
Add a fileSystemWatcher config key to use as a feature flag
2017-08-03 15:32:40 -04:00
Lee Dohm
6740952c1c
Add config schema for version pinned packages
2017-05-15 11:18:22 -07:00
Bryant Ung
f464bb3579
Merge pull request #13947 from anatoli26/master
...
Make an option to always restore the last session
2017-05-08 09:33:23 -07:00
Antonio Scandurra
c61df72548
Snapshot config, keymaps, tooltips, commands, grammars and styles
2017-03-10 16:48:00 +01:00
Anatoli
9e41a1b490
Make an option to *always* restore the last session, no matter how Atom is invoked ( #9643 ), part2: new option in Settings is merged with the old one, the result is a 3-value combobox [no, yes, always]
2017-03-08 10:38:08 -03:00
Anatoli
b71a9bb010
Make an option to *always* restore the last session, no matter how Atom is invoked ( #9643 )
2017-03-07 04:56:10 -03:00
simurai
65ecab401d
Add "Experimental" to the description
2017-02-22 09:49:42 +09:00
simurai
ec9aec6686
Merge branch 'master' into sm-custom-title-bar
2017-02-21 21:56:53 +09:00
Ian Olsen
1cabda53fc
Merge pull request #13657 from atom/io-close-deleted-tabs-option
...
Add option for closing deleted file tabs
2017-01-25 15:00:07 -08:00
Jesse Burgheimer
3615f500d9
Update config-schema.js
...
Caught a typo.
2017-01-23 11:45:44 -08:00
Jesse Burgheimer
eec0d7263d
Sorted the list by description titles
...
I kept the Chinese entries together, however.
2017-01-23 11:43:32 -08:00
Jesse Burgheimer
379d045095
Added description text to the File Encoding list
...
I updated the list of text encodings that appear in the Settings configuration menu to properly reflect the code pages supported by [encoding-selector](https://github.com/atom/encoding-selector ), as well as present descriptive text in the selection menu.
In the process, I removed what appeared to be a duplicate entry ('iso88597').
Note: I don't know if this change will affect the functionality of the menu, but I presume a more experience coder can figure this out.
2017-01-22 23:50:01 -08:00
Andres Suarez
1ee9d7b0f9
Add showCursorOnSelection config
2017-01-20 08:53:28 -05:00
Damien Guard
d50b56b6a1
Add title for proxy settings config
2017-01-19 18:55:04 -08:00
Ian Olsen
d3066f0e3b
Added option for closing deleted file tabs
2017-01-18 16:36:41 -08:00
simurai
6010c4d7df
Add custom-inset title-bar
2017-01-14 16:06:50 +09:00
simurai
c406cc4420
Merge branch 'master' into sm-hidden-all
2017-01-14 10:09:07 +09:00
Damien Guard
0560015e05
Setting for settings-view to be able to apply Chromium proxies to env vars for apm automatically
2017-01-11 22:50:15 -08:00
Max Brunsfeld
4a12354e9a
Increase default file size for large-file warning
2016-12-16 09:21:38 -08:00
portal
5301c55669
Add desktop.ini to ignored names
2016-12-09 19:00:11 +02:00
Lee Dohm
ae359a74a0
Merge pull request #13152 from atom/open-empty-editor-description
...
Add and improve core.*OnStart setting descriptions
2016-12-06 11:59:19 -08:00
Damien Guard
f198a0fd71
Add support for cp850 Fixes #13342
2016-11-27 19:25:31 -08:00
Damien Guard
46b90d77e1
Rename windows866 to cp866, fixes atom/encoding-selector#36
2016-11-27 18:19:45 -08:00
Lee Dohm
03fe5c343b
Consistently use 'editor' in description
2016-11-06 11:30:03 -08:00
Lee Dohm
0a40019346
Add config schema for core.restorePreviousWindowsOnStart
...
Additionally updates the description for core.openEmptyEditorOnStart to
match.
2016-11-06 11:25:43 -08:00
Lee Dohm
6472f069af
Improve core.openEmptyEditorOnStart description
2016-11-06 10:55:07 -08:00
Damien Guard
8229924b96
History API, reopen project menu, command and list view
2016-10-21 15:13:59 -07:00
simurai
84bd000d02
Merge branch 'master' into sm-hidden-inset
...
# Conflicts:
# src/config-schema.js
2016-10-20 09:37:03 +09:00
Machiste Quintana
d124248db0
👕 Fix linter errors
2016-10-16 09:28:33 -07:00
Machiste Quintana
a460383e58
🎨 Fix weird auto-generated spacing
2016-10-15 16:00:12 -07:00
Machiste Quintana
164fec6322
Add missing comments
2016-10-15 15:56:05 -07:00
Machiste Quintana
17557fe7d6
Convert ConfigSchema to JS
2016-10-15 14:01:58 -07:00