Joseph T. Lyons
5ef5f3c5ca
Introduce settings profiles ( #35339 )
...
Settings Profiles
- [X] Allow profiles to be defined, where each profile can be any of
Zed's settings
- [X] Autocompletion of all settings
- [X] Errors on invalid keys
- [X] Action brings up modal that shows user-defined profiles
- [X] Alphabetize profiles
- [X] Ability to filter down via keyboard, and navigate via arrow up and
down
- [X] Auto select Disabled option by default (first in list, after
alphabetizing user-defined profiles)
- [X] Automatically select active profile on next picker summoning
- [X] Persist settings until toggled off
- [X] Show live preview as you select from the profile picker
- [X] Tweaking a setting, while in a profile, updates the profile live
- [X] Make sure actions that live update Zed, such as `cmd-0`, `cmd-+`,
and `cmd--`, work while in a profile
- [X] Add a test to track state
Release Notes:
- Added the ability to configure settings profiles, via the "profiles"
key. Example:
```json
{
"profiles": {
"Streaming": {
"agent_font_size": 20,
"buffer_font_size": 20,
"theme": "One Light",
"ui_font_size": 20
}
}
}
```
To set a profile, use `settings profile selector: toggle`
2025-07-30 21:48:24 +00:00
..
2025-07-29 12:40:59 +00:00
2025-07-21 17:48:07 +00:00
2025-07-30 00:09:14 +00:00
2025-07-29 18:03:43 +02:00
2025-07-30 00:09:14 +00:00
2025-07-30 13:10:05 +00:00
2025-07-30 09:55:13 -03:00
2025-06-30 21:01:32 -06:00
2025-07-11 23:20:35 +00:00
2025-07-30 00:09:14 +00:00
2025-07-10 19:25:10 +00:00
2025-06-26 20:54:19 +02:00
2025-07-28 14:01:34 -04:00
2025-07-30 00:09:14 +00:00
2025-07-29 13:24:34 -07:00
2025-07-09 08:57:03 +08:00
2025-07-09 08:57:03 +08:00
2025-07-03 14:22:28 +00:00
2025-07-22 11:55:24 -04:00
2025-07-01 12:51:09 +03:00
2025-07-22 18:20:48 +02:00
2025-07-21 13:44:51 +02:00
2025-07-22 18:20:48 +02:00
2025-07-15 16:37:15 +02:00
2025-07-30 18:57:51 +00:00
2025-07-30 18:57:51 +00:00
2025-07-30 18:57:51 +00:00
2025-07-29 23:30:45 +00:00
2025-07-30 18:54:44 +00:00
2025-07-21 13:44:51 +02:00
2025-07-20 23:22:13 +00:00
2025-07-18 10:24:57 -03:00
2025-07-29 18:03:43 +02:00
2025-07-22 11:32:39 -04:00
2025-07-20 23:22:13 +00:00
2025-07-18 14:28:03 +00:00
2025-07-06 14:52:16 +02:00
2025-07-12 15:56:05 +00:00
2025-07-28 13:14:36 +00:00
2025-07-15 18:41:45 +03:00
2025-07-29 23:01:03 +00:00
2025-07-30 13:10:05 +00:00
2025-07-30 00:09:14 +00:00
2025-07-10 21:08:43 +02:00
2025-07-26 22:40:02 +00:00
2025-07-01 20:02:12 +00:00
2025-07-15 11:07:29 +00:00
2025-07-30 09:18:26 +00:00
2025-07-16 01:15:45 -03:00
2025-07-23 18:01:16 +00:00
2025-07-02 21:14:33 -04:00
2025-07-29 17:58:28 +02:00
2025-07-25 23:15:54 +00:00
2025-07-25 23:15:54 +00:00
2025-07-24 18:25:21 -04:00
2025-07-30 00:09:14 +00:00
2025-06-27 14:31:31 -06:00
2025-07-31 00:56:36 +05:30
2025-07-19 01:27:54 +00:00
2025-07-11 21:01:09 -04:00
2025-07-30 18:57:51 +00:00
2025-07-28 22:02:12 +00:00
2025-07-10 19:25:10 +00:00
2025-07-30 00:09:14 +00:00
2025-07-17 09:22:04 +00:00
2025-07-02 21:14:33 -04:00
2025-07-02 21:14:33 -04:00
2025-07-29 10:07:36 +00:00
2025-07-10 19:25:10 +00:00
2025-07-30 00:09:14 +00:00
2025-07-30 00:09:14 +00:00
2025-07-02 21:14:33 -04:00
2025-07-29 00:10:32 +00:00
2025-07-29 19:00:41 +00:00
2025-07-28 14:02:48 +02:00
2025-07-25 09:36:43 -04:00
2025-07-30 10:29:03 +00:00
2025-07-02 21:14:33 -04:00
2025-07-02 21:14:33 -04:00
2025-07-02 21:14:33 -04:00
2025-07-20 23:22:13 +00:00
2025-07-23 23:13:49 -04:00
2025-07-22 18:20:48 +02:00
2025-07-17 14:25:55 +00:00
2025-07-08 14:34:57 +00:00
2025-07-22 18:20:48 +02:00
2025-07-24 00:17:54 -04:00
2025-07-30 20:35:21 +00:00
2025-06-28 14:38:27 +02:00
2025-07-16 11:44:08 -04:00
2025-06-27 14:31:31 -06:00
2025-07-23 18:52:44 +00:00
2025-07-08 11:23:36 -03:00
2025-07-29 15:31:54 +00:00
2025-07-02 21:14:33 -04:00
2025-07-24 15:24:53 +00:00
2025-07-30 10:29:03 +00:00
2025-07-25 06:21:38 +05:30
2025-06-27 14:31:31 -06:00
2025-07-28 13:14:36 +00:00
2025-07-08 14:34:57 +00:00
2025-07-30 10:29:03 +00:00
2025-07-10 19:25:10 +00:00
2025-07-15 00:29:27 +03:00
2025-07-29 16:53:56 +00:00
2025-07-22 18:20:48 +02:00
2025-07-15 17:36:09 +00:00
2025-07-24 09:20:25 -04:00
2025-07-09 18:05:39 +00:00
2025-07-30 21:48:24 +00:00
2025-07-30 21:48:24 +00:00
2025-07-30 20:09:11 +00:00
2025-07-04 00:57:43 +00:00
2025-07-02 21:14:33 -04:00
2025-07-09 05:28:25 +05:30
2025-07-24 14:30:49 +02:00
2025-07-02 21:14:33 -04:00
2025-07-02 21:14:33 -04:00
2025-07-02 21:14:33 -04:00
2025-07-08 14:57:37 +00:00
2025-06-27 14:31:31 -06:00
2025-07-18 10:01:09 -04:00
2025-07-24 08:51:40 +00:00
2025-07-22 18:20:48 +02:00
2025-07-30 21:48:24 +00:00
2025-07-18 16:55:03 +00:00
2025-07-15 13:42:25 -06:00
2025-07-28 10:01:31 -03:00
2025-07-02 21:14:33 -04:00
2025-07-30 20:35:21 +00:00
2025-07-22 12:20:07 -03:00
2025-07-30 23:03:53 +05:30
2025-07-28 13:00:41 -04:00
2025-07-24 08:29:58 -06:00
2025-07-30 00:09:14 +00:00
2025-07-30 00:09:14 +00:00
2025-07-22 11:32:39 -04:00
2025-07-29 23:38:06 +00:00
2025-07-24 14:30:49 +02:00
2025-07-15 15:35:50 -04:00
2025-07-30 21:48:24 +00:00
2025-07-30 21:48:24 +00:00
2025-07-30 00:09:14 +00:00
2025-07-29 23:01:03 +00:00