Commit log
76a86b7
Merge pull request #1721 from zed-industries/scrollbar-fix
Click to expand commit body
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
Click to expand commit body
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
Click to expand commit body
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)
Click to expand commit body
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
638e9f9
Merge pull request #1715 from zed-industries/scrollbars
Click to expand commit body
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
Click to expand commit body
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
Click to expand commit body
Co-authored-by: Antonio Scandurra <as-cii@zed.dev>
Max Brunsfeld
and
Antonio Scandurra
created
a656047
Merge pull request #1700 from zed-industries/room
Click to expand commit body
Introduce call-based collaboration
Antonio Scandurra
created
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
Click to expand commit body
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
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
eb711cd
Polish styling of contacts popover
Click to expand commit body
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
Click to expand commit body
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
Click to expand commit body
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
bf488f2
Show project root names when displaying incoming call notification
Antonio Scandurra
created
b229bc6
Tweak scrollbar styling
Max Brunsfeld
created
7b08419
Auto-hide scrollbars
Max Brunsfeld
created
e0b6b0d
Rename Join button to Open, rework message slightly
Nathan Sobo
created
6dcf638
Represent scrollbar range with f32s
Max Brunsfeld
created
b8c2acf
Show worktree root names when sharing additional projects on a call
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Nathan Sobo
and
Antonio Scandurra
created
eedcc58
Add scrollbars to editors
Max Brunsfeld
created
7528bf8
Merge pull request #1714 from zed-industries/fix-autoclose
Click to expand commit body
Don't autoclose brackets when `close` is false
Kay Simmons
created
0d31ea7
fix minor issue where undo is not available in visual mode
K Simmons
created
6a237de
Add some tests for portions of visual text objects. Note: they are slightly broken currently as described in the tests
K Simmons
created
d249482
Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context
K Simmons
created