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
This PR adds a disclosable component, related wiring, and uses it to
implement the collaboration panel's disclosure of subchannels. It also
adds a component test page to make style development easier, and
refactors components into v0.2, safe styles (as described in [TWAZ
#16](https://zed.dev/blog/this-week-at-zed-16))
Release Notes:
- N/A
Mikayla Maki
created
707ca34
Merge branch 'main' into disclosable-component
This is a follow-up to a recent patch I've submitted to this crate to
improve compile time and runtime (in older versions file lookup was
essentially O(n) with respect to path count, now it's O(log n))
Release Notes:
- N/A
e42b9e9
fix async calls on project updated entries to ensure that all files are updating appropriately
KCaverly
created
8e3b23e
Rename Window::mouse_position to last_mouse_position
Click to expand commit body
We want to encourage people to use WindowContext::mouse_position, which
requests the position from the platform.
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Nathan Sobo
and
Conrad Irwin
created
684db11
Use platform API to request mouse position