ZIm/crates/debugger_ui/src
Conrad Irwin a675ca7a1e
Remove into SelectionEffects from .change_selections (#33554)
In #32656 I generalized the argument to change selections to allow
controling both the scroll and the nav history (and the completion
trigger).

To avoid conflicting with ongoing debugger cherry-picks I left the
argument as an `impl Into<>`, but I think it's clearer to make callers
specify what they want here.

I converted a lot of `None` arguments to `SelectionEffects::no_scroll()`
to be exactly compatible; but I think many people used none as an "i
don't care" value in which case Default::default() might be more
appropraite

Closes #ISSUE

Release Notes:

- N/A
2025-06-27 14:31:31 -06:00
..
session debugger_ui: Fix variable completion accept in console appends the whole word (#33378) 2025-06-25 19:54:08 +05:30
tests debugger: Generate inline values based on debugger.scm file (#33081) 2025-06-24 18:24:43 +00:00
attach_modal.rs editor: Improve code completion filtering to provide fewer and more accurate suggestions (#32928) 2025-06-18 16:01:28 +05:30
debugger_panel.rs debugger: Reorder step icons to be consistent with other editors (#33330) 2025-06-24 19:15:34 +00:00
debugger_ui.rs debugger: Add onboarding modal (#32961) 2025-06-18 18:44:02 +00:00
dropdown_menus.rs debugger: Show child sessions as indented and ensure they're next to the parent session (#32939) 2025-06-18 12:50:39 +02:00
new_process_modal.rs debugger: Refine session modal design (#33004) 2025-06-19 02:27:34 -03:00
onboarding_modal.rs debugger: Add onboarding modal (#32961) 2025-06-18 18:44:02 +00:00
persistence.rs debugger: Move breakpoint management to the pane strip (#33062) 2025-06-19 22:29:15 +02:00
session.rs debugger: Add a tooltip to the session picker with the session ID (#33331) 2025-06-25 02:20:31 +00:00
stack_trace_view.rs Remove into SelectionEffects from .change_selections (#33554) 2025-06-27 14:31:31 -06:00
tests.rs Simplify debug launcher UI (#31928) 2025-06-02 21:24:08 +00:00