Bug 165796 - [Sync View] Allow to open several compares in parallel
Summary: [Sync View] Allow to open several compares in parallel
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.3 M5   Edit
Assignee: Michael Valenta CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2006-11-24 11:00 EST by Dani Megert CLA
Modified: 2007-01-25 06:00 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2006-11-24 11:00:01 EST
N20061124-0010

Allowing to open the compare editor from the Synchronize view in the background is really neat but currently I am restricted to one editor. I would like to click on several files and let them fetch in the background.

This would allow me - who often has slow connectivity - to click on all the changes and do some other work while this is loaded in the background. This is especially helpful for looking at all the incoming changes in the morning.
Comment 1 Michael Valenta CLA 2006-12-11 16:13:54 EST
I'll try to investigate this in M5.
Comment 2 Michael Valenta CLA 2007-01-18 10:22:14 EST
There is now an option on the Team preference page to reuse editors. Turing it off will allow multiple editors to be opened in parallel.
Comment 3 Eugene Kuleshov CLA 2007-01-18 12:43:24 EST
Michael, can it be done using something like Ctrl-Double-Click?
Comment 4 Michael Valenta CLA 2007-01-18 13:24:19 EST
It is tricky because Eclipse has an open strategy that can be configured to be either single or double click and the open event does not contain any information about the original SWT event. This means that you would need to hardcode the behavior into the sync view as a double click listener. The problem with this is that is doesn't offer the user any tailorability. So, in summary, it is not a trivial fix so I wouldn't want to piggyback it on this request. If you feel this would be useful, I would recommend entering a new enhancement request.
Comment 5 Dani Megert CLA 2007-01-19 02:36:09 EST
The reuse vs. open in same editor plus the ability to let the user override its current preference is also discussed in bug 168379.
Comment 6 Dani Megert CLA 2007-01-25 06:00:12 EST
Verified using I20070123-1715.