Commit log
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
2 years ago
993dbf8
Merge remote-tracking branch 'origin/main' into into-element
Nathan Sobo
created
2 years ago
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
2 years ago
caf3d5c
Fix more formatting
Nathan Sobo
created
2 years ago
c1810e8
Fix formatting
Nathan Sobo
created
2 years ago
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
2 years ago
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
2 years ago
6927364
Merge pull request #2402 from zed-industries/fix-panics
Click to expand commit body
Fix panic in pane.rs
Mikayla Maki
created
2 years ago
b8fd643
Fix test covering this case
Mikayla Maki
created
2 years ago
aa2af53
Align return of close_active_item to match original format
Mikayla Maki
created
2 years ago
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
2 years ago
6ee0d10
Fix panic in remove active item
Mikayla Maki
created
2 years ago
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
2 years ago
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
2 years ago
a4fbcbf
Merge pull request #2400 from zed-industries/fix-breadcrumbs-signature
Click to expand commit body
Fix `ProjectDiagnosticsEditor::breadcrumbs` signature
Antonio Scandurra
created
2 years ago
4d43366
Fix `ProjectDiagnosticsEditor::breadcrumbs` signature
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
2 years ago
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
2 years ago
8840604
Merge pull request #2398 from zed-industries/fix-diagnostics-breadcrumbs
Click to expand commit body
Render breadcrumbs for diagnostics multi-buffer
Julia
created
2 years ago
3992e95
Add newline shortcuts for popular editors
Petros Amoiridis
created
2 years ago
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
2 years ago
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
2 years ago
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
2 years ago
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
2 years ago
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
2 years ago
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
2 years ago
65c5605
Look for the main display always
Petros Amoiridis
created
2 years ago
3c54b14
Remove debugging information
Petros Amoiridis
created
2 years ago
5b40641
Take a target view when marking an element as draggable
Antonio Scandurra
created
2 years ago
b0cbd13
Remove stray `push_layer` from `EditorElement::paint`
Antonio Scandurra
created
2 years ago
e5192a4
Use update_default_global to filter command palette items for copilot
Antonio Scandurra
created
2 years ago
c76b979
Merge branch 'main' into window_context_2
Antonio Scandurra
created
2 years ago
d32a721
Remove stray `dbg!` statements
Antonio Scandurra
created
2 years ago
c7cc5bc
Render breadcrumbs for diagnostics multi-buffer
Julia
created
2 years ago
8e4cc54
Merge pull request #2397 from zed-industries/finally-fix-terminal-line-height
Click to expand commit body
Create a new setting to adjust the line height in the terminal
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
c72b70d
Fixed silly custom settings parsing
Mikayla Maki
created
2 years ago
f54ab73
Merge branch 'main' into finally-fix-terminal-line-height
Mikayla Maki
created
2 years ago
dfdc826
Create a new setting to adjust the line height in the terminal
Mikayla Maki
created
2 years ago
1b2e480
Remove unnecessary replace
Nathan Sobo
created
2 years ago
0bce80b
Fix remaining vim failures
Nathan Sobo
created
2 years ago
137d938
Initialize the active editor when vim mode is enabled
Click to expand commit body
Instead of waiting for a focus event. This makes more tests pass.
Antonio Scandurra
created
2 years ago
7b4b1d6
Use regex to make extraction bulletproof
Petros Amoiridis
created
2 years ago
Max Brunsfeld
created
2 years ago
Max Brunsfeld
created
2 years ago
65f7228
Merge pull request #2389 from zed-industries/save-panics-as-structured-data
Click to expand commit body
Save panics as structured data
Joseph T. Lyons
created
2 years ago
b414d43
Merge pull request #2392 from zed-industries/eslint-multiple-language-server-adapters-rebased
Click to expand commit body
Allow buffers to use multiple language servers
Max Brunsfeld
created
2 years ago
dcc8047
Install jq if it's missing
Petros Amoiridis
created
2 years ago
460ea8e
Increase reliability and support multiple monitors
Petros Amoiridis
created
2 years ago
b11e239
Make the script more reliable
Petros Amoiridis
created
2 years ago
ad71020
Merge pull request #2395 from zed-industries/remove-stable-hiding-copilot
Click to expand commit body
Remove stable guard for copilot
Mikayla Maki
created
2 years ago
Page 2 of 178