Skip to content

Tags: ego/zed

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Add support of auto folded directories" (zed-industries#8476)

Reverts zed-industries#7674

@ABckh: reverting this as it introduced a significant performance
slowdown, most likely caused by iterating through all the snapshot
entries to determine whether a directory is foldable/unfoldable/omitted.
It would be great if you could open a new PR that reverts this revert
and addresses the performance issues. Thank you!

/cc: @maxbrunsfeld 

Release notes:

- N/A

collab-production

Toggle collab-production's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add :tabonly and :only vim commands (zed-industries#8337)

Release Notes:

- Added
[`:tabo[nly][!]`](https://neovim.io/doc/user/tabpage.html#%3Atabonly),
closes all the tabs except the active one but in the current pane only,
every other split pane remains unaffected.
The version with the `!` force closes the tabs while the one without
asks you to save or discard the changes.
- Added [`:on[ly][!]`](https://neovim.io/doc/user/windows.html#%3Aonly),
closes all the tabs *and* panes except the active one.
The version with the `!` force closes the tabs while the one without
asks you to save or discard the changes.
Since Zed does not have different splits per tab like in Neovim `:only`
works the same as it does in VscodeVim.

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>

v0.124.6-pre

Toggle v0.124.6-pre's commit message
zed 0.124.6

v0.124.5-pre

Toggle v0.124.5-pre's commit message
zed 0.124.5

collab-staging

Toggle collab-staging's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix uploads to `edit_events` table (zed-industries#8318)

This PR fixes uploads the `edit_events` table.

We were trying to insert into a column that didn't exist:

```
HTTP error 500 Internal Server Error: failed to upload to table 'edit_events'

Caused by:
    bad response: Code: 16. DB::Exception: No such column os_name in table default.edit_events
```

Release Notes:

- N/A

v0.124.4-pre

Toggle v0.124.4-pre's commit message
zed 0.124.4

v0.124.3-pre

Toggle v0.124.3-pre's commit message
zed 0.124.3

v0.124.2-pre

Toggle v0.124.2-pre's commit message
zed 0.124.2

v0.123.6

Toggle v0.123.6's commit message
zed 0.123.6

v0.123.5

Toggle v0.123.5's commit message
zed 0.123.5