Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Programatically "Show in Package Explorer
Programatically "Show in Package Explorer [message #197135] Wed, 18 February 2004 11:53 Go to next message
Eclipse UserFriend
Originally posted by: dondunneNOSPAM.yahoo.com

How do I implement the "Show in Package Explorer" functionality in my
plugin code? I have a workspace file that I wish to send to the Package
Explorer and have it open the file tree and select the file as happens
when you select the "Show in Package Explorer" option while editing a file
in Eclipse.

I searched the newsgroups and even the eclipse code and can't find the
answer.

Thanks!
Re: Programatically "Show in Package Explorer [message #225365 is a reply to message #197135] Fri, 09 April 2004 14:15 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Don Dunne wrote:

>How do I implement the "Show in Package Explorer" functionality in my
>plugin code? I have a workspace file that I wish to send to the Package
>Explorer and have it open the file tree and select the file as happens
>when you select the "Show in Package Explorer" option while editing a file
>in Eclipse.
>
>I searched the newsgroups and even the eclipse code and can't find the
>answer.
>
>
Take a look at the extension-point
"org.eclipse.ui.perspectiveExtensions", e.g.
<perspectiveExtension
targetID="org.eclipse.jdt.ui.JavaBrowsingPerspective">
<showInPart
id="org.eclipse.jdt.ui.PackageExplorer">
</showInPart>
</perspectiveExtension>

Dani


>Thanks!
>
>
>
Previous Topic:Using the Visual Editor?
Next Topic:how to perform programmatic file search?
Goto Forum:
  


Current Time: Sun May 11 04:09:30 EDT 2025

Powered by FUDForum. Page generated in 0.03501 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top