83d3fad
Clear auto-indent requests if they couldn't be computed
Antonio Scandurra created
83d3fad
Clear auto-indent requests if they couldn't be computed
Antonio Scandurra created
202950a
Merge pull request #1726 from zed-industries/rejoining-projects
Fix opening a buffer after leaving and joining the same project
Antonio Scandurra created
9adbab5
Fix opening a buffer after leaving and joining the same project
This bug existed prior to #1700 and was caused by not clearing the buffers that were already shared with a peer that left and opened a project using the same connection. When such peer would re-join the project and open a buffer that it had opened previously, the host assumed the peer had already seen that buffer and wouldn't bother sending it again.
Antonio Scandurra created
a691058
Something's happening, nothing correct, but something
Julia created
e24a69b
Merge pull request #1723 from zed-industries/test-branch
Writing settings
Mikayla Maki created
b1f64d9
Updated new vim tests with new rope crate
Mikayla Maki created
41590ef
Merge branch 'main' into test-branch
Mikayla Maki created
e7b6d1b
Added theme and dock anchor saving :D
Mikayla Maki created
76a86b7
Merge pull request #1721 from zed-industries/scrollbar-fix
Fix scrollbar's range of motion in large files
Max Brunsfeld created
7eceff1
Impose min scrollbar height in a way that doesn't impede scrollbar's movement
Also, fix the editor's scroll max so that you can scroll to the last display row.
Max Brunsfeld created
81a3a22
Merge pull request #1685 from zed-industries/vim-text-objects
Vim Text Objects and Numeric Repitions
Kay Simmons created
d1f1eb9
Add count argument to motion functions and add ability to jump to a given line
K Simmons created
5487f99
Moved settings_file.rs into settings crate. Should be ready to start now :D
Mikayla Maki created
bc2a6e4
Use tag_name for Discord release message
Joseph T Lyons created
0beb975
Finished refactoring out fs and rope
Mikayla Maki created
941f409
Add amplitude release (#1720)
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Joseph T. Lyons and Max Brunsfeld created
673041d
working quote and bracket text objects
K Simmons created
6dfa34f
Remove a few Zed default themes
Co-Authored-By: Kay Simmons <3323631+Kethku@users.noreply.github.com>
Nate Butler and Kay Simmons created
b626ec3
Use different dark and light ramps for cave
Co-Authored-By: Kay Simmons <3323631+Kethku@users.noreply.github.com>
Nate Butler and Kay Simmons created
5708879
Style elevations & update styleTrees
Also rename `info` -> `accent` Co-Authored-By: Kay Simmons <3323631+Kethku@users.noreply.github.com>
Nate Butler and Kay Simmons created
638e9f9
Merge pull request #1715 from zed-industries/scrollbars
Add scrollbars
Max Brunsfeld created
acc85ad
Impose a minimum height on the scrollbar
Max Brunsfeld created
0a8e2f6
Moved fs to it's own crate, build failing due to cyclic dependency on rope
Mikayla Maki created
9bdcd37
Merge pull request #1718 from zed-industries/dont-wait-for-project-upload
Proceed with share while project state uploads
Max Brunsfeld created
a833652
Undid change to paths variables and cleaned up leftovers
Mikayla Maki created
7ce758b
Added notes from working with Nathan
Mikayla Maki created
cc8ae45
Added theme writing code, really bad race condition
Mikayla Maki created
65b8c51
Allow opening other local projects via contacts list
Max Brunsfeld created
0e695ea
Wait for project sharing to complete in LSP status integration test
Max Brunsfeld created
1f0a9ce
Proceed with share while project state uploads
Co-authored-by: Antonio Scandurra <as-cii@zed.dev>
Max Brunsfeld and Antonio Scandurra created
a656047
Merge pull request #1700 from zed-industries/room
Introduce call-based collaboration
Antonio Scandurra created
f26695e
:lipstick:
Antonio Scandurra created
f4306d9
Refresh scrollbar auto-hide setting when opening a new editor
Max Brunsfeld created
d93e75b
Make scrollbars a little bit narrower
Max Brunsfeld created
67a32de
Hide the scrollbar track, not just the thumb
Max Brunsfeld created
ba6c544
Always show invite link in contacts popover
Antonio Scandurra created
e2700ff
Enable/disable scrollbar auto-hide based on OS setting
Max Brunsfeld created
f83de0a
Respect contacts popover size
Antonio Scandurra created
4c07a07
Allow active call to be optional on workspace
This prepares us for a future where the workspace is unaware of the active call and doesn't require all tests to invoke `call::init`.
Antonio Scandurra created
ee2587d
Fix integration tests
Antonio Scandurra created
45d118f
Decide whether to clip to visible bounds on a per-element basis
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
eb711cd
Polish styling of contacts popover
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
4504b36
Show a different message when participant is active on unshared project
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
29c3b81
Show prompt when closing last window while there's an active call
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
feb17c2
Show participant projects in contacts popover
Antonio Scandurra created
8e7f96c
Update contacts when automatically canceling calls
Antonio Scandurra created
0a30680
Dismiss project shared notifications when a project was unshared
Antonio Scandurra created
1d4bdfc
Cancel calls automatically when caller hangs up or disconnects
Antonio Scandurra created
9ec62d4
Foreground app when accepting calls and project shares
Antonio Scandurra created
bf0a04a
Dismiss popover when contact finder is unfocused
Antonio Scandurra created