Commit log
d23fc6f
Merge pull request #2448 from zed-industries/setting-store
Click to expand commit body
Separate the settings struct into a set of dynamically-registered setting types
Max Brunsfeld
created
2 years ago
a56793c
Clear buffer font size adjustments when buffer font size setting changes
Max Brunsfeld
created
2 years ago
823e15d
Refresh windows when settings file changes
Max Brunsfeld
created
2 years ago
667f476
Remove unused watched_json file
Max Brunsfeld
created
2 years ago
42eca30
Move font size adjustment code to the theme crate
Max Brunsfeld
created
2 years ago
2587235
Rename settings::register_setting -> settings::register
Max Brunsfeld
created
2 years ago
2d5f03e
Remove optional path argument when getting settings
Max Brunsfeld
created
2 years ago
1f0e79e
Merge branch 'main' into setting-store
Max Brunsfeld
created
2 years ago
67a2512
Define theme/ui text style settings in theme crate
Max Brunsfeld
created
2 years ago
5ef0399
Merge pull request #2483 from zed-industries/add-scrollbar-settings
Click to expand commit body
Add scrollbars setting
Mikayla Maki
created
2 years ago
f4e99ec
Add never option to scrollbar settings
Mikayla Maki
created
2 years ago
88bc55d
Add a dependency on rustfmt to the CI tests
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
ae3394f
Add scrollbars setting
Mikayla Maki
created
2 years ago
1c9a7a7
Merge pull request #2482 from zed-industries/add-hunks-to-scrollbar
Click to expand commit body
Add diff hunks to the scroll bar
Mikayla Maki
created
2 years ago
aa89632
Add diff hunks to the scroll bar
Mikayla Maki
created
2 years ago
5c729c0
Define base keymap setting in welcome crate
Max Brunsfeld
created
2 years ago
7d11329
Merge pull request #2481 from zed-industries/update-font-kit
Click to expand commit body
Update font-kit to resolve panics when loading malformed fonts
Julia
created
2 years ago
9e59833
Update font-kit to resolve panics when loading malformed fonts
Julia
created
2 years ago
89204e8
Merge branch 'main' into setting-store
Max Brunsfeld
created
2 years ago
Joseph Lyons
created
2 years ago
d2ba18e
Customize language settings JSON schema in language crate
Max Brunsfeld
created
2 years ago
4898417
Drop foreign key constraint from workspaces.dock_pane to panes table
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra
,
Nathan Sobo
, and
Mikayla Maki
created
2 years ago
05fb051
Store whether a panel is zoomed in the panel itself
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra
and
Mikayla Maki
created
2 years ago
f097444
Rebind `ctrl-`` to toggle terminal panel focus
Click to expand commit body
Also, add `ctrl-~` to create new terminals.
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra
and
Mikayla Maki
created
2 years ago
747fbfa
Notify old/new ancestors of the focused view when they change
Antonio Scandurra
created
2 years ago
981129e
Show a panel/pane as zoomed only if it's the active item in workspace
Antonio Scandurra
created
2 years ago
6403bb8
Define workspace settings in workspace crate
Max Brunsfeld
created
2 years ago
cbd4771
Define project settings in project crate
Max Brunsfeld
created
2 years ago
65e3713
Define editor settings in editor crate
Max Brunsfeld
created
2 years ago
39618ae
Define language settings in the language crate
Max Brunsfeld
created
2 years ago
0a0769d
Merge pull request #2479 from zed-industries/dont-use-svg-text-feature
Click to expand commit body
Disable usvg's text feature flags to include less dependency code
Julia
created
2 years ago
d61b12a
Disable usvg's text feature flags to include less dependency code
Julia
created
2 years ago
362f56d
Merge pull request #2478 from zed-industries/Fix-telemetry-bugs
Click to expand commit body
Send editor event when saving a new file
Joseph T. Lyons
created
2 years ago
c278598
Send editor event when saving a new file
Joseph Lyons
created
2 years ago
2e27f26
Merge pull request #2475 from zed-industries/add-copilot-events
Click to expand commit body
Add events for copilot suggestion accepting and discarding
Joseph T. Lyons
created
2 years ago
ffd5039
Don't make events for every rejected suggestion
Joseph Lyons
created
2 years ago
55950e5
Remove extra dbg!
Kirill Bulatov
created
2 years ago
685f3de
Merge pull request #2462 from zed-industries/kb/go-to-line-column-numbers
Click to expand commit body
Support go to file_query:row:column syntax in Find File, Go To Line dialogs and CLI
Deals slightly differently with zed-industries/community#557
Deals with zed-industries/community#1184
Fixes Go To Line not respecting column number when navigating to a place
Changes a line-row separator from , to : to show it more uniformly with other tools
Adjusts file finder dialogue to allow file_query:row:column syntax and opens the buffer at the lines given
Extends CLI with file_path:row_column syntax and opens these files similarly
Kirill Bulatov
created
2 years ago
5d4fc99
Unit test file:row:column parsing
Kirill Bulatov
created
2 years ago
be7a58b
Finalize the CLI opening part
Kirill Bulatov
created
2 years ago
0c6f103
Return proper items on workspace restoration.
Click to expand commit body
co-authored-by: Mikayla <mikayla@zed.dev>
Kirill Bulatov
and
Mikayla
created
2 years ago
106064c
Do not break Zed & Zed CLI compatibility
Kirill Bulatov
created
2 years ago
628558a
Attempt to open rows and columns from CLI input
Kirill Bulatov
created
2 years ago
d719352
Unify path:row:column parsing, use it in CLI
Kirill Bulatov
created
2 years ago
89fe5c6
Test caret selection in file finder
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Kirill Bulatov
and
Max
created
2 years ago
477bc8d
Make Go To Line to respect column numbers
Kirill Bulatov
created
2 years ago
e5bca9c
Simplify file-row-column parsing
Kirill Bulatov
created
2 years ago
e960698
Use ':' instead of ',' to separate files, rows and columns
Kirill Bulatov
created
2 years ago
0db7f42
Properly place the caret into the window of the file opened
Click to expand commit body
co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>
Kirill Bulatov
and
Mikayla Maki
created
2 years ago
Page 4 of 189