Piotr Osiewicz
72eef116c9
fixup! collab_ui: Wire up project picker
2023-12-13 12:53:41 -08:00
Piotr Osiewicz
a91a42763f
collab_ui: Wire up project picker
...
Co-authored-by: Conrad <conrad@zed.dev>
2023-12-13 12:53:41 -08:00
Joseph T. Lyons
48faa171b5
v0.118.x dev
2023-12-13 12:53:41 -08:00
Marshall Bowers
ab8d0abbc1
Wire up tooltips on tab bar actions ( #3629 )
...
This PR wires up the tooltips on the actions in the tab bar.
Release Notes:
- N/A
2023-12-13 12:53:41 -08:00
Marshall Bowers
a874a96e76
Fix tab bar drop target sizing ( #3627 )
...
This PR fixes an issue where the tab bar drop target was not receiving
any size.
The styling isn't 100% correct yet, as the updated background color has
a gap around it.
Release Notes:
- N/A
2023-12-13 12:53:41 -08:00
Piotr Osiewicz
ce1489f5dc
Add inclusion of ignored files
2023-12-13 12:53:41 -08:00
Piotr Osiewicz
0e19da3107
Bring back semantic search UI
2023-12-13 12:53:41 -08:00
Conrad Irwin
9ff73d3a0a
Port project_symbols
2023-12-13 13:43:39 -07:00
Marshall Bowers
5c8257585a
Fix styling of project search tabs ( #3633 )
...
This PR fixes the styling of the project search tabs.
We now have spacing between the icon and the tab label, as well as use
the correct color for the icon based on whether the tab is active or
not.
Release Notes:
- N/A
2023-12-13 14:50:15 -05:00
Marshall Bowers
9a7de98242
Don't show empty documentation labels in completions menu ( #3632 )
...
This PR fixes an issue where we would sometimes have extra blank lines
in the completions menu.
This was due to some items including documentation labels that were
empty strings.
Release Notes:
- N/A
2023-12-13 14:15:03 -05:00
Julia
fd428dfa66
Bump livekit client ( #3625 )
...
Release Notes:
- Bump LiveKit client version.
2023-12-13 13:51:13 -05:00
Marshall Bowers
61ab1834c7
Deploy the buffer search in a second row in the toolbar ( #3630 )
...
This PR updates the buffer search to deploy to a second row in the
toolbar, instead of trying to deploy into the initial row.
This is the same way it works in Zed1.
Release Notes:
- N/A
2023-12-13 13:06:53 -05:00
Joseph T. Lyons
07a266d93f
collab 0.31.0
2023-12-13 12:39:29 -05:00
Piotr Osiewicz
b2965469e1
collab_ui: Wire up project picker ( #3628 )
...
Release Notes:
- N/A
2023-12-13 18:26:10 +01:00
Joseph T. Lyons
1055f59925
v0.118.x dev
2023-12-13 12:24:10 -05:00
Julia
cfc050e3fe
Fire focus handlers on draw to avoid timing with newly created item
...
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
2023-12-13 12:16:39 -05:00
Marshall Bowers
599f81f345
Wire up tooltips on tab bar actions ( #3629 )
...
This PR wires up the tooltips on the actions in the tab bar.
Release Notes:
- N/A
2023-12-13 12:11:33 -05:00
Piotr Osiewicz
6147530156
fixup! collab_ui: Wire up project picker
2023-12-13 17:58:17 +01:00
Piotr Osiewicz
a71365a1d3
collab_ui: Wire up project picker
...
Co-authored-by: Conrad <conrad@zed.dev>
2023-12-13 17:56:49 +01:00
Marshall Bowers
988fb91a61
Fix tab bar drop target sizing ( #3627 )
...
This PR fixes an issue where the tab bar drop target was not receiving
any size.
The styling isn't 100% correct yet, as the updated background color has
a gap around it.
Release Notes:
- N/A
2023-12-13 11:44:51 -05:00
Julia
5730d0ef21
Bump livekit client
2023-12-13 10:47:32 -05:00
Piotr Osiewicz
2a714d6dd8
Bring back semantic search UI ( #3623 )
...
- [x] Add "Include ignored" to filters
- [x] There seems to be a bug (seemingly unrelated to this PR) where we
reindex the project on each launch. Edit: Seems to be the case on Zed1
as well if the indexing is interrupted.
Release Notes:
- N/A
2023-12-13 16:17:42 +01:00
Antonio Scandurra
801125974a
Optimize inserting lots of primitives with the same StackingOrder
2023-12-13 15:32:32 +01:00
Piotr Osiewicz
b9023a3e49
Add inclusion of ignored files
2023-12-13 14:22:29 +01:00
Piotr Osiewicz
a13468e6ad
Bring back semantic search UI
2023-12-13 12:53:53 +01:00
Antonio Scandurra
13c064186a
Fix regressions in focus and active support ( #3622 )
...
Release Notes:
- N/A
2023-12-13 11:31:37 +01:00
Antonio Scandurra
d147db1db9
Don't mark interactive element as active if default prevented
2023-12-13 11:23:05 +01:00
Antonio Scandurra
5018072203
Automatically transfer focus on mouse down in Interactivity::paint
2023-12-13 09:57:18 +01:00
Conrad Irwin
19e842b860
fix overlay positions ( #3621 )
...
- Fix typo in overlay positioning code
- Make overlay positioning more robust
Release Notes:
- N/A
2023-12-12 22:13:56 -07:00
Conrad Irwin
e91ecec8cd
fix modal exchange ( #3620 )
...
- Fix opening GoToLine from Command
- Extend test to cover go_to_line behavior too
Release Notes:
- N/A
2023-12-12 21:30:34 -07:00
Conrad Irwin
a055a4c163
Make overlay positioning more robust
...
Previously we would either switch anchor or snap, now we first try switching
anchor (if desired) and then snap to window regardless.
2023-12-12 21:28:58 -07:00
Conrad Irwin
fa36adbf1f
Fix typo in overlay positioning code
2023-12-12 21:14:48 -07:00
Conrad Irwin
979db25e91
Extend test to cover go_to_line behavior too
...
(It's also been broken and fixed a few times along the way)
2023-12-12 20:53:54 -07:00
Conrad Irwin
a2f0accb74
Fix opening GoToLine from Command
...
This was broken because of the async hop introduced by should_dismiss.
Change that API to instead be syncronous, and require that implementors
(of which there is only one) to call dismiss again if they want to.
2023-12-12 20:46:27 -07:00
Conrad Irwin
c94c6614ed
vim2 ( #3619 )
...
Fix vim command tests by restoring the spawn in command palette's
confirm
Release Notes:
- N/A
2023-12-12 19:40:54 -07:00
Conrad Irwin
630997db28
And restore the command palette spawn behaviour
2023-12-12 19:27:09 -07:00
Conrad Irwin
b65129437f
vim2 ( #3618 )
...
- Uncomment editor event tests
- Uncomment vim search tests
Just command left
Release Notes:
- N/A
2023-12-12 19:19:08 -07:00
Conrad Irwin
1a86e4ff96
Fix vim toggle on welcome
2023-12-12 19:03:54 -07:00
Conrad Irwin
a9349267ec
hah, oops
2023-12-12 18:54:35 -07:00
Marshall Bowers
573377d9f9
Fix workspace sizing ( #3617 )
...
This PR fixes the sizing of the workspace, specifically with regards to
the center pane.
This fixes the issue where the tab bar would get clipped when its width
exceeded the size of the screen.
<img width="1298" alt="Screenshot 2023-12-12 at 8 36 15 PM"
src="https://github.com/zed-industries/zed/assets/1486634/592d7c6d-6901-4bd4-b5e7-e30bcad67e21 ">
Release Notes:
- N/A
2023-12-12 20:42:48 -05:00
Conrad Irwin
a656d11fed
Fix vim2 search tests
2023-12-12 18:39:42 -07:00
Max Brunsfeld
e09b07ddae
Allow dragging tabs ( #3616 )
2023-12-12 16:20:37 -08:00
Max Brunsfeld
6362221363
Scroll the tab bar to show the active tab
...
Co-authored-by: Nathan <nathan@zed.dev>
Co-authored-by: Marshall <marshall@zed.dev>
2023-12-12 15:42:33 -08:00
Max Brunsfeld
a579713a45
Allow dragging and dropping tabs
...
Co-authored-by: Nathan <nathan@zed.dev>
Co-authored-by: Marshall <marshall@zed.dev>
2023-12-12 15:07:03 -08:00
Max Brunsfeld
a4a501603e
Start work on dragging tabs
2023-12-12 15:04:49 -08:00
Julia
2e00da5a79
zed2 notification panel ( #3603 )
...
Release Notes:
- N/A
2023-12-12 18:04:47 -05:00
Julia
29413bc72c
Fix defer handle double lease
...
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
2023-12-12 17:47:12 -05:00
Joseph T. Lyons
a63b4c598c
Use release channel display name for feedback
2023-12-12 17:29:37 -05:00
Conrad Irwin
3088cbea68
Uncomment vim search tests
2023-12-12 15:29:17 -07:00
Conrad Irwin
c43969eaed
Uncomment editor event tests
2023-12-12 15:29:10 -07:00