ZIm/crates/debugger_ui/src
Jason Lee 0025019db4
gpui: Press enter, space to trigger click to focused element (#35075)
Release Notes:

- N/A

> Any user interaction that is equivalent to a click, such as pressing
the Space key or Enter key while the element is focused. Note that this
only applies to elements with a default key event handler, and
therefore, excludes other elements that have been made focusable by
setting the
[tabindex](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/tabindex)
attribute.

https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event

---------

Co-authored-by: Anthony <anthony@zed.dev>
Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>
Co-authored-by: Umesh Yadav <23421535+imumesh18@users.noreply.github.com>
2025-08-05 18:15:30 -04:00
..
session gpui: Press enter, space to trigger click to focused element (#35075) 2025-08-05 18:15:30 -04:00
tests debugger: Fix not being able to stop a Go debug session when no breakpoints were ever hit (#35190) 2025-07-28 13:14:36 +00:00
attach_modal.rs Edit debug tasks (#32908) 2025-07-07 14:04:21 -07:00
debugger_panel.rs Add zed://extension/{id} links (#34492) 2025-07-15 13:42:25 -06:00
debugger_ui.rs debugger: Add data breakpoint access type support (#34639) 2025-07-17 17:05:58 +00:00
dropdown_menus.rs debugger: Improve appearance of session list for JavaScript debugging (#34322) 2025-07-12 15:56:05 +00:00
new_process_modal.rs languages: Remove a eager conversion from LanguageName to String (#35667) 2025-08-05 23:46:57 +03:00
onboarding_modal.rs debugger: Add onboarding modal (#32961) 2025-06-18 18:44:02 +00:00
persistence.rs debugger: Add memory view (#33955) 2025-07-14 16:32:06 +02:00
session.rs debugger: Improve appearance of session list for JavaScript debugging (#34322) 2025-07-12 15:56:05 +00:00
stack_trace_view.rs Remove into SelectionEffects from .change_selections (#33554) 2025-06-27 14:31:31 -06:00
tests.rs debugger: Debug sessions rerun build tasks by default when restarting (#33724) 2025-07-01 15:43:58 -04:00