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

AF-147: Search inside a flow #99

Merged
merged 3 commits into from
Aug 28, 2023
Merged

AF-147: Search inside a flow #99

merged 3 commits into from
Aug 28, 2023

Commits on Aug 9, 2023

  1. Search inside a flow

    Add the capability to search for text with in a flow's objects.
    - New menu items / shortcuts for find/next/previous.
    - Display a find dialog inspired by the VS Code finder
    - Shows total result count and current result index
    - Arrows to move back and forth between items in the result set
    - Zoom the camera to the currently selected item in the result set
    mehaase committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2ae57a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. AF-147 Code review feedback

    Address these two items:
    
    - Uncomment keyboard short cuts for find next and find previous
    - Typing enter in the search box moves to next result (and shift+enter moves to previous)
    mehaase committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    77246a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    6233ed3 View commit details
    Browse the repository at this point in the history