-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For example, if you already have foo.txt open, you could set it to be selected when opening the file dialog.
Useful when navigating a large directory with lots of files, to keep track of where you last opened a file.
pseudo-API: file_dialog.set_selected_path("foo.txt").
An alternative, less-flexible API would be to have an option to simply remember the last selected file.
pseudo-API: FileDialog::remember_last_selected(true).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request