taskcluster/taskcluster-tools

Quickly jump to a line number

Closed this issue · 1 comments

Presently when viewing the logviewer, you can only highlight one or many lines, not jump. To highlight, you have to change the URL then refresh the page.

It would be great to have a way to quickly jump to a line number. One neat way to do that is through the keyboard shortcut Cmd + L. This shortcut could show a prompt asking for the line number then send a prop scrollToLine to the logviewer component. This allows the developer to quickly jump to a line number without fussing with the URL.

screen shot 2017-06-27 at 3 41 34 pm

Implemented in #288.