Bug 91005 - reusing compare editor does not update title if filename stays the same
Summary: reusing compare editor does not update title if filename stays the same
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-11 11:38 EDT by Markus Keller CLA
Modified: 2005-05-06 06:09 EDT (History)
1 user (show)

See Also:


Attachments
Patch to oeg.eclipse.compare that fixes the problem (998 bytes, patch)
2005-04-20 16:19 EDT, Michael Valenta CLA
no flags Details | Diff

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