Commit log

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

fc16e45 Fix double border

Nate Butler created

c82fea3 Dispatch actions on focused node

Click to expand commit body
Allows us to implement context menu matching nicely

Conrad Irwin created

5bdaf0e Work on light theme, update tab

Nate Butler created

c10d8a8 Fix cursor styles not displaying properly (#3493)

Click to expand commit body
This PR fixes an issue where an element with a cursor style set would
not update the cursor when hovering over it.

Previously the cursor style would only appear by interacting with the
element in some way, for instance, by clicking on the element or by
having a `.hover` with some other style being applied.

Release Notes:

- N/A

Marshall Bowers created

7977317 I was soooo close

Conrad Irwin created

2c2e514 Fix context key matching

Click to expand commit body
* You need to check all layers of the context stack
* When in command, the context should be based on where focus was (to
  match `available_actions`.

Conrad Irwin created

059959a Zed2 outline view (#3490)

Click to expand commit body
Release Notes:

- N/A

Julia created

3627ff8 Ensure the candidate keybinding matches the correct context

Marshall Bowers created

9a2fd18 Avoid panic with outline highlight ranges

Click to expand commit body
Previously we were using a function in `editor` to combine syntax
highlighting and fuzzy match positions, it would operate on the full
text as put into the label. However we now have a method `ranges` on
`StringMatch` itself which operates on just the match text.

The outline view has some pretty specific behavior around path/normal
matches and how they are highlighted. So let's just give the match the
full text before it leaves the search function so it can freely index

Julia created

4cb4033 Merge branch 'main' into editor2_tests

Marshall Bowers created

b212aab Add support for copying diagnostic messages to the clipboard (#3489)

Click to expand commit body
This PR adds support for copying diagnostics messages to the clipboard.

This was already working, but we were missing implementations
clipboard-related methods in the `TestPlatform` that were causing the
tests to fail when the copying functionality was added.

Release Notes:

- N/A

Marshall Bowers created

584a3a7 Add temp nightly icon (#3488)

Click to expand commit body
[[PR Description]]

This will get updated – I need to get the template derek used for the
new preview icon. Sorry for the jank in advance.

Release Notes:

- N/A

Nate Butler created

63213b5 Add temp nightly icon

Nate Butler created

4a5f703 Diagnostics style 2 (#3483)

Click to expand commit body
[[PR Description]]

Merge past diagnostic multibuffer style work + some extras

Release Notes:

- N/A

Marshall Bowers created

a3e4559 Fix git test compilation

Piotr Osiewicz created

26c797c Format code

Marshall Bowers created

fb352af Merge branch 'main' into diagnostics-style-2

Marshall Bowers created

4f40295 Style Grab Bag (#3487)

Click to expand commit body
[[PR Description]]

- Add pane empty state
- Ensure tab bar doesn't resize when a tab is added
- Make ButtonLike respect the style of a disabled button
- Add additional cursors to gpui2

Release Notes:

- N/A

Nate Butler created

e928ed4 Mark copy button as incomplete

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

Nate Butler and Marshall Bowers created

23626aa Update diagnostic style

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

Nate Butler and Marshall Bowers created

5ab6874 zed2: Port outline view

Julia created

4ee4e4e Fix ci error – Copy to clipboard isn't implemented in tests

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

Nate Butler and Marshall Bowers created

7a0aa1e Clean up ButtonLike

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

Nate Butler and Marshall Bowers created

b6ed3b2 Remove debug

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

Nate Butler and Marshall Bowers created