Bug 2746 - [Dialogs] EC DCR: Save As to existing file (1GIV4FW)
Summary: [Dialogs] EC DCR: Save As to existing file (1GIV4FW)
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted, investigate, usability
Depends on:
Blocks:
 
Reported: 2001-10-10 22:42 EDT by Nick Edgar CLA
Modified: 2021-02-03 11:02 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2001-10-10 22:42:44 EDT
EC request in "Save As... to existing file" by JSK on Aug 15, 2001:

Is there a way to have the Save As... dialog show the resources within
the projects, so you can select an existing file to overwrite?  If not,
I'd like to suggest adding this function.


NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 19:13:45 EST
PRODUCT VERSION:
0.9

Comment 2 Nick Edgar CLA 2002-01-27 14:56:47 EST
Not critical for 2.0.
Anybody in the open source world interested?
Comment 3 Randy Giffen CLA 2002-08-08 15:34:55 EDT
Reopen for investigation
Comment 4 Benjamin Muskalla CLA 2006-07-24 16:37:27 EDT
Are there any news about this enhancement? If not, I could care about a patch. Just tell me.
Comment 5 Susan McCourt CLA 2006-07-24 17:11:46 EDT
No news...as long as this remains a P5, it's not getting much attention.  A patch would probably help promote this one...
Comment 6 Benjamin Muskalla CLA 2006-07-25 05:44:16 EDT
The problem with this issue is not the behavior itself. We would just need to pass an additional attribute to the ContainerContentProvider of ContainerSelectionGroup to show files (which would affect the getChildren method of ContainerContentProvider). The problem in my eyes is that it's a "Container" Selection group and not a resource selection group (which is very annoying because   the parent is called ResourceAndContainerGroup).

Susan, i would send you a pathc for the ContentProvide if you think it's ok. I would add a new method to show/hide file resources not the break the compatibility  and hide files by default.
Comment 7 Susan McCourt CLA 2006-07-28 13:24:52 EDT
to be honest, I wouldn't really have a feel for this until I was reviewing a patch or my head was otherwise in the code.  It sounds reasonable on the surface, since you are preserving the old behavior by default, but I have not investigated.
Comment 8 Susan McCourt CLA 2009-07-09 15:30:40 EDT
As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009
Comment 9 Mickael Istria CLA 2016-11-10 10:51:16 EST
Good candidate for a hackathon IMO.