f1586c9
Automatically enable project search filters when using `Search Inside` (#2889)
Click to expand commit body
Now that the filters are hidden behind a toggle-able setting, running
the `Search Inside` action from the project panel feels a bit weird,
since the filter being used is hidden. This PR automatically opens that
filter section after running a `Search Inside` action.
Release Notes:
- N/A
Joseph T. Lyons
created
8288e55
Automatically enable project search filters when using `Search Inside`
Joseph T. Lyons
created
0801e5e
Merge branch 'main' into add-setting-to-automatically-enable-virtual-environment

### Todo
* [x] Snapshot channel buffers when everyone closes the buffer
* [x] Ensure that users who are in both a project and a channel note
have the same color in both places
* [x] Allow following project collaborators into channel notes
* [x] Expose notes for the current channel under "Current Call" section
of the collaboration panel
* [x] Offline state for the channel notes view
* [x] Make the channel context menu accessible to all members (to expose
the notes)
* [x] Wire in view and Item method overrides
Release Notes:
- N/A
Mikayla Maki
created
a95dcfa
Make channel notes view searchable and navigable via pane history
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
7b6c0c5
Show non-admin context menu items for all channel members
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
c7c2203
Avoid creating redundant snapshots of channel notes buffers
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
358a204
Make channel notes read-only when disconnected
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
a327320
Show channel notes in current call section of collab panel
3b6794f
vim: Fix linewise copy of last line with no trailing newline (#2885)
Click to expand commit body
Along the way, delete the VimBindingTestContext by updating the
visual tests to no-longer need it.
Release Notes:
- vim: Fix `y` when on the last line of a file with no trailing newline.
Conrad Irwin
created
131950f
add handling for Added file events to semantic index
29e4338
Simplify macro for running a test with both databases
Max Brunsfeld
created
26c3312
Fix cursor and hover styles changing when dragging the mouse (#2884)
Click to expand commit body
Since the resizing rework on docks, I noticed a lot of cursor flickering
when dragging, that drags trigger hover states in underlying elements
instead of being ignored, and that clicking and dragging off a button
can leave that button's click style active. This PR fixes all three
bugs.
Release Notes:
- Fixed several styling bugs related to dragging the mouse cursor
Mikayla Maki
created
ff75d16
Fix stuck click styling when dragging off of a button
Mikayla
created
4d2f5a8
Fix cursor and hover styles changing when dragging the mouse