Commit log

c12e2ac fix formatting

Mikayla Maki created

c7874cf Update copilot_button.rs

Mikayla Maki created

c165fb9 Remove `ReadView` and `UpdateView` traits

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

a6115d9 Remove `UpdateModel` trait

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

a9417f3 Remove `ReadModelWith` trait

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

5f500d3 Remove `UpgradeModelHandle` trait

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

b8fab6f Remove `UpgradeViewHandle` trait

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

Antonio Scandurra and Nathan Sobo created

455d383 Change copilot wording to be more explicit

Mikayla Maki created

f10de10 Merge pull request #2406 from zed-industries/fix-nondeterministic-terminal-test

Click to expand commit body
Fix minor terminal bugs

Mikayla Maki created

fa7f497 Remove unused import

Mikayla Maki created

733abc9 Revert previous change

Mikayla Maki created

616188c Fix a bug where the character under a cursor could not reliably be selected

Mikayla Maki created

8e0d359 Merge branch 'main' into fix-nondeterministic-terminal-test

Mikayla Maki created

d841c37 Wire through the gutter, rather than implicitly adding it

Mikayla Maki created

23932b7 Fixed non-deterministic test failure and made mouse to cell conversion work correctly

Mikayla Maki created

06cb388 Merge pull request #2404 from zed-industries/fix-command-palette

Click to expand commit body
Stopgap: Fix missing actions in the command palette

Max Brunsfeld created

e6604d1 Fix missing actions in the command palette

Click to expand commit body
Previously, the workspace view was on the stack when we were computing the
available actions, which excluded it. This is a stopgap. We should find a
better solution ASAP.

Nathan Sobo created

83bf3d0 WIP

Nathan Sobo created

55db28e Eliminate ReadModel trait

Nathan Sobo created

5dac95c Eliminate ReadView trait

Nathan Sobo created

bce51c5 Merge pull request #2403 from zed-industries/into-element

Click to expand commit body
Rename Element to AnyElement, Drawable to Element, and make containers generic over any Element type

Nathan Sobo created

993dbf8 Merge remote-tracking branch 'origin/main' into into-element

Nathan Sobo created

09111b6 Merge pull request #2401 from zed-industries/simplify-context-lifetimes

Click to expand commit body
Remove unnecessary lifetime parameter from WindowContext

Nathan Sobo created

caf3d5c Fix more formatting

Nathan Sobo created

c1810e8 Fix formatting

Nathan Sobo created

fe492ea Refine naming of element-related types and traits

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Nathan Sobo and Max Brunsfeld created

03619df Rename Drawable::boxed to into_element and make containers generic

Click to expand commit body
Multi-element are now generic over any drawable child, which can be converted
into an element.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Antonio Scandurra , Nathan Sobo , and Max Brunsfeld created

6927364 Merge pull request #2402 from zed-industries/fix-panics

Click to expand commit body
Fix panic in pane.rs

Mikayla Maki created

b8fd643 Fix test covering this case

Mikayla Maki created

aa2af53 Align return of close_active_item to match original format

Mikayla Maki created

3951265 Remove unused cyclic dependency from copilot crate

Click to expand commit body
Move notification handling earlier so that there are less copilot messages in the log

Mikayla Maki created

6ee0d10 Fix panic in remove active item

Mikayla Maki created

c9048b5 Merge pull request #2399 from zed-industries/petros/z-827-copy-the-newline-shortcuts-to-zed

Click to expand commit body
Add newline shortcuts for popular editors

Petros Amoiridis created

4ac894f Remove unnecessary lifetime parameter from WindowContext

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

a4fbcbf Merge pull request #2400 from zed-industries/fix-breadcrumbs-signature

Click to expand commit body
Fix `ProjectDiagnosticsEditor::breadcrumbs` signature

Antonio Scandurra created

4d43366 Fix `ProjectDiagnosticsEditor::breadcrumbs` signature

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

238ebaf Merge pull request #2372 from zed-industries/window_context_2

Click to expand commit body
Give elements access to their parent views and simplify contexts

Antonio Scandurra created

8840604 Merge pull request #2398 from zed-industries/fix-diagnostics-breadcrumbs

Click to expand commit body
Render breadcrumbs for diagnostics multi-buffer

Julia created

3992e95 Add newline shortcuts for popular editors

Petros Amoiridis created

f54a289 Remove handle to view from `TerminalElement`

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

a860a6c Make `App::notify_view` private

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

8c7f821 Introduce a new `WindowContext::remove_window` API

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

c323104 Merge pull request #2396 from zed-industries/petros/z-77-the-start-local-collaboration-script-no

Click to expand commit body
Fix script/start-local-collaboration

Petros Amoiridis created

f12746c Avoid double borrow of view in ProjectPanel drag and drop

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

31e906d Avoid double borrow of views on `up` and `up_out` in `DragAndDrop`

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

65c5605 Look for the main display always

Petros Amoiridis created

3c54b14 Remove debugging information

Petros Amoiridis created

5b40641 Take a target view when marking an element as draggable

Antonio Scandurra created

b0cbd13 Remove stray `push_layer` from `EditorElement::paint`

Antonio Scandurra created

e5192a4 Use update_default_global to filter command palette items for copilot

Antonio Scandurra created