Open Dialog should have a recents menu

Issue #432 wontfix
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Access recently opened files from inside the open dialog

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Type command-o

CURRENT BEHAVIOR

There is no menu in the open dialog to open recently opened treeview files. There is a menu of recently navigated to folder:

recentmenu.png

but not a menu of files:

opendialog.png

EXPECTED BEHAVIOR

A menu in the open dialog of recently opened treeview files with the same contents as the File->Open Recent... menu item should be provided.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Not sure - if using the finder's default open interface in java, this might not be possible.

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

medium

COMMENTS

This issue was originally a part of issue #52, but that issue was broken into separate issues.

Comments (4)

  1. Robert Leach reporter

    I no longer think this feature makes sense. E.g. what happens when a user selects a file from the recent files menu? Does the file get selected or does it dismiss the dialog entirely. Either way, it's non-standard as far as open dialogs go.

  2. Log in to comment