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
Zed now is able to behave as if it's being started from CLI
(`ZED_FORCE_CLI_MODE` env var)
Zed CLI accepts regular binary file path into `-b` parameter (only *.app before),
and tries to start it as Zed editor with `ZED_FORCE_CLI_MODE` env var
and other params needed.
Kirill Bulatov
created
421db92
Merge pull request #2470 from zed-industries/kb/fix-project-search-esc
Click to expand commit body
In project search on ESC, reduce multiple carets to one first
Kirill Bulatov
created
a7fc07a
Init copilot with client instead of http client
cf53b2c
Merge pull request #2471 from zed-industries/optimize-update-local-worktree-buffers
Click to expand commit body
Optimize update local worktree buffers
Julia
created
18e0ee4
Remove redundant scopes and actions to fix the focus toggle on ESC
Click to expand commit body
co-authored-by: Antonio <antonio@zed.dev>
Kirill Bulatov
and
Antonio
created
93705cb
Merge pull request #2472 from zed-industries/kb/zed-main-builds
Click to expand commit body
Build Zed for main and labeled PR commits
Add a job to build Zed images marked with the SHA of the commit it was built from.
The job triggers on every commit to main or every PR with run-build-dmg label and produces an install-ready *.dmg artifact attached to the corresponding CI run.
4f36ba3
Add a job to build Zed images from current main
Click to expand commit body
The job triggers on every commit to `main` or every PR with
`run-build-dmg` label and produces an install-ready *.dmg artifact attached to the
corresponding CI run.