Commit log
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
2 years ago
caa5fcc
test_wrapped_invisibles_drawing and test_invisibles_dont_appear_in_certain_editors
Piotr Osiewicz
created
2 years ago
1dd6625
test_all_invisibles_drawing
Piotr Osiewicz
created
2 years ago
ee695bb
Fix up test_vim_visual_selections
Piotr Osiewicz
created
2 years ago
9695ea1
test_shape_line_numbers
Piotr Osiewicz
created
2 years ago
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
2 years ago
948c065
test_copilot_multibuffer
Piotr Osiewicz
created
2 years ago
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
2 years ago
eff3a72
Start work on following in zed2
Click to expand commit body
Co-authored-by: Nathan <nathan@zed.dev>
Max Brunsfeld
and
Nathan
created
2 years ago
591dc9d
Remove double first item border in tabs
Nate Butler
created
2 years ago
71a1125
Allow joining remote projects in zed2
Click to expand commit body
Co-authored-by: Nathan <nathan@zed.dev>
Max Brunsfeld
and
Nathan
created
2 years ago
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
2 years ago
45992b0
Fix project panel context menu (#3495)
Click to expand commit body
Release Notes:
- N/A
Conrad Irwin
created
2 years ago
9162f29
Fix project panel context menu
Conrad Irwin
created
2 years ago
2c56030
Allow sharing projects
Click to expand commit body
Co-authored-by: Nathan <nathan@zed.dev>
Max Brunsfeld
and
Nathan
created
2 years ago
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
2 years ago
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
2 years ago
1c9b984
Remove cx param
Conrad Irwin
created
2 years ago
7db0a9e
Draw border under tabs
Nate Butler
created
2 years ago
fc16e45
Fix double border
Nate Butler
created
2 years ago
c82fea3
Dispatch actions on focused node
Click to expand commit body
Allows us to implement context menu matching nicely
Conrad Irwin
created
2 years ago
5bdaf0e
Work on light theme, update tab
Nate Butler
created
2 years ago
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
2 years ago
7977317
I was soooo close
Conrad Irwin
created
2 years ago
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
2 years ago
059959a
Zed2 outline view (#3490)
Click to expand commit body
Release Notes:
- N/A
Julia
created
2 years ago
3627ff8
Ensure the candidate keybinding matches the correct context
Marshall Bowers
created
2 years ago
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
2 years ago
4cb4033
Merge branch 'main' into editor2_tests
Marshall Bowers
created
2 years ago
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
2 years ago
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
2 years ago
63213b5
Add temp nightly icon
Nate Butler
created
2 years ago
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
2 years ago
a3e4559
Fix git test compilation
Piotr Osiewicz
created
2 years ago
Marshall Bowers
created
2 years ago
fb352af
Merge branch 'main' into diagnostics-style-2
Marshall Bowers
created
2 years ago
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
2 years ago
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
2 years ago
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
2 years ago
5ab6874
zed2: Port outline view
Julia
created
2 years ago
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
2 years ago
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
2 years ago
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
b5924d6
Add simulate_window_resize.
Click to expand commit body
Fixes up tests for movement in editor/scrolling.
Co-authored-by: Antonio <antonio@zed.dev>
Piotr Osiewicz
and
Antonio
created
2 years ago
80ae640
Add additional cursors to gpui2
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
0af0c55
Update toolbar left tool group
Nate Butler
created
2 years ago
68d309e
Fix disparity between editor2 and edito1 wrt copilot completions.
Click to expand commit body
Fixes test test_copilot.
Co-authored-by: Antonio <antonio@zed.dev>
Piotr Osiewicz
and
Antonio
created
2 years ago
fd2f1c2
Fix up copilot2 test
Click to expand commit body
Co-authored-by: Antonio <antonio@zed.dev>
Piotr Osiewicz
and
Antonio
created
2 years ago
2108ddf
Defer activating Subscriptions that are invoked as a part of an effect.
Click to expand commit body
Fixes test test_edit_events.
Co-authored-by: Antonio <antonio@zed.dev>
Piotr Osiewicz
and
Antonio
created
2 years ago
Page 103 of 408