zed-industries/zed Logo

zed-industries/zed

Current Version: main — 0 Subscribers
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
zed-industries/zed Logo
zed-industries/zed — 19 hours ago

Bug fixes

  • Fixed a (rare) panic in file finder (PR #18374).
Continue on Github

Bug fixes

  • Fixed Ollama timeouts (Preview Only) (PR #18449).
  • Fixed a (rare) panic in file finder (PR #18374).
Continue on Github

Bug Fixes

  • Fixed a panic when graphemes are included in supermaven completions (#18279).
Continue on Github

Enhancements

General

  • Added file icons to the tab switcher. Enable with by adding "tabs": {"file_icons": true} to settings (#17115; thanks Daste745).
  • Added an editor: rewrap command for rewrapping text to the maximum line width (#17909).
  • Added the ability to copy surrounding code blocks in the assistant panel into the clipboard, or inserting them directly into the editor, without manually selecting. Place cursor anywhere in a code block (marked by triple backticks) and use the assistant::CopyCode action (cmd-k c / ctrl-k c) to copy to the clipboard, or the assistant::InsertIntoEditor action (cmd-< / ctrl-<) to insert into editor (#17853; thanks thataboy).
  • Added ability to click on filepaths when using git diff inside the built-in...
Continue on Github

Enhancements

General

  • Added icons to the file finder (#18091; thanks Daste745).
  • Added a notification to warn users if their user settings or project-local settings failed to deserialize (#18122).
  • Improved preview tabs by marking them as permanent when saved (#18158).
  • Improved performance in repositories using Git fsmonitor--daemon feature (#18326).
  • Improved activity indicators' UX by allowing more of them to be hidden on click (#18305).
  • Improved the appearance of diff hunks in the editor (#18283).
  • Improved buffer search performance when switching tabs (#18281).
  • Im...
Continue on Github

Fixes

  • Fix wrong offset calculation in the assistant panel.
  • Fixed buffer search options toggling unexpectedly on redeploys (#18166)
  • Fixed search results in project-wide search not being highlighted consistently and navigation sometimes being broken (#18254, #18219, #17690)
Continue on Github