Commit log
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
54c1e77
Move the caret to the opened file
Kirill Bulatov
created
2 years ago
3eea2fb
Parse file find queries with extra data
Kirill Bulatov
created
2 years ago
9de4a1b
Merge pull request #2476 from zed-industries/kb/faster-dev-cli
Click to expand commit body
Allow CLI to start Zed from local sources
Kirill Bulatov
created
2 years ago
afe75e8
Send copilot events even if file_extension is not known at the time
Joseph Lyons
created
2 years ago
6976d60
Rework code to contain submitting of copilot events within editor
Joseph Lyons
created
2 years ago
16cab5d
Merge pull request #2477 from zed-industries/fixup-some-more-worktree-bugs
Click to expand commit body
Fixup some more worktree bugs
Julia
created
2 years ago
8b63caa
Fix worktree refresh request causing gitignore to not update
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia
and
Antonio Scandurra
created
2 years ago
f502401
Avoid removing fake fs entry when rename fails later in the process
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia
and
Antonio Scandurra
created
2 years ago
f87ae60
Don't rely on action propagation for zooming in and out
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Antonio Scandurra
and
Antonio Scandurra
created
2 years ago
2d4b2e0
Fix compile error
Joseph Lyons
created
2 years ago
903eed9
Allow CLI to start Zed from local sources
Click to expand commit body
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
2 years ago
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
2 years ago
adf361b
Implement zooming for panes and docks
Antonio Scandurra
created
2 years ago
a7fc07a
Init copilot with client instead of http client
Joseph Lyons
created
2 years ago
f50afef
Subscribe to copilot events (WIP)
Joseph Lyons
created
2 years ago
a6a2f93
Update telemetry client to accept copilot events
Joseph Lyons
created
2 years ago
Mikayla Maki
created
2 years ago
606d5e3
Add events for copilot suggestion accepting and discarding
Mikayla Maki
created
2 years ago
790223f
Merge pull request #2473 from zed-industries/fix-styling-feedback
Click to expand commit body
Fix git status issues
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
4d40aa5
Restore trickle up git status to folder
Click to expand commit body
co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
2 years ago
f59256f
Update git repositories to be streamed with their entries
Click to expand commit body
co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
2 years ago
6807885
Made status tracking resilient to folder renames
Click to expand commit body
co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
2 years ago
307dd2b
Update proto names to reflect new status info
Mikayla Maki
created
2 years ago
1e4ab6c
Add index tracking to status
Mikayla Maki
created
2 years ago
6c26f3d
Fixed formatting
Mikayla Maki
created
2 years ago
2b18975
Change folder styling from a reduce over all child files to a simple 'always modified'
Click to expand commit body
Remove git status from tab titles
Mikayla Maki
created
2 years ago
17f1389
Merge pull request #2474 from zed-industries/update-jetbrains-keymap
Click to expand commit body
Update jetbrains keymap
Joseph T. Lyons
created
2 years ago
6a7d718
Update jetbrains keymap
Joseph Lyons
created
2 years ago
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
2 years ago
c03e470
Introduce `Panel::can_zoom`
Antonio Scandurra
created
2 years ago
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
2 years ago
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.
Kirill Bulatov
created
2 years ago
Page 5 of 190