Commit log

bd29812 Avoid panic in `get_injections` (#2486)

Julia created

5ab1ae1 Avoid panic in `get_injections`

Julia created

83f8981 Define empty theme for tests regardless of cargo features (#2485)

Click to expand commit body
This fixes some errors that were happening when running a single crate's
tests, if the test did not enable the `test-support` feature in the
`theme` crate.

Max Brunsfeld created

71ad7e7 Define empty theme for tests regardless of cargo features

Click to expand commit body
Co-authored-by: Kirill <kirill@zed.dev>

Max Brunsfeld and Kirill created

f2ad17d WIP

Antonio Scandurra created

263afc7 Merge pull request #2484 from zed-industries/kb/unite-dmg-build

Click to expand commit body
Unite dmg build jobs

Follow-up of https://github.com/zed-industries/zed/pull/2472 actually doing the proper thing: allow running dmg builds on PRs if `run-build-dmg` label is attached.

Kirill Bulatov created

5ab4eab Unite dmg build jobs

Kirill Bulatov created

89d8bb1 WIP: Add persistence to new docks

Mikayla Maki created

5c437e2 Fix crashes when running zed bundled

Max Brunsfeld created

a9b107f Fix release-mode stub for watch_themes

Max Brunsfeld created

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

a56793c Clear buffer font size adjustments when buffer font size setting changes

Max Brunsfeld created

823e15d Refresh windows when settings file changes

Max Brunsfeld created

667f476 Remove unused watched_json file

Max Brunsfeld created

42eca30 Move font size adjustment code to the theme crate

Max Brunsfeld created

2587235 Rename settings::register_setting -> settings::register

Max Brunsfeld created

2d5f03e Remove optional path argument when getting settings

Max Brunsfeld created

1f0e79e Merge branch 'main' into setting-store

Max Brunsfeld created

67a2512 Define theme/ui text style settings in theme crate

Max Brunsfeld created

5ef0399 Merge pull request #2483 from zed-industries/add-scrollbar-settings

Click to expand commit body
Add scrollbars setting

Mikayla Maki created

f4e99ec Add never option to scrollbar settings

Mikayla Maki created

88bc55d Add a dependency on rustfmt to the CI tests

Mikayla Maki created

6cf439e fmt

Mikayla Maki created

ae3394f Add scrollbars setting

Mikayla Maki created

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

aa89632 Add diff hunks to the scroll bar

Mikayla Maki created

5c729c0 Define base keymap setting in welcome crate

Max Brunsfeld created

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

9e59833 Update font-kit to resolve panics when loading malformed fonts

Julia created

89204e8 Merge branch 'main' into setting-store

Max Brunsfeld created

cb0c613 v0.88.x dev

Joseph Lyons created

d2ba18e Customize language settings JSON schema in language crate

Max Brunsfeld created

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

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

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

747fbfa Notify old/new ancestors of the focused view when they change

Antonio Scandurra created

981129e Show a panel/pane as zoomed only if it's the active item in workspace

Antonio Scandurra created

6403bb8 Define workspace settings in workspace crate

Max Brunsfeld created

cbd4771 Define project settings in project crate

Max Brunsfeld created

65e3713 Define editor settings in editor crate

Max Brunsfeld created

39618ae Define language settings in the language crate

Max Brunsfeld created

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

d61b12a Disable usvg's text feature flags to include less dependency code

Julia created

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

c278598 Send editor event when saving a new file

Joseph Lyons created

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

ffd5039 Don't make events for every rejected suggestion

Joseph Lyons created

55950e5 Remove extra dbg!

Kirill Bulatov created

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

5d4fc99 Unit test file:row:column parsing

Kirill Bulatov created