Bug 30529

Summary: Support for Show In... in Team support
Product: [Eclipse Project] Platform Reporter: Nick Edgar <n.a.edgar>
Component: TeamAssignee: Jean-Michel Lemieux <jean-michel_lemieux>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, erich_gamma, marcelop, slavescu
Version: 2.1   
Target Milestone: 3.0 M8   
Hardware: PC   
OS: other   
Whiteboard:
Attachments:
Description Flags
org.eclipse.team.ui Show in enablement none

Description Nick Edgar CLA 2003-01-29 13:37:10 EST
build I20030128

We recently added support for a Navigate / Show In... menu item to replace view 
linking and Sync With Editor.  See bug 30002 for details.

It would be good to have some support from the Team and CVS components for this.

For example, by making the Sync view support IShowInSource, this would enable 
Show In... / Package Explorer in the Java perspectives (JDT is adding the 
Package Explorer as an IShowInTarget).
I've already shown Michael how this can be added.

This could also be used to allow Show In... / Resource History from the 
Navigator and Package Explorer.  However, the Show In... list is currently 
populated on a per-perspective basis (in much the same way as the Window / Show 
View shortcuts).  Currently you use object contributions for Show In Resource 
History, and you probably don't want to change this.  

I'd like to discuss how we could make Show In... more flexible post 2.1, to 
enable Team to use it.
Comment 1 Michael Valenta CLA 2003-01-29 16:25:45 EST
I've released the Show in... support for the sync view. I'll leave the bug open 
for the future considerstions mentioned above.
Comment 2 Jean-Michel Lemieux CLA 2004-02-09 23:11:49 EST
*** Bug 50053 has been marked as a duplicate of this bug. ***
Comment 3 Jean-Michel Lemieux CLA 2004-02-09 23:14:30 EST
Show in support is currently available in sync api branch - will be released in m8.
Comment 4 Marius Slavescu CLA 2004-02-19 10:48:31 EST
Created attachment 8019 [details]
org.eclipse.team.ui Show in enablement

FYI, because I need this feature now I created a quick fix for M7 ("Navigator"
will apear in the "Show In" menu).

I attached the patch file for org.eclipse.team.ui plugin.
Comment 5 Jean-Michel Lemieux CLA 2004-02-22 21:31:54 EST
*** Bug 48497 has been marked as a duplicate of this bug. ***
Comment 6 Jean-Michel Lemieux CLA 2004-02-25 21:56:21 EST
Released to HEAD. Thx for the patch.
Comment 7 Michael Valenta CLA 2004-03-15 13:25:57 EST
Verified that the Show in support works in the sync view. We still don't have 
the ability to dynamically add a show-in target like the Resource History 
view.I have entered bug 54861 for this.