Skip to content
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

Ability to crop and uncrop the buffer #169

Open
jerryepratt opened this issue Mar 5, 2024 · 2 comments
Open

Ability to crop and uncrop the buffer #169

jerryepratt opened this issue Mar 5, 2024 · 2 comments

Comments

@jerryepratt
Copy link

There are times when you want to zoom in on some data. One way is to crop the buffer. But then you lose that data.

Feature request:

Some sort of mode where you only see the data between the in and out point, but then can switch to see all the data (so that you can reset the in and out points too).

One option is to all for "uncropping" a buffer.

Another option is to add a checkbox in the DataBuffer menu, where when the check box is checked, you don't see any of the data outside of the in point and out point. Then when you uncheck it, you see that data again.

@calvertdw
Copy link
Member

I had this issue too and then I saw Sylvain use the plus and minus magnifying glass buttons to zoom in and out, and I felt dumb for a second. Do those buttons solve your issue?
image

@jerryepratt
Copy link
Author

I had this issue too and then I saw Sylvain use the plus and minus magnifying glass buttons to zoom in and out, and I felt dumb for a second. Do those buttons solve your issue? image

Nope. There are additional reasons to entirely remove the other data from view. Some of the reasons include having the start of the data align with the left side of the screen, and the right with the right side without having to do a bunch of drags and clicks. Another one is when you are dragging the timeline bar, if you go off the right side of the screen and out of the data window that you care about, it takes a bit of effort to get back to where you were. By having the other data removed from the view, your cursor will stop once it hits the edges of the data window, rather than pulling in data you don't care about.

Being able to switch between these modes really quickly will be helpful. Something like a checkbox on the button list, maybe near the +/- buttons would be good.

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

No branches or pull requests

2 participants