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

Annotation - select range of track with shortcut keys #514

Open
ShrimpCryptid opened this issue Jan 8, 2025 · 0 comments
Open

Annotation - select range of track with shortcut keys #514

ShrimpCryptid opened this issue Jan 8, 2025 · 0 comments
Labels
new feature New feature or request

Comments

@ShrimpCryptid
Copy link
Contributor

Use Case

Requested by @SergeEParent! Scientists want to be able to label ranges of a track

Acceptance Criteria

  • In annotation edit mode, holding shift will select a range of objects in a track from last time it was selected to the current frame.
    • The flow would work like: Select a cell in a track on a certain frame, then jump forward by some number of frames, hold shift, and click the same track again.
  • A popup should appear when hovering over the new cell ("Select track {T} from frame {T0} to frame {T1}").

Details

  • Store the last object that a label was applied to (null if a label was last removed from an object).
  • Check if the currently hovered object and the last object have the same track ID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant