Brian Donovan
a84a3c0ebe
docs: Fix "it's" typos that should be "its" ( #8690 )
...
These all meant to use the possessive "its" rather than the contraction
of "it is".
2024-03-01 20:32:27 -05:00
Mikayla
938b84c045
Finish documenting GPUI
2024-01-22 19:33:45 -08:00
Mikayla
1f94463ce2
Switch Arc<Mutex<Keymap>> to Rc<RefCell<Keymap>>, a relic of the GPUI2 port.
...
Make gpui pass clippy
2024-01-22 19:30:38 -08:00
Conrad Irwin
0903d29ab3
Improve logic for reused bindings, add docs.
2024-01-22 09:53:04 -07:00
Conrad Irwin
4143d3a36e
Work on tests
2024-01-21 22:00:35 -07:00
Conrad Irwin
9d261cf859
Merge branch 'main' into jk
2024-01-21 20:36:18 -07:00
Conrad Irwin
8c541b4930
Comment out tests for nwo
2024-01-21 20:16:14 -07:00
Conrad Irwin
b06e2eb6af
Update handling of 'pending' keys
...
Before this change if you had a matching binding and a pending key,
the matching binding happened unconditionally.
Now we will wait a second before triggering that binding to give you
time to complete the action.
2024-01-21 20:12:01 -07:00
Mikayla Maki
a8990baaac
Document more gpui ( #4187 )
...
Also add several `TODO!(docs)` comments to places that need more
feedback.
Release Notes:
- N/A
2024-01-21 15:10:04 -08:00
Mikayla
118a3461a7
Restore erronously removed APIs
2024-01-21 14:33:34 -08:00
Mikayla
660a391806
Fix typos, mark docs related todos in GPUI
2024-01-21 14:28:40 -08:00
Mikayla
aa57a4cfbc
Document / lockdown more of GPUI
2024-01-21 14:26:45 -08:00
Conrad Irwin
b8ed83a452
Refactor key dispatch to work in terms of bindings
2024-01-21 12:27:26 -07:00
Thorsten Ball
87be105af7
When searching in visual mode switch to normal mode
...
This matches Neovim behaviour by setting the mode to `Normal` when using
search while in visual mode.
Co-authored-by: Conrad <conrad@zed.dev>
2024-01-20 16:33:07 +01:00
Mikayla Maki
0711476fd5
Merge branch 'main' into fix-typos
2024-01-17 14:36:03 -08:00
Mikayla
57400e9687
Fix typos detected by crate-ci/typos
2024-01-17 14:31:21 -08:00
Mikayla
6db18e8972
Drop scroll events if there's been a reset
...
co-authored-by: Nathan <nathan@zed.dev>
co-authored-by: Conrad <conrad@zed.dev>
2024-01-17 13:57:16 -08:00
Mikayla
83163a0031
Reverse context arrays in child predicate test
2024-01-10 19:54:39 -08:00
Mikayla
38396d4281
Add remaining tests
...
co-authored-by: Conrad <conrad@zed.dev>
2024-01-10 19:39:43 -08:00
Max Brunsfeld
8a96562adf
Handle contexts correctly for disabled key bindings
2024-01-05 13:06:59 -08:00
Max Brunsfeld
f5ba22659b
Remove 2 suffix from gpui
...
Co-authored-by: Mikayla <mikayla@zed.dev>
2024-01-03 12:59:39 -08:00