Commit log
54bcef9
Strip off inlay hint data that should be resolved (#2843)
Click to expand commit body
Part of
https://linear.app/zed-industries/issue/Z-2750/investigate-performance-of-collaborating-on-large-files-with-inlay
* Declares client capabilities for hint resolution, marking both fields
available for resolution (`textEdits` and `tooltop`) as resolvable.
We do not use these fields anymore, hence can omit resolving them for
now, but LSP servers can omit them during general hint requests.
* Removes `tooltip` and replaces complex `label` with its simple string
counterpart for clients' hint responses from host: both should be
resolved through host later
Release Notes:
- Reduces collab mode clients' inlay hint footprint by enabling hint
data resolution
Kirill Bulatov
created
2 years ago
f2d46e0
Use new icons in channel panel
Nate Butler
created
2 years ago
27bf01c
Strip off inlay hints data that should be resolved
Kirill Bulatov
created
2 years ago
Nate Butler
created
2 years ago
8531cda
Style channels panel items
Nate Butler
created
2 years ago
740b105
Merge branch 'main' into taffy
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Nathan Sobo
and
Mikayla Maki
created
2 years ago
4a5b2fa
Add ghost button variants
Nate Butler
created
2 years ago
3b10ae9
Add icon before the empty contacts text
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
2 years ago
2bb9f79
Structure the contact finder more similarly to the channel modal
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
2 years ago
b6f3dd5
Move default collab panel to the right
Mikayla
created
2 years ago
b07555b
Make empty state interactive
Mikayla
created
2 years ago
fde9653
Add placeholder implementation
Mikayla
created
2 years ago
3856137
Add list empty state style
Nate Butler
created
2 years ago
e0d011e
Better assert multibuffer edit test results
Kirill Bulatov
created
2 years ago
4b32731
Do not filter out hints to be removed
Kirill Bulatov
created
2 years ago
336fbb3
Clip offsets in inlay hint queries
Kirill Bulatov
created
2 years ago
7756497
Simplify adapter
Nathan Sobo
created
2 years ago
db36a5f
Refactor buffer search UI rendering in a quest to find the meaning of life.
Click to expand commit body
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
558367d
Optimize query ranges tracking
Kirill Bulatov
created
2 years ago
ff4370f
buffer: Extract columns to separate objects.
Click to expand commit body
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
4aa5df4
Extract columns into separate objects.
Click to expand commit body
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
87e6651
Fix hint tests, add a char boundary bug test
Kirill Bulatov
created
2 years ago
f4121b4
Add more padding to dismiss button.
Click to expand commit body
Add a style for mode buttons group margin
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
d17aba4
Fix double borders in mode buttons.
Click to expand commit body
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
7314456
nav_button: Fix double border between nav buttons.
Click to expand commit body
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
b72a42e
buffer: fix alignment of editor icon.
Click to expand commit body
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
9ae28f8
Update option buttons text color
Piotr Osiewicz
created
2 years ago
ae229d4
Align "Select all" to the center
Piotr Osiewicz
created
2 years ago
94ac84a
Fix borders being cut off in buffer search
Piotr Osiewicz
created
2 years ago
8bb3bfa
Style buffer modes like project modes
Piotr Osiewicz
created
2 years ago
1c35db7
project_search: style filters button like the rest of the buttons
Piotr Osiewicz
created
2 years ago
d37ebe7
Add option_button_height style
Piotr Osiewicz
created
2 years ago
9121178
project_search: Swap places of case-sens/whole-word
Piotr Osiewicz
created
2 years ago
449c009
Properly generate ranges to query
Kirill Bulatov
created
2 years ago
56f8973
Do not add duplicate hints to the cache
Kirill Bulatov
created
2 years ago
0e2a1fc
Query inlay hints for parts of the file
Kirill Bulatov
created
2 years ago
708409e
Query hints on every scroll
Kirill Bulatov
created
2 years ago
5d2750e
Hide inlay cache fields
Kirill Bulatov
created
2 years ago
85f3549
Compiling checkpoint
Nathan Sobo
created
2 years ago
7662210
I think the adapter is ready. Close to pixels.
Nathan Sobo
created
2 years ago
625e4a1
Introduce new PaintContext and LayoutContext
Nathan Sobo
created
2 years ago
2d17e96
Compiling checkpoint
Nathan Sobo
created
2 years ago
be7a43c
Get taffy style conversion working
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
b586601
Style nav buttons
Piotr Osiewicz
created
2 years ago
e151555
Style dismiss button.
Click to expand commit body
Fix clipping in nav buttons and mode buttons. Add missing borders to outskirts of mode buttons.
Piotr Osiewicz
created
2 years ago
c6425b3
chore: remove redundant mut
Piotr Osiewicz
created
2 years ago
Page 112 of 337