Feature Requests item #903925, was opened at 2004-02-24 20:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=903925&group_id=44253
Category: None
Group: Small (< 1 pair-week)
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: file open/save as dialog box
Initial Comment:
The standard windows file open/save as dialog box
allows the user to right-click on a file name to get the
standard windows explorer-style context menu to do
tasks such adding a directory, renaming files, deleting
files (which currently can't be done at all), etc.
This can be implemented very easily since all the code
for the dialog box is already built-into the windows
operating system (even if it's too time-consuming to
implement this on the UNIX version, on the Windows
version, it should be easy). The API function
GetOpenFileName() / GetSaveFileName() does
everything. Implementing this change will also allow
new features to be automatically added to the opening
dialog box to go with new versions of Windows that may
come out in the future.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=903925&group_id=44253
|