ZIm/crates/settings_ui/src
Ben Kunkle ca139b701e
keymap_ui: Improve conflict resolution for semantically equal contexts (#36204)
Closes #ISSUE

Creates a function named `normalized_ctx_eq` that compares
`gpui::KeybindContextPredicate`'s while taking into account the
associativity of the binary operators. This function is now used to
compare context predicates in the keymap editor, greatly improving the
number of cases caught by our overloading and conflict detection

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-08-22 00:18:25 +00:00
..
ui_components Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
appearance_settings_controls.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
keybindings.rs keymap_ui: Improve conflict resolution for semantically equal contexts (#36204) 2025-08-22 00:18:25 +00:00
settings_ui.rs onboarding: Wire up settings import (#35366) 2025-07-30 20:09:11 +00:00