Skip to content

Add "Jump to Log" Overlay - #2622

Merged
AmmarAbouZor merged 2 commits into
esrlabs:masterfrom
AmmarAbouZor:jump-to-log
Aug 6, 2026
Merged

Add "Jump to Log" Overlay#2622
AmmarAbouZor merged 2 commits into
esrlabs:masterfrom
AmmarAbouZor:jump-to-log

Conversation

@AmmarAbouZor

@AmmarAbouZor AmmarAbouZor commented Aug 5, 2026

Copy link
Copy Markdown
Member

This PR closes #2603

This PR adds Jump to Log with menu entry and the shortcut ctrl/cmd+g, enabling user to jump to a specific log giving its number (zero indexed to match current app UI indexing).
It also extends command palette with extra filtering and adds more commands

It includes:

Jump to Log:

  • Add implementation for jump to the provided logs number. It will be enabled via menu entries and shortcuts.
  • Add live validation to the overlay input.
  • Change Edit menu entry to Session and enable it on session tabs only.

Command Palette Changes:

  • Add command scope type to avoid showing session only commands on none running session tabs.
  • Extend commands with:
    • Nested search command
    • Jump to log command

@AmmarAbouZor AmmarAbouZor changed the title Add **Jump to Log** Overlay Add "Jump to Log" Overlay Aug 5, 2026
* Add implementation for jump to the provided logs number. It will be
  enabled via menu entries and shortcuts.
* Add live validation to the overlay input.
* Change Edit menu entry to `Session` and enable it on session tabs only.
@AmmarAbouZor
AmmarAbouZor marked this pull request as ready for review August 5, 2026 11:18
* Add command scope type to avoid showing session only commands on none
  running session tabs.
* Extend commands with:
  - Nested search command
  - Jump to log command
* Fix clippy warning
@AmmarAbouZor
AmmarAbouZor merged commit fa53fcf into esrlabs:master Aug 6, 2026
1 check passed
@AmmarAbouZor
AmmarAbouZor deleted the jump-to-log branch August 6, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jump to Log with Ctrl+G

1 participant