Commit log

0a04c57 Update mouse position during file drag and drop

Kirill Bulatov created

8a0fb66 Capture language server stderr during startup/init and log if failure

Click to expand commit body
zed2 electric boogaloo

Julia created

f4cff69 WIP: Macro not working fully yet

Nathan Sobo created

a4b7e3c Merge branch 'zed2-hangs' into zed2

Max Brunsfeld created

065d26f Get RPC2 tests passing

Click to expand commit body
Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Kyle <kyle@zed.dev>

Conrad Irwin , Conrad , and Kyle created

0285284 Rename IntoAnyElement trait to Component

Nathan Sobo created

8ecfea5 Replace derive Element with derive IntoAnyElement everywhere

Nathan Sobo created

170ebd8 Capture language server stderr during startup/init and log if failure

Julia created

315744e Add derive macro for IntoAnyElement

Nathan Sobo created

06c2220 Add `install_cli2`

Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Co-Authored-By: Kirill <kirill@zed.dev>

Antonio Scandurra , Mikayla , and Kirill created

6172cd9 Merge branch 'zed2-room' into zed2

Antonio Scandurra created

3bcae6d Add `call2`

Click to expand commit body
Co-Authored-By: Kirill Bulatov <kirill@zed.dev>
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>

Antonio Scandurra , Kirill Bulatov , and Mikayla Maki created

927278e Remove IntoAnyElement bound from Element trait

Nathan Sobo created

71ad3e1 Add rpc2

Conrad Irwin created

693246b Fix fs2 import on zed

Conrad Irwin created

b875be9 Fix settings2 tests

Conrad Irwin created

07b9ec2 Revert "Fix settings2 crate tests"

Click to expand commit body
This reverts commit 6e9c779c5156573e5dcc80f26b5a77a658e1eaaa.

Conrad Irwin created

db15db4 WIP

Nathan Sobo created

6e9c779 Fix settings2 crate tests

Conrad Irwin created

483ac94 Start fixing room2

Kirill Bulatov created

6cf7d0b Fix macro some more

Conrad Irwin created

6185c93 Fix small bugs in gpui2::test

Conrad Irwin created

45a8aea Make FnOnces that render elements IntoAnyElement

Nathan Sobo created

3447a94 updated authentication for embedding provider

KCaverly created

db7d12f WIP

Nathan Sobo created

4266ead WIP: Trait bounds

Marshall Bowers created

5651ef7 Use quit to end tests

Conrad Irwin created

51aa0d6 Clearer error on importing both gpui and gpui2

Conrad Irwin created

bc3572f util: Improve error message for failing requests to GH. (#3159)

Click to expand commit body
Release notes:
- N/A

Co-authored-by: Julia Risley <julia@zed.dev>

Piotr Osiewicz and Julia Risley created

1ec6638 vue: use anyhow::ensure instead of asserting on filesystem state (#3173)

Click to expand commit body
Release Notes:
- Fixed a crash on failed assertion in Vue.js language support.

Piotr Osiewicz created

e31a940 Merge branch 'remove-view-state-associated-type' into gpui2-element-renderer

Marshall Bowers created

65389a8 Merge branch 'zed2' into gpui2-element-renderer

Marshall Bowers created

9fb9885 Checkpoint: Compiling

Marshall Bowers created

8b972f6 WIP: Fix compilation of `gpui2`

Marshall Bowers created

965bfd8 WIP: Pass in `V` to `Element`

Marshall Bowers created

9c10152 Use `Display` instead of custom `to_string`

Marshall Bowers created

28ef30f Removed unused `ui2::color` module

Marshall Bowers created

e6f2288 Don't use function_name in vim tests (#3171)

Click to expand commit body
Remove dependency on function name from vim tests.

We want to remove this from gpui2, and it looks like we can!

Conrad Irwin created

ffcec01 Don't use function_name in vim tests

Conrad Irwin created

06bff41 WIP: ElementRenderer

Marshall Bowers created

c5763cd Fix errors in passing TestAppContext in async gpui2 tests

Antonio Scandurra created

43d230c Introduce a `gpui2::test` macro

Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Conrad Irwin , Max Brunsfeld , and Kyle created

7ec9cc0 Fix z-index targeting for drag and drop

Marshall Bowers created

5355007 Clean up some warnings

Marshall Bowers created

b5eae86 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

e67048e Load themes from settings and rework `Settings` trait

Marshall Bowers created

5ba04dc Assert handles are passed to the right contexts

Antonio Scandurra created

7f6bb3d Extract multi_buffer module out of editor (#3170)

Click to expand commit body
Release Notes:

- N/A

Piotr Osiewicz created

412c0ff Add fs2

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad <conrad.irwin@gmail.com>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Max , Conrad , and Kyle created

1936ba5 F8 navigation bugs (#3163)

Click to expand commit body
Release Notes:

- Fixed "go to previous hunk" getting suck on deletion.
- Fixed a rare case where "go to (prev) diagnostic" could get stuck with
specifically overlapping diagnostics.

Julia created