Bug 2019 - Unsaved resources on exit need to show full path name (1GE4SUL)
Summary: Unsaved resources on exit need to show full path name (1GE4SUL)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Lynne Kues CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:24 EDT by Carolyn MacLeod CLA
Modified: 2002-02-14 17:47 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.