ZIm/crates/collab/src/tests
Thorsten Ball 583ce44359
Fix cmd+k in terminal and fix sporadic keybind misses (#7388)
This fixes `cmd+k` in the terminal taking 1s to have an effect. It is
now immediate.

It also fixes #7270 by ensuring that we don't set a bad state when
matching keybindings.

It matches keybindings per context and if it finds a match on a lower
context it doesn't keep pending keystrokes. If it finds two matches on
the same context level, requiring more keystrokes, then it waits.



Release Notes:

- Fixed `cmd-k` in terminal taking 1s to have an effect. Also fixed
sporadic non-matching of keybindings if there are overlapping
keybindings.
([#7270](https://github.com/zed-industries/zed/issues/7270)).

---------

Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-02-05 10:55:27 -07:00
..
channel_buffer_tests.rs Links to channel notes (#7262) 2024-02-01 22:22:02 -07:00
channel_guest_tests.rs Aggressively simplify channel permissions: 2024-01-25 23:26:32 -07:00
channel_message_tests.rs Simplify handling of syncing versions 2024-01-25 15:41:53 -07:00
channel_tests.rs lint 2024-01-26 14:04:21 -07:00
editor_tests.rs Add typo detection to CI (#4107) 2024-01-17 17:13:47 -08:00
following_tests.rs Links to channel notes (#7262) 2024-02-01 22:22:02 -07:00
integration_tests.rs Fix cmd+k in terminal and fix sporadic keybind misses (#7388) 2024-02-05 10:55:27 -07:00
notification_tests.rs Remove 2 suffix for collab, rope, settings, menu 2024-01-03 12:29:16 -08:00
random_channel_buffer_tests.rs Remove 2 suffix for collab, rope, settings, menu 2024-01-03 12:29:16 -08:00
random_project_collaboration_tests.rs Start work on read-only project access for channel guests 2024-01-03 19:30:32 -07:00
randomized_test_helpers.rs Start work on read-only project access for channel guests 2024-01-03 19:30:32 -07:00
test_server.rs app version to server (#7130) 2024-01-31 15:46:24 -07:00