Commit log

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

Marshall Bowers created

8db3b3b Limit language server reinstallation attempts

Julia created

98d03f6 Revert "Add activity_indicator2"

Click to expand commit body
This reverts commit 88a3a5778987a588907a92885e94a112e747cc62.

Joseph T. Lyons created

560e115 Pull syntax colors from JSON theme

Marshall Bowers created

973ca8d ui2: Remove dependency on `theme` crate

Marshall Bowers created

692aeff ui2: Remove dependency on `settings` crate

Marshall Bowers created

88a3a57 Add activity_indicator2

Joseph T. Lyons created

61694bb Remove unneeded constructors for stories

Marshall Bowers created

65045b9 Get remaining language2 tests passing

Max Brunsfeld created

0eae962 Represent theme's syntax colors with string keys

Click to expand commit body
Co-authored-by: Marshall Bowers <marshall@zed.dev>

Max Brunsfeld and Marshall Bowers created

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

Marshall Bowers created

ed233d5 ui2: Remove `ElementExt` trait

Marshall Bowers created

b3ad8c1 Get most of the language2 tests passing

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

Max Brunsfeld and Conrad created

3cc91e5 Add missing seed variable for gpui2 test macro

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

Max Brunsfeld and Conrad created

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

Marshall Bowers created

1887f3b Rename `S` type to `V`

Marshall Bowers created

8bc2071 Fix gpui2 bugs

Click to expand commit body
* Compile error for tests that take StdRng
* Dynamic type dowcasting error when emitting events
* Slot error when dropping handles

Co-authored-by: Conrad <conrad@zed.dev>

Max Brunsfeld and Conrad created

58e8012 Make zed2 compile again

Antonio Scandurra created

8a70ef3 Remove unused `state_type`

Marshall Bowers created

eb19071 ui2: Clean up `take`s

Marshall Bowers created

7b4a895 ui2: Clean up `drain`s

Marshall Bowers created

821fe0f Merge branch 'zed2' into zed2-workspace

Antonio Scandurra created

d62c51a Merge branch 'gpui2-element-renderer' into zed2

Marshall Bowers created

fccc4ca Initialize element before layout

Marshall Bowers created

42095f0 Remove debug from derive Component proc macro

Marshall Bowers created

88ef74e Checkpoint: Compiling after view type removal

Marshall Bowers created

9ea7925 Add spawn facilities to `AsyncWindowContext`

Antonio Scandurra created

6fe393d Fix compile errors with lsp2

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

Max Brunsfeld and Jospeh created

69e5ecc Enable client tests

Click to expand commit body
* implement Executor::advance_clock

Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by:  Kyle <kyle@zed.dev>
Co-authored-by:  Joseph <joseph@zed.dev>

Max Brunsfeld , Conrad , Kyle , and Joseph created

d927441 Make `activate_workspace_for_project` compile

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

Antonio Scandurra , Mikayla Maki , and Kirill Bulatov created

c9c9db9 Fix Component derive macro

Marshall Bowers created

4539cef Capture language server stderr during startup/init and log if failure (#3175)

Click to expand commit body
Gives us some more debugging information

Release Notes:
 - N/A

Julia created

ca82ec8 fixed truncation error in fake language model

KCaverly created

0eafb88 zed2: Capture language server stderr during startup/init and log if failure (#3176)

Click to expand commit body
zed2 electric boogaloo

Release Notes:

- N/A

Julia created

27d2acc Fix the formatting

Kirill Bulatov created

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

c8b5b08 WIP

Antonio Scandurra 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