bcad2f4
Move UI out of `storybook2` and into `ui2`
Marshall Bowers created
bcad2f4
Move UI out of `storybook2` and into `ui2`
Marshall Bowers created
1cf5cdb
Add `ui2` crate
Marshall Bowers created
8e94f39
Merge branch 'marshall/merge-main-into-gpui2' into marshall/gpui2-playground
Marshall Bowers created
3412bb7
Remove call -> channel dependency
Max Brunsfeld created
17925ed
Remove unnecessary dependencies on client and rpc
Max Brunsfeld created
43da369
Add a crate-dep-graph script for showing the crate dependency graph
Max Brunsfeld created
88a6a41
Revert changes to `gpui2` crate
Marshall Bowers created
b58c42c
TEMP
Conrad Irwin created
d37785c
Fix icon paths
Marshall Bowers created
b369a6d
Merge branch 'main' into marshall/merge-main-into-gpui2
Marshall Bowers created
9f32a6e
collab 0.23.3
Max Brunsfeld created
3f66cae
Fix error in query for last N channel messages (#3100)
Max Brunsfeld created
1dd82df
Use display name for release channel in panic events (#3101)
This was a mistake from long ago - something I've been meaning to fix for a long time. All other events use `display_name()`, but panic events, which leads to mistakes when filtering out `Zed Dev`, which isn't the format that `dev_name()` returns. I'm adding a fix to zed.dev as well: - https://github.com/zed-industries/zed.dev/pull/393 so that the values are adjusted for all clients, not just ones with this fix. I will correct the data in clickhouse, and adjust the queries in metabase. Release Notes: - N/A
Joseph T. Lyons created
81bc86b
Use display name for release channel in panic events
Joseph T. Lyons created
663649a
Fix error in query for last N channel messages
Max Brunsfeld created
5ee6814
Fix compile errors
Marshall Bowers created
65cd4f5
Restore `Sized` bound on `StyleHelpers`
Marshall Bowers created
7fd35d6
Merge branch 'gpui2' into marshall/gpui2-playground
Marshall Bowers created
ad8187b
Merge branch 'main' into marshall/gpui2-playground
Marshall Bowers created
1e557dd
Add session id to panic events (#3098)
Release Notes: - N/A
Joseph T. Lyons created
f18f870
Re-enable language servers
Julia created
9d8cff1
If documentation included in original completion then parse up front
Julia created
32a29cd
Unbork info popover parsing/rendering and make better
Julia created
8dca4c3
Don't need editor style to parse markdown
Julia created
a881b1f
Wait for language to load when parsing markdown
Julia created
ea6f366
If documentation exists and hasn't been parsed, do so at render and keep
Julia created
b8876f2
Preparse documentation markdown when resolving completion
Julia created
fe62423
Asynchronously request completion documentation if not present
Julia created
fcaf48e
Use completion item default `data` when provided
Julia created
77ba253
Most of getting completion documentation resolved & cached MD parsing
Julia created
ca88717
Make completion docs scrollable
Julia created
e8be14e
Merge info popover's and autocomplete docs' markdown rendering
Julia created
370a3ca
Add markdown rendering to alongside completion docs
Julia created
1584dae
Actually display the correct completion's doc
Julia created
e802c07
Start hacking in autocomplete docs
Julia created
456baaa
Mainline GPUI2 UI work (#3099)
This PR mainlines the current state of new GPUI2-based UI from the `gpui2-ui` branch. Included in this is a performance improvement to make use of the `TextLayoutCache` when calling `layout` for `Text` elements. Release Notes: - N/A --------- Co-authored-by: Nate Butler <iamnbutler@gmail.com> Co-authored-by: Antonio Scandurra <me@as-cii.com>
Marshall Bowers , Nate Butler , and Antonio Scandurra created
2c7e37e
Add session id to panic events
Joseph T. Lyons created
2d99b32
Don't wrap on paragraphs
For zed-industries/community#2116
Conrad Irwin created
79ad5c0
Add profiling information for `compute_layout`
Marshall Bowers created
3911796
clean up redundancies in prompts and ensure tokens are being reserved for generation when filling semantic context
KCaverly created
ecfece3
catchup with main
KCaverly created
ed548a0
ensure indexing is only done when permissioned
KCaverly created
8455389
updated spacing for assistant context status icon
KCaverly created
ca6eb55
Checkpoint: underlines
Antonio Scandurra created
c46137e
chore: Upgrade to Rust 1.73 (#3096)
Release Notes: - N/A
Piotr Osiewicz created
b391f56
rust: Highlight async functions in completions (#3095)
Before (code in screenshot is from this branch, `crates/zed/languages/rust.rs:179`):  Notice how the last 2 entries (that are async functions) are not highlighted properly. After:  This is slightly suboptimal, as it's hard to tell that this is an async function - I guess adding an `async` prefix is not really an option, as then we should have a prefix for non-async functions too. Still, at least you can tell that something is a function in the first place. :) Release Notes: - Fixed Rust async functions not being highlighted in completions.
Piotr Osiewicz created
38ccf23
add indexing on inline assistant opening
KCaverly created
c0a1328
fix spawn bug from calling
KCaverly created
65c7765
Checkpoint
Nathan Sobo created
e99f6c0
Synchronize access when starting and stopping display links
Hoping this prevents panics we were observing when starting.
Nathan Sobo created