5e9f7f1
Improve panic message usefulness on local dev builds (#2819)
Click to expand commit body
I got tired of having to hack in a panic hook bypass whenever I wanted a
backtrace with line numbers. Now a dev channel build will behave more
like the default panic hook, printing a pretty traditional backtrace
message and exit with an error code instead of aborting to avoid the
annoying "Zed crashed" dialog.
I have plans to modify our panic reporting to be able to have line
numbers reported without breaking the de-duping but I haven't done that
yet.
Additionally I slightly improved what we do in threads which panic as a
result of another thread's panic.
Release Notes:
- N/A
Julia
created
3cee181
Improve panic message usefulness on local dev builds
Julia
created
cf060f0
added major and minor display text to project search, and fixed icon padding
ce258df
Expanded Semantic language support (#2818)
Click to expand commit body
Expand Language Support within Semantic Search
Release Notes (Preview-only)
- Added semantic search support for lua, ruby, php, svelte, erb, heex,
html and markdown.
- Full details are included here:
https://linear.app/zed-industries/issue/Z-2611/allow-semantic-search-for-all-supported-languages
92fa879
Add ability to join a room from a channel ID
Click to expand commit body
co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
06a0c9f
Track history items in the buffer and project searches (#2817)
Click to expand commit body

Tracks last N (20 currently) items in buffer and project search, allows
cycling through between them with up/down keys by default.
Release Notes:
- Track history in buffer and project searches
Kirill Bulatov
created
52a48de
Add WIP Normal button (resuses parts of semantic button, gotta wire it proper)