This can be used to lookup keystrokes that will dispatch an action based on the currently focused view. There might be multiple, but we return the first found, meaning the most recently added bindings matching that action for the closest view to the focused view in the hierarchy.
Nathan Sobo
created
b110fd5
Render a context menu when right-clicking in project panel
Click to expand commit body
It doesn't currently do anything, but I managed to get it rendering in an absolutely positioned way.
Nathan Sobo
created
f4d13ef
Merge pull request #1068 from zed-industries/collab-snapshots
Click to expand commit body
Implement /rpc_server_snapshot endpoint in collab server API
This commit also adds a regression test to verify that with this new
version we don't mistakenly compute a different suggestion on Rust
buffer where the only change is leading whitespace.
Antonio Scandurra
created
5c4bd93
Merge pull request #1050 from zed-industries/ignored-files
Click to expand commit body
Show ignored entries in project panel
Antonio Scandurra
created
99573ca
Fix unit tests assuming ignored files were not displayed
85f228d
Fix logic error when streaming ignored entries
Click to expand commit body
We were calling `next` twice, which led us to skip every other entry.
This commit also enhances the `test_share_project` integration test
to exercise this new streaming logic.
Antonio Scandurra
created
acf9a59
Merge pull request #1027 from zed-industries/missing-menu-commands
Click to expand commit body
Add missing File menu commands, improve handling of unsaved multibuffers
6ed503f
Implement get_invite_code_for_user on test db
Nathan Sobo
created
5c2fdc0
Update foreign key constraints to allow users to be deleted
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
51a61cc
Don't assign invite code when updating count from 0 to 0
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
7f92401
Add key binding and menu item for Save All
Max Brunsfeld
created
0becbe4
Distinguish between singleton and non-singleton workspace items
Click to expand commit body
* Prompt to save singleton items before non-singleton ones
* Don't prompt to save multi-buffers if they contain excerpts to items that are open elsewhere and not being closed.
Co-authored-by: Nathan Sobo <nathan@zed.dev>