Bug 2019

Summary: Unsaved resources on exit need to show full path name (1GE4SUL)
Product: [Eclipse Project] Platform Reporter: Carolyn MacLeod <carolynmacleod4>
Component: UIAssignee: Lynne Kues <lynne_kues>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: All   
OS: All   
Whiteboard:

Description Carolyn MacLeod CLA 2001-10-10 22:24:40 EDT
I had a change in one of my .classpath_win32 resources.
	There are a bunch of these.
	When I treid to exit Eclipse, it asked me if I wanted to save ".classpath_win32".
	It should have specified the full path of the resource, including folders, because
	I had to go look at all of my various .classpath variants to see which one changed.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 17:45:52 EST
PRODUCT VERSION:
	109 with SWT VCM setup (multiple team streams, folders with packages in them...)

Comment 2 Lynne Kues CLA 2002-02-12 16:30:27 EST
If we display the full path name, one will usually have to scroll over to see 
the filename and the dialog that lists the files cannot be resized.  I suggest 
displaying the filename followed by the path.  For example:
     
     .classpath - org.eclipse.ui
     Test.java - org.eclipse.ui/Eclipse JFace

In most instances the filenames will be unique.  Or a dialog with a table list 
with columns for filename and path could be used.


Comment 3 Lynne Kues CLA 2002-02-12 16:49:27 EST
Question of whether or not to use IWorkbenchPart>>getTitleToolTip() method.  
WorkbenchEditorDialog uses the method, so probably okay but not cleanest 
approach.
Comment 4 Lynne Kues CLA 2002-02-14 17:47:06 EST
Changed to use tool tip text.  Display as "filename  [pathname]" in the 
dialog.  Fixed in > 20020214.