Community
Participate
Working Groups
Build Identifier: 20100917-0705 When opening a new FileDialog (either as an open or save dialog) it would be nice if it could remember the previously chosen directory. This is indeed what happens on Windows XP, but not on Linux Ubuntu 10.04. I don't know if this is an issue with GTK, but anyway the SWT implementation could provide this behavior. This is indeed the behavior implemented in several Linux applications, such as gedit. Reproducible: Always
Arun, see what we can do here.
This was indeed a GTK issue and it has been fixed for a while now - https://mail.gnome.org/archives/commits-list/2011-April/msg07089.html Sravan, can you please verify this on your Linux setup and close the bug as RESOLVED, INVALID after confirming the GTK fix works with Eclipse/SWT as expected? Thanks!
(In reply to Arun Thondapu from comment #2) > This was indeed a GTK issue and it has been fixed for a while now - > https://mail.gnome.org/archives/commits-list/2011-April/msg07089.html > > Sravan, can you please verify this on your Linux setup and close the bug as > RESOLVED, INVALID after confirming the GTK fix works with Eclipse/SWT as > expected? Thanks! Open dialog does remembers the last directory. In case of Save dialog if the resource is a project resource it works file. If the resource is not a project resource and the user is using the save dialog then you may not get the last used directory. Instead user has to select recent on the lefthand side. to get the last used directory. Since this is very rarely used we feel this can be ignored.