You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
It's kinda annoying to always navigate the file system to the working dir to load the (test) data for my program.
If I want to specify a location to save a file to, I'd like my program to have a default location, which is not the $HOME dir (could be a specific dir or the dir from which the initial data was loaded)
Describe the solution you'd like to see:
It would be nice to set the (starting) dir of the FileDialog by calling a function or as a parameter for ShowFile(Open|Save). Or it could be specified with the Preferences-API.
The text was updated successfully, but these errors were encountered:
This is a work in progress, but I don't think it's a blocker any more.
As discussed this morning it's more of a developer utility rather than user - for them home directory makes more sense.
Is your feature request related to a problem? Please describe:
Describe the solution you'd like to see:
It would be nice to set the (starting) dir of the FileDialog by calling a function or as a parameter for ShowFile(Open|Save). Or it could be specified with the Preferences-API.
The text was updated successfully, but these errors were encountered: