Commit log

5e79807 Fix tree branch rendering in collab panel

Max Brunsfeld created

a80b145 temp

Joseph T. Lyons created

ce8bdb3 Merge branch 'main' into feedback-2

Joseph T. Lyons created

dccdcd3 Add indicator component

Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>

Nate Butler and Marshall Bowers created

8d57d6c Merge branch 'main' into terminal-element

Mikayla created

e534c5f WIP

Antonio Scandurra created

eed5a69 Update tab close button

Nate Butler created

412c615 Port quick_action_bar to zed2

Click to expand commit body
Co-authored-by: Nate <nate@zed.dev>

Piotr Osiewicz and Nate created

dffe0ea Reintroduce menu-related platform callbacks

Nathan Sobo created

2299730 Fix an issue with the text in the theme selector editor not showing (#3501)

Click to expand commit body
This PR fixes an issues where the text—both placeholder and
user-entered—would not show up in the editor in the theme selector.

It seems to be the min width on the wrapper element that fixes this.

Release Notes:

- N/A

Marshall Bowers created

ede86d9 WIP

Antonio Scandurra created

c9b50c8 Add v_stack and h_stack to ui::prelude

Piotr Osiewicz created

7c5df51 Update button sizes

Nate Butler created

30725d6 Port `semantic_index` to gpui2 (#3500)

Click to expand commit body
Release Notes:

- N/A

Antonio Scandurra created

09db455 Port `semantic_index` to gpui2

Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>

Antonio Scandurra and Julia Risley created

c2d3e74 Allow opening files without project entries (#3497)

Click to expand commit body
Addresses
https://zed-industries.slack.com/archives/C04S5TU0RSN/p1701428432093989
by allowing to open a buffer without a corresponding project `Entry`.
This means that now, we can remove the "fake worktree" requirement and
open files without creating any (the PR does not do this step yet, but
prepares the code for it).

In addition, the PR fixes glob matching code and adds more tests on
excluded files queries.

Release Notes:

- Fixed search query inclusions/exclusions working incorrectly
- Fixed excluded files being opened via CLI and failing or spoiling
project tree view

Kirill Bulatov created

62bfa3b Fix panic opening the theme selector (#3499)

Click to expand commit body
I noticed a panic when trying to open the theme selector. Removing `Arc`
from `cx.global::<Arc<ThemeRegistry>>()` did the job. Is that the right
way? I'm not sure. 😅

Release Notes:

- N/A

Federico Dionisi created

16b5d4b Port to gpui2

Kirill Bulatov created

20352c5 Fix panic opening the theme selector

Federico Dionisi created

f9efaeb Update icon size

Nate Butler created

af72772 Expand toolbar tools

Nate Butler created

b73ccc8 Start out Copilot2;

Click to expand commit body
Add hidden_action_types to CommandPaletteFilter.
WindowContext.available_actions now returns global actions as well.

Co-authored-by: Antonio <antonio@zed.dev>

Piotr Osiewicz and Antonio created

d433da1 Editor2 tests (#3486)

Click to expand commit body
Release Notes:

- N/A

Piotr Osiewicz created

001ce47 Fix up the inlay_hint_cache proper (document the bug around inserting at inlay hint).

Click to expand commit body
Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Kirill <kirill@zed.dev>

Piotr Osiewicz , Antonio , and Kirill created

e5616bc Fix the test

Kirill Bulatov created

92fbdb4 Add project search in gitignored test

Kirill Bulatov created

b43dc48 Integration tests for excluded files

Kirill Bulatov created

2c2c14a Fix the regex matcher

Kirill Bulatov created

dffe323 Fix up test_lkayout_with_placeholder_text_and_blocks (uncomment last standing assert)

Piotr Osiewicz created

f0ca714 Ignore excluded files on worktree entry refresh

Kirill Bulatov created

1f6c69c Allow opening buffers without a project entry

Kirill Bulatov created

590238b test_layout_with_placeholder_text_and_blocks (incomplete, one assert commented out)

Click to expand commit body
We need to wire up a field from element state

Piotr Osiewicz created

caa5fcc test_wrapped_invisibles_drawing and test_invisibles_dont_appear_in_certain_editors

Piotr Osiewicz created

1dd6625 test_all_invisibles_drawing

Piotr Osiewicz created

ee695bb Fix up test_vim_visual_selections

Piotr Osiewicz created

9695ea1 test_shape_line_numbers

Piotr Osiewicz created

e0ec503 Fix highlight tests (and a quirky behaviour where the highlights were not dismissed when user clicks on something that's not a brace)

Piotr Osiewicz created

948c065 test_copilot_multibuffer

Piotr Osiewicz created

ae6ddce Enable more collab UI features (#3496)

Click to expand commit body
* Current Call section of the collab panel
* Improve the collab titlebar
* Add basic UI for following

Following only partially works, but the UI for following is now in
place.

Max Brunsfeld created

eff3a72 Start work on following in zed2

Click to expand commit body
Co-authored-by: Nathan <nathan@zed.dev>

Max Brunsfeld and Nathan created

591dc9d Remove double first item border in tabs

Nate Butler created

71a1125 Allow joining remote projects in zed2

Click to expand commit body
Co-authored-by: Nathan <nathan@zed.dev>

Max Brunsfeld and Nathan created

959b296 Revert "Decouple workspace from call (#3380)"

Click to expand commit body
This reverts commit 6da57cbc6e33a7d1ede533ecc11948292feb22f3, reversing
changes made to 62b18437044c9e2b7e4ef2ba24fbbf12444a48c7.

Also, adjust new code that was written using the "call handler".

Max Brunsfeld created

45992b0 Fix project panel context menu (#3495)

Click to expand commit body
Release Notes:

- N/A

Conrad Irwin created

9162f29 Fix project panel context menu

Conrad Irwin created

2c56030 Allow sharing projects

Click to expand commit body
Co-authored-by: Nathan <nathan@zed.dev>

Max Brunsfeld and Nathan created

63667ec Start bringing back the current call section of the collab panel

Click to expand commit body
Co-authored-by: Nathan <nathan@zed.dev>

Max Brunsfeld and Nathan created

13bb165 action dispatch target (#3494)

Click to expand commit body
- Ensure the candidate keybinding matches the correct context
- Fix context key matching
- I was soooo close
- Dispatch actions on focused node

[[PR Description]]

Release Notes:

- (Added|Fixed|Improved) ...
([#<public_issue_number_if_exists>](https://github.com/zed-industries/community/issues/<public_issue_number_if_exists>)).

Conrad Irwin created

1c9b984 Remove cx param

Conrad Irwin created

7db0a9e Draw border under tabs

Nate Butler created