Max Brunsfeld
|
58f704abcb
|
Avoid unnecessary code action requests when applying leader updates to an editor
|
2023-05-18 14:46:23 -07:00 |
|
Max Brunsfeld
|
42eca3048f
|
Move font size adjustment code to the theme crate
|
2023-05-17 15:56:32 -07:00 |
|
Max Brunsfeld
|
258723566f
|
Rename settings::register_setting -> settings::register
|
2023-05-17 15:06:11 -07:00 |
|
Max Brunsfeld
|
2d5f03e148
|
Remove optional path argument when getting settings
|
2023-05-17 15:05:20 -07:00 |
|
Max Brunsfeld
|
1f0e79ee9d
|
Merge branch 'main' into setting-store
|
2023-05-17 14:56:35 -07:00 |
|
Max Brunsfeld
|
67a25126d4
|
Define theme/ui text style settings in theme crate
|
2023-05-17 14:44:59 -07:00 |
|
Mikayla Maki
|
f4e99ecde4
|
Add never option to scrollbar settings
|
2023-05-17 14:19:35 -07:00 |
|
Mikayla Maki
|
6cf439e734
|
fmt
|
2023-05-17 14:12:04 -07:00 |
|
Mikayla Maki
|
ae3394f4de
|
Add scrollbars setting
|
2023-05-17 14:09:26 -07:00 |
|
Mikayla Maki
|
aa89632286
|
Add diff hunks to the scroll bar
|
2023-05-17 11:40:30 -07:00 |
|
Max Brunsfeld
|
89204e85c0
|
Merge branch 'main' into setting-store
|
2023-05-17 09:55:24 -07:00 |
|
Max Brunsfeld
|
6403bb86e1
|
Define workspace settings in workspace crate
|
2023-05-16 20:25:18 -07:00 |
|
Max Brunsfeld
|
cbd4771f10
|
Define project settings in project crate
|
2023-05-16 17:45:04 -07:00 |
|
Max Brunsfeld
|
65e3713d4d
|
Define editor settings in editor crate
|
2023-05-16 17:30:29 -07:00 |
|
Max Brunsfeld
|
39618ae32d
|
Define language settings in the language crate
|
2023-05-16 17:29:53 -07:00 |
|
Joseph Lyons
|
c27859871f
|
Send editor event when saving a new file
|
2023-05-16 18:16:09 -04:00 |
|
Joseph T. Lyons
|
2e27f26339
|
Merge pull request #2475 from zed-industries/add-copilot-events
Add events for copilot suggestion accepting and discarding
|
2023-05-16 17:25:54 -04:00 |
|
Joseph Lyons
|
ffd503951b
|
Don't make events for every rejected suggestion
|
2023-05-16 17:19:05 -04:00 |
|
Kirill Bulatov
|
d719352152
|
Unify path:row:column parsing, use it in CLI
|
2023-05-16 21:07:26 +03:00 |
|
Kirill Bulatov
|
89fe5c6b09
|
Test caret selection in file finder
co-authored-by: Max <max@zed.dev>
|
2023-05-16 21:07:26 +03:00 |
|
Kirill Bulatov
|
e9606982e6
|
Use ':' instead of ',' to separate files, rows and columns
|
2023-05-16 21:07:26 +03:00 |
|
Joseph Lyons
|
afe75e8cbd
|
Send copilot events even if file_extension is not known at the time
|
2023-05-16 14:02:36 -04:00 |
|
Joseph Lyons
|
6976d60bfe
|
Rework code to contain submitting of copilot events within editor
|
2023-05-16 13:26:05 -04:00 |
|
Mikayla Maki
|
ead9ac6f23
|
Fix typo
|
2023-05-15 16:47:46 -07:00 |
|
Mikayla Maki
|
606d5e36e1
|
Add events for copilot suggestion accepting and discarding
|
2023-05-15 16:44:09 -07:00 |
|
Mikayla Maki
|
2b18975cdc
|
Change folder styling from a reduce over all child files to a simple 'always modified'
Remove git status from tab titles
|
2023-05-15 16:20:01 -07:00 |
|
Mikayla Maki
|
5e2aaf45a0
|
Fix repository initialization bug
|
2023-05-13 10:38:24 -07:00 |
|
Mikayla Maki
|
41bef2e444
|
Refactor out git status into FileName component
Integrate file name component into the editor's tab content
|
2023-05-13 02:26:45 -07:00 |
|
Max Brunsfeld
|
bc5b78198a
|
Define terminal settings in terminal crate
|
2023-05-10 17:43:10 -07:00 |
|
Max Brunsfeld
|
cee7edabf9
|
Ensure the SettingsStore global is added in tests
|
2023-05-10 16:39:59 -07:00 |
|
Max Brunsfeld
|
aa6ea920e2
|
Define telemetry settings in the client crate
|
2023-05-10 12:59:24 -07:00 |
|
Max Brunsfeld
|
9b06be2aa2
|
Define vim_mode setting in vim crate
|
2023-05-10 12:59:24 -07:00 |
|
Kirill Bulatov
|
39bddfc7b7
|
Only allow invisbles in local and leader selections
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
98ff18c430
|
Code review fixes
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
e6489e999d
|
Add invisibles wrapping test
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
d2b2dc39d9
|
Do not print invisibles in non-full mode editors
|
2023-05-08 19:36:51 +03:00 |
|
Nate Butler
|
ab6b3adb2b
|
Add a theme entry for whitespace, use it to style whitespaces
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Co-Authored-By: Kirill Bulatov <mail4score@gmail.com>
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
fb3ef4bcf6
|
Fix wrapped line detection
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
075bab2ea9
|
Use more convntional name for the settings
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
706f6f495a
|
Add a test
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
ec725fe399
|
Do not print extra invisibles on line wraps
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
95bcd19020
|
Refactor line glyphs drawing methods
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
4aaf44df94
|
Support invisibles in the selection
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
1eeeec157e
|
Use cached standard glyphs for invisible symbols
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
714734d279
|
Add whitespaces rendering
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
2d8c88ad73
|
Draw tabs with svg icons in editor code only
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
f0a88b3337
|
Make invisibles display configurable
|
2023-05-08 19:36:51 +03:00 |
|
Kirill Bulatov
|
ad731ea6d2
|
Draft invisibles' tabs display
|
2023-05-08 19:36:51 +03:00 |
|
Max Brunsfeld
|
4f8607039c
|
Add is_tab field to chunks
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
|
2023-05-08 19:36:51 +03:00 |
|
Julia
|
332b364a30
|
Prevent some cases of clipping icons due to pixel coord rounding
|
2023-05-08 11:42:00 -04:00 |
|