Bug 91005

Summary: reusing compare editor does not update title if filename stays the same
Product: [Eclipse Project] Platform Reporter: Markus Keller <markus.kell.r>
Component: CompareAssignee: Andre Weinand <andre_weinand>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: Michael.Valenta
Version: 3.1   
Target Milestone: 3.1 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch to oeg.eclipse.compare that fixes the problem none

Description Markus Keller CLA 2005-04-11 11:38:52 EDT
I20050405-0800

I have outgoing CVS changes in two plugin.xml files of different projects. I
doubleclick the first one in the synchronize view and get a correct compare
editor. But when I doubleclick the second one, the editor title still shows the
path to the first file (I work in single editor tab mode).

The contents of the compare editor are correctly updated.
Comment 1 Michael Valenta CLA 2005-04-20 16:19:01 EDT
Created attachment 20156 [details]
Patch to oeg.eclipse.compare that fixes the problem
Comment 2 Michael Valenta CLA 2005-04-20 16:20:48 EDT
The problem is in the CompareEditor. It needs to set the tool tip as well. I 
talked to Stephan and he informed me that the editor should also fire an input 
changed event so I added that as well. Moving to compare.
Comment 3 Andre Weinand CLA 2005-05-06 06:09:07 EDT
patch applied
Comment 4 Andre Weinand CLA 2005-05-06 06:09:32 EDT
patch released