9674b03
Make scoring more precise by using floats when diffing AI refactors
Antonio Scandurra created
9674b03
Make scoring more precise by using floats when diffing AI refactors
Antonio Scandurra created
481bcbf
Normalize indentation when refactoring
Antonio Scandurra created
afe0e74
remove worktree_file_mtimes in state as it is no longer used
Co-authored-by: Piotr <piotr@zed.dev>
KCaverly and Piotr created
aa07872
accomodate for duplicate entries in indexing queue
Co-authored-by: Piotr <piotr@zed.dev>
KCaverly and Piotr created
3f9f742
update rate limiting embeddings strategy to delay less
KCaverly created
985397b
:memo:
Antonio Scandurra created
e4794e3
vim: Fix linewise copy of last line with no trailing newline
Along the way, delete the VimBindingTestContext by updating the visual tests to no-longer need it.
Conrad Irwin created
7e83138
Start work on showing consistent replica ids for channel buffers
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
11ef5e2
Simplify buffer_operations schema
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
1d08f44
Snapshot channel notes buffers when everyone leaves
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
4eff8ad
Add channel notes view
co-authored-by: Max <max@zed.dev>
Mikayla and Max created
5a0315c
Achieve end to end channel buffer synchronization
co-authored-by: max <max@zed.dev>
Mikayla and max created
95ea664
WIP
Max Brunsfeld created
71611ee
Get join_buffer_for_channel compiling
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
364ed1f
WIP: pass synchronize channel buffers integration test
Mikayla created
a7a4e2e
Add buffer integration test
Rearrange channel crate structure Get channel buffer from database co-authored-by: Max <max@zed.dev>
Mikayla and Max created
ff5035e
Start work on storing channel buffers
Max Brunsfeld created
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)
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
Mikayla created
2ab8eba
Add disclosable component (#2868)
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
Mikayla created
2a182b6
Tune styles and disclosable elements
Mikayla created
cf007a3
Start working on restoring button
Nathan Sobo created
1320fad
Bump rust embed (#2883)
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
Piotr Osiewicz created
4c00037
Click events, children
Nathan Sobo created
b72c4c5
catchup with main
KCaverly created
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
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
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Nathan Sobo and Conrad Irwin created
6c45be2
Add `docker system prune` command
This will hopefully keep the system drive cleaned up so we don't run issues with not enough disk space.
Joseph T. Lyons created
af21546
collab 0.18.0
Joseph T. Lyons created
5996b6b
Use RefinementCascade to compose pressability and hoverability
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Nathan Sobo and Conrad Irwin created
f22acb6
Apply a score boost when consecutive triplets of characters match
Antonio Scandurra created
72f0efb
v0.102.x dev
Joseph T. Lyons created
301a129
Merge transactions into the original assistant transaction
Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Kyle Caverly <kyle@zed.dev>
Antonio Scandurra , Nathan Sobo , and Kyle Caverly created
a69461d
Don't score whitespace matches
Co-Authored-By: Kyle Caverly <kyle@zed.dev>
Antonio Scandurra and Kyle Caverly created
e4f4974
Group modal assistant edits into the same transaction
Co-Authored-By: Kyle Caverly <kyle@zed.dev>
Antonio Scandurra and Kyle Caverly created
569d99a
Add hover styling support
Nathan Sobo created
1bc4f22
Rework element system, phase 1 (#2881)
This is a deep cut. There's still more work to do until we start building UI with this. I've approached this as additively as possible, but I've made a few changes to the rest of the code that I think would be good to upstream before proceeding too much further. Most of the interesting pieces are in gpui/playground, which is a standalone binary that opens a single window and renders a new kind of element. The layout of these new elements is provided by the taffy layout engine crate, which conforms to web conventions. The idea is that playground is relatively cheap to build and work on. As concepts coalesce in playground, we can drop them into gpui and start transitioning.
Nathan Sobo created
d323844
:art:
Antonio Scandurra created
09fd99b
moved semantic_index project intialization to queue and channel method
KCaverly created
2e1a4b2
Adjust scoring
Antonio Scandurra created
aa6d658
Add basic styling
Antonio Scandurra created
a2671a2
Highlight text when the diff is the same
Antonio Scandurra created
7b17030
Shorten setting name
Joseph T. Lyons created
711f156
WIP
Joseph T. Lyons created
a935830
Delete unused imports
Antonio Scandurra created
c293505
Support multi-byte characters in diff
Antonio Scandurra created