Skip to content

Added history buttons for EventBrowser. #3334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

ldecarufel
Copy link
Contributor

New History feature for the EventBrowser

Often when using RenderDoc, you get lost in the list of Events when following pixel history or when searching for an event.
The History records the last events visited in the EventBrowser and makes it easy to go back to previously visited events.

I added two menu buttons, next to the "step backwards" and "step forward" buttons:
qrenderdoc_ZeWnikgtpy

Clicking the menu arrow on those buttons shows the list of visited events, and clicking on an item jumps to that event:
qrenderdoc_EY825CcaTj

Once you go back in history, the "History Next" button can be used to go forward in the history.

There are two new keyboard shortcuts;

  • ctrl - goes to previous history event
  • ctrl = goes to next history event

@baldurk
Copy link
Owner

baldurk commented Jun 3, 2024

I've thought about this and I don't think I want to merge this feature. I can understand the utility but I don't think it's significant enough beyond the existing functionality of marker regions, bookmarks, etc to justify the extra UI space and maintenance. I've had people ask for a history in the resource inspector which makes sense to me but I've seen people only rarely use bookmarks and I've not had anyone mention this as an issue before. Part of the challenge with a project like this is understanding which features are too niche.

I think this would be best kept as a local change - if you don't want to maintain a permanent fork this could also be implemented as a python UI extension.

@baldurk baldurk closed this Jun 3, 2024
@ldecarufel
Copy link
Contributor Author

ldecarufel commented Jun 3, 2024

This is sad, because this is the one feature I've always wanted in RenderDoc.
When analyzing big frames, I always end up following pixel history to understand where a value comes from, and by doing so I go to other events and always have trouble going back to the pass I was on at first. History solves that issue. It's like a web browser's back button but for events in the browser.

I guess I'll have to use bookmarks instead, which is a feature I do use a lot!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants