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

Add Recent Files Menu and Improve Recent Sessions #1616

Merged
merged 5 commits into from
Nov 19, 2024
Merged

Commits on Nov 15, 2024

  1. Refactoring of the load files menu option

    # Conflicts:
    #	src/main/java/org/broad/igv/ui/action/LoadFromURLMenuAction.java
    lbergelson committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8eb6696 View commit details
    Browse the repository at this point in the history
  2. Made the list of recent sessions update dynamically as sessions are c…

    …reate/loaded
    
    * previously it only updated once when IGV was loaded
    lbergelson committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9d89ccb View commit details
    Browse the repository at this point in the history
  3. Adding a "Recent Files" menu option

    * This dynamically tracks the most recently loaded files/urls and allows reopening them
    * Fixes ##1547
    lbergelson committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b85135d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f05db01 View commit details
    Browse the repository at this point in the history
  5. Fix null check

    lbergelson committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4846abe View commit details
    Browse the repository at this point in the history